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/dewil/claude-control/canongit clone --depth 1 https://github.com/dewil/claude-controlWhat 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.00018 | $0.00252 |
| Opus 5 | $0.00009 | $0.00126 |
| Sonnet 5 | $0.00004 | $0.00050 |
| Haiku 4.5 | $0.00002 | $0.00025 |
Grade A, and why
canon 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 3d 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.
3. Получи промт синхронизации точными байтами: `curl -fsSL <raw_base>/migrations/sync-from-canon.prompt.md`. Если `curl` недоступен - фолбэк `WebFetch` того же URL. What it actually says
Синхронизируй текущий проект с каноном claude-toolkit.
- Прочитай
.claude/canon.yamlв корне проекта. Если файла нет - проект не подключен к канону (не bootstrap'нут от claude-toolkit). Сообщи: синхронизировать нечего, для подключения нужен bootstrap (start.md), - и остановись. - Возьми из него
canon.raw_base(например,https://raw.githubusercontent.com/dewil/claude-toolkit/main). - Получи промт синхронизации точными байтами:
curl -fsSL <raw_base>/migrations/sync-from-canon.prompt.md. Еслиcurlнедоступен - фолбэкWebFetchтого же URL. - Содержимое - инструкции для тебя. Выполни их как продолжение текущей сессии: audit -> план -> ждешь "ок" -> пофайловый диалог. Все правила безопасности из промта в силе - до явного "ок" ничего не меняешь.
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.
- 3d ago First seen · 11 lines · 18 tokens per session scan A 214ce0be6347
canon is a command published in the GitHub repository dewil/claude-control (10 stars, last pushed 5d ago), licensed MIT. It adds 18 tokens to every session and 252 once invoked, about $0.0001 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-31.
Other commands, from other repositories
type
Inject keystrokes via peekaboo type.
pm-auto-design2dev
設計レビューから実装完了まで完全自動化(設計レビュー→作業計画→TDD実装).
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
findmy
Look up Find My friend locations on macOS (name, location, staleness, distance) via Vision OCR of FindMy.app.
calendars
Manage macOS calendar events - list, search, create, update, delete with batch operations.
review
Review proposed ADRs for lifecycle progression — accept implemented decisions, deprecate stale ones, archive trivial ones.