Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add haroldo-ok/sega-master-system-skill-for-claude --skill sega-master-system-devkitsmsgit clone --depth 1 https://github.com/haroldo-ok/sega-master-system-skill-for-claudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/haroldo-ok/sega-master-system-skill-for-claude/sega-master-system-devkitsms)<a href="https://agentmods.dev/skills/haroldo-ok/sega-master-system-skill-for-claude/sega-master-system-devkitsms"><img src="https://agentmods.dev/badge/skills/haroldo-ok/sega-master-system-skill-for-claude/sega-master-system-devkitsms/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/haroldo-ok/sega-master-system-skill-for-claude/sega-master-system-devkitsms"><img src="https://agentmods.dev/badge/skills/haroldo-ok/sega-master-system-skill-for-claude/sega-master-system-devkitsms.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00293 | $0.03189 |
| Opus 5 | $0.00147 | $0.01595 |
| Sonnet 5 | $0.00059 | $0.00638 |
| Haiku 4.5 | $0.00029 | $0.00319 |
Grade A, and why
sega-master-system-devkitsms scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
41 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/devkitSMS/assets2banks.py 33 KB runs code
- assets/devkitSMS/crt0_sms.rel 3.6 KB
- assets/devkitSMS/folder2c.c 3.4 KB
- assets/devkitSMS/ihx2sms.c 8.4 KB
- assets/devkitSMS/peep-rules.txt 953 B
- assets/devkitSMS/PSGlib.h 2.7 KB
- assets/devkitSMS/PSGlib.lib 31 KB
- assets/devkitSMS/SMSlib_GG.lib 80 KB
- assets/devkitSMS/SMSlib.h 28 KB
- assets/devkitSMS/SMSlib.lib 81 KB
- assets/devkitSMS/VERSION.txt 1.4 KB
- assets/playtest.example.txt 2.9 KB
- assets/smstest/ATTRIBUTION.md 693 B
- assets/smstest/Makefile 278 B
- assets/smstest/smstest.c 17 KB
- assets/smstest/z80.c 49 KB
- assets/smstest/z80.h 1.1 KB
- assets/smsvideo/example.c 1.1 KB
- assets/smsvideo/Makefile 1.9 KB
- assets/smsvideo/mkrom.py 2.3 KB runs code
- assets/smsvideo/mksidecar.py 3.4 KB runs code
- assets/smsvideo/README.md 5.9 KB
- assets/smsvideo/smsvideo.c 3.3 KB
- assets/smsvideo/smsvideo.h 1.3 KB
- assets/smsvideo/smsvideo.py 14 KB runs code
- assets/template/Makefile 1.8 KB
- assets/template/Makefile.banked 1.7 KB
- assets/template/src/main.c 3.0 KB
- README.md 7.2 KB
- references/assets.md 4.3 KB
- references/community-examples.md 5.7 KB
- references/examples.md 12 KB
- references/game-structure.md 7.3 KB
- references/grid-and-maze-games.md 9.7 KB
- references/porting.md 12 KB
- references/prerendered-video.md 13 KB
- references/rpg-adventure-roguelike.md 9.4 KB
- references/smslib-api.md 9.8 KB
- references/testing.md 11 KB
- references/toolchain-and-build.md 7.0 KB
- scripts/setup_toolchain.sh 4.1 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 196 lines · 293 tokens per session scan A d147c05e3dc4
sega-master-system-devkitsms is a skill published in the GitHub repository haroldo-ok/sega-master-system-skill-for-claude (5 stars, last pushed 13d ago), with no licence file. It adds 293 tokens to every session and 3,189 once invoked, about $0.0015 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
unreal-thirdparty
Expert guide for integrating third-party C/C++ libraries into Unreal Engine 5.x projects and plugins. Covers static linking, dynamic linking (DLL/SO/dylib), Build.cs configuration, ModuleType.External, delay loading, runtime dependency staging, wrapping patterns, cross-platform considerations (Windows/macOS/Linux)…
unreal-gas
Expert guide for Unreal Engine 5.x Gameplay Ability System (GAS) C++ development. Covers AbilitySystemComponent, GameplayAbilities, GameplayEffects, Attributes/AttributeSets, GameplayTags, GameplayCues, AbilityTasks, prediction/replication, and common patterns. Use when the user asks about GAS, gameplay abilities…
game-unreal-specialist
Invoke when the user works with Unreal Engine 5 or asks about C++/Blueprints, GAS, replication, Nanite, Lumen, CommonUI, Enhanced Input, or World Partition. Triggers on: "Unreal", "UE5", "Blueprint", "GAS", "Nanite", "Lumen", "CommonUI", "Enhanced Input", "World Partition", ".uproject". Do NOT invoke for…
zoom-meeting-sdk-unreal
Zoom Meeting SDK for Unreal Engine wrapper integrations. Use when building Unreal projects that embed Zoom meetings with C++ and Blueprint wrappers, including wrapper-to-SDK mapping concerns.
cpp-pro
Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance…
unreal-cpp-gameplay
Write Unreal Engine 5 C++ gameplay code: the UCLASS/UPROPERTY/UFUNCTION reflection macros, the Gameplay Framework (GameMode, Pawn, Character, PlayerController, Actor components), and the module Build.cs. Use when writing or debugging UE C++, deriving from AActor/ACharacter/ AGameModeBase, exposing properties to the…