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 agentmods add skills/howdeploy/kisa-stack/gamer-signalnpx skills add howdeploy/kisa-stack --skill gamer-signalgit clone --depth 1 https://github.com/howdeploy/kisa-stackWrote 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/howdeploy/kisa-stack/gamer-signal)<a href="https://agentmods.dev/skills/howdeploy/kisa-stack/gamer-signal"><img src="https://agentmods.dev/badge/skills/howdeploy/kisa-stack/gamer-signal.svg" alt="Measured on agentmods" 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 | $0.00093 | $0.04608 |
| Opus 5 | $0.00046 | $0.02304 |
| Sonnet 5 | $0.00019 | $0.00922 |
| Haiku 4.5 | $0.00009 | $0.00461 |
Grade A, and why
gamer-signal scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `wiki.gg` may отдавать Cloudflare block для `web_extract`, `terminal` и прямого `requests/curl`, даже если страница видна в поисковых сниппетах. В таком случае не пересказывай сниппет как полноценное подтверждение, а о How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gamer Signal
Примечание по инструментам. Скилл писался в среде Hermes:
web_search/web_extract/terminal— ее инструменты. В Claude Code / Codex используй аналоги: веб-поиск (Tavily / WebSearch), извлечение страниц (tavily_extract / WebFetch), shell (Bash). Логика скилла от рантайма не зависит.
Узкий skill для вопросов по играм, механикам, локациям, квестам, билдaм, настройкам, багам и патчам.
Главная идея: лучше коротко сказать "не нашла подтверждения", чем придумать механику.
Когда использовать
- как пройти / где найти / как работает
- механика предмета, босса, навыка, квеста, NPC, локации
- изменилось ли что-то после патча
- есть ли актуальный способ/эксплойт/обход
- вопросы по Steam-версии, патчноутам, гайдам, обсуждениям
Жесткое правило источников
Разрешенные источники (в порядке приоритета)
- Официальные источники
- официальный сайт игры / студии / издателя
- официальные patch notes / changelog / support articles
- Steam store/news/update posts от разработчиков
- официальные manual / wiki / FAQ, если они реально официальные
- Steam Community
- Steam guides
- Steam discussions
- Steam announcements / news
- Разрешенные игровые базы и вики
- PCGamingWiki
- wiki.gg
- GameFAQs
- StrategyWiki
- fandom/wikia только если нет более надежного источника и это прямо помечено
Запрещенные источники по умолчанию
- общие SEO-гайд-сайты
- мусорные пересказы
- рандомные блоги
- AI-generated pages
- Reddit, YouTube, Discord-репосты, форумы вне allowlist — не использовать для утверждений о механиках, если пользователь отдельно не попросил расширить поиск
Расширенный практический режим (только по явному запросу пользователя)
Если пользователь прямо просит расширить поиск ради практичного ответа по выживанию/тактике/прохождению, после исчерпания основных источников можно подключать:
- YouTube-геймплей/гайды/short demos
- Reddit-треды по конкретной механике
- Нишевые форумы и обсуждения вне allowlist
What ships with it
2 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.
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.
- 5d ago First seen · 197 lines · 93 tokens per session scan A b081d6113c67
gamer-signal is a skill published in the GitHub repository howdeploy/kisa-stack (23 stars, last pushed 2mo ago), licensed MIT. It adds 93 tokens to every session and 4,608 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gameobject-component-destroy
Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.
unity-version-split
Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).
unity-addressables
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based).
playtest-report
Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.
unity-manual-component
Manually add, configure, reorder, and copy components on GameObjects using Unity Editor UI. For one-off Inspector workflows that do not need REST automation.
godot-signals-groups
Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…