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 commands/the-thinker0/math-skill/ask.engit clone --depth 1 https://github.com/the-thinker0/math-skillWhat 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.00028 | $0.00171 |
| Opus 5 | $0.00014 | $0.00086 |
| Sonnet 5 | $0.00006 | $0.00034 |
| Haiku 4.5 | $0.00003 | $0.00017 |
Grade A, and why
ask 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 2d 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
Language Routing (inline)
Determine primary language: judge by sentence frame, verbs, mood particles. AI/math/engineering terms (attention, loss, routing, etc.) do not count as language signals. Code, paths, formulas do not count. When CN/EN ratio is close, follow the previous turn's language; default to Chinese if no context. Explicit "in English/in Chinese" takes priority.
- Chinese primary → load
../SKILL.md(canonical entry, can answer in either language) - English primary → load
../SKILL.en.md(English compatibility entry) - Do not load both simultaneously
Current question: $ARGUMENTS
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.
- 2d ago First seen · 17 lines · 28 tokens per session scan A cedee7557fa6
ask is a command published in the GitHub repository the-thinker0/math-skill (10 stars, last pushed 6d ago), licensed MIT. It adds 28 tokens to every session and 171 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-31.
Other commands, from other repositories
split-check1
读取:docs/split-plan.yaml、docs/story--.md | 写入:docs/split-check-index-pack.yaml(仅无 FAIL;PASS/DECISION 都写) | 模板:.claude/textum/split-check-index-pack-template.yaml.
story-pack
读取:docs/story-$ARGUMENTS-.md、docs/GLOBAL-CONTEXT.md(只读)、docs/PRD.md(只读) | 写入:docs/story-$ARGUMENTS-exec-pack.yaml(仅 PASS 时写入;纯 YAML;不包含 ) | 模板:N/A.
prd-check
读取:docs/PRD.md | 写入:无(只输出 FAIL/PASS;不修改文件) | 模板:N/A.
split
读取:docs/split-plan.yaml、docs/PRD.md(只读)、docs/GLOBAL-CONTEXT.md(只读) | 写入:docs/story--.md | 模板:.claude/textum/story-template.md.
split-plan
读取:docs/PRD.md(只读) | 写入:docs/split-plan.yaml(纯 YAML;不包含 ) | 模板:.claude/textum/split-plan-template.yaml | 可选输入:SPLITREPLANPACK.
split-check2
读取:docs/split-check-index-pack.yaml、docs/GLOBAL-CONTEXT.md(只读)、docs/PRD.md(只读) | 写入:无(只输出 FAIL/PASS;不修改文件) | 模板:N/A.