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 zhuanggenhua/BoardGame --skill qidahen-ui-imagegen-rulesgit clone --depth 1 https://github.com/zhuanggenhua/BoardGameWrote 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/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules)<a href="https://agentmods.dev/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules"><img src="https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules/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/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules"><img src="https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/qidahen-ui-imagegen-rules.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 32 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00027 | $0.00531 |
| Opus 5 | $0.00014 | $0.00266 |
| Sonnet 5 | $0.00005 | $0.00106 |
| Haiku 4.5 | $0.00003 | $0.00053 |
Grade A, and why
qidahen-ui-imagegen-rules 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.
What it actually says
七大恨 UI / 生图专项约束
适用范围:只在
qidahen / 七大恨的主棋盘 UI、生图 prompt、运行时布局审计里使用。
分层说明:这些内容是七大恨专属约束,不得上抬到通用 skill 或通用 UI 规范。
主板与已有印刷控件
- 主地图素材是完整版图,不拆地图。
- 左上公共轮盘已经承担行动指示器职责,不再额外生成第二个“轮盘行动”面板或解释器。
- 朝鲜区域与主地图同画布存在,不做独立朝鲜副面板;只增强原图里的朝鲜牌库和朝鲜弃牌槽。
- 纪年卡位在原图右下,优先增强原卡位,不另造第二套纪年区。
主行动模型
- 每回合主动作是
手牌行动 + 轮盘行动,不是四个并列主按钮。 - 轮盘是全场共享节奏,不是某个玩家私有技能盘。
- 如果当前画面已经用地图高亮、轮盘高亮或箭头表达了候选对象,常驻文案只补动作意图,不复述“绿色可点/轮盘可点”。
常驻 UI 边界
- 行动记录默认不出现在主界面;即使用户要看,也优先做临时浮层或展开层,不占底部或右侧常驻主槽位。
- 底部优先承担手牌入口、当前手牌行动入口和必要确认入口;不要铺成一整条重 HUD。
- 不生成区域编辑器、单位摆放工具、AP、科技树、任务栏这类不属于七大恨规则的系统。
使用方式
- 先读通用
.spec/skills/boardgame-ui-imagegen/SKILL.md,拿共性约束。 - 再读本文档,补七大恨自己的棋盘结构、主行动模型和禁止项。
- 如果后续七大恨 UI 再出现新特例,继续写在这里或同目录专项文档,不要回写到通用 skill。
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 · 35 lines · 27 tokens per session scan A 7373bccd8aa5
qidahen-ui-imagegen-rules is a skill published in the GitHub repository zhuanggenhua/BoardGame (23 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 531 once invoked, about $0.0001 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-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).
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…
motion
How an agent turns a character mesh into a usable animated FBX — and how to judge whether the result is shippable.
unity-addressables
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based).
threejs-exposure-color-grading
Build a measured exposure and grading path in Three.js. Use for a 64x36 encoded luminance meter, asynchronous readback, weighted log-average exposure, asymmetric adaptation, single tone-map ownership, and a generated 32-cube post-tone-map LUT.