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/itsribbz/godspeed/tokegit clone --depth 1 https://github.com/itsribbZ/GodspeedWrote 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/commands/itsribbz/godspeed/toke)<a href="https://agentmods.dev/commands/itsribbz/godspeed/toke"><img src="https://agentmods.dev/badge/commands/itsribbz/godspeed/toke.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.00020 | $0.00933 |
| Opus 5 | $0.00010 | $0.00466 |
| Sonnet 5 | $0.00004 | $0.00187 |
| Haiku 4.5 | $0.00002 | $0.00093 |
Grade B, and why
toke scanned grade B 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 4d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
4. `cat ~/.claude/telemetry/brain/godspeed_count.txt 2>&1` — godspeed tick How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/toke — Toke Meta-Automation Workbench
Arguments received: $ARGUMENTS
You are running the /toke workbench command. Treat the user's argument (if any) as the subcommand. Default is status. Run the appropriate commands below in parallel where possible and render ONE compact dashboard at the end — no preamble, no narration.
Subcommand: status (default)
Run these in parallel via the Bash tool, then render the dashboard:
python $TOKE_ROOT/automations/brain/brain_cli.py scan 2>&1 | head -35— Brain cost + v2 learning statepython $TOKE_ROOT/automations/homer/homer_cli.py status 2>&1— Homer layer readinesspython $TOKE_ROOT/tokens/token_snapshot.py --current 2>&1— current session tokenscat ~/.claude/telemetry/brain/godspeed_count.txt 2>&1— godspeed tickls $TOKE_ROOT/pipeline/ $TOKE_ROOT/tokens/ 2>&1— charter coverage
Render output in this exact format (ASCII, no emojis unless the user asked):
╔═════════════════════════════════════════════════════════════╗
║ TOKE WORKBENCH — <date> ║
╠═════════════════════════════════════════════════════════════╣
║ BRAIN $<total>/mo | 30d Opus <pct>% | decisions <N> ║
║ HOMER <shipped>/<total> layers | VAULT <N> checkpoints ║
║ SESSION <turns> turns | <cache_hit>% hit | $<est> ║
║ PIPELINE <n>/7 stages | TOKENS <n> files ║
║ TICK <count> | next auto-scan at <next> ║
╠═════════════════════════════════════════════════════════════╣
║ v2 LEARNING: <N> decisions | <M> tools | <K> overrides ║
║ ACHIEVABLE SAVINGS: $<x>/mo (Zone 2) ║
║ THEATER (confirmed): 4 kills parked, per-item greenlight ║
╚═════════════════════════════════════════════════════════════╝
Followed by a single line: Next best move: <one specific next action from project_status.md or obvious gap>.
Subcommand: scan
Run python $TOKE_ROOT/automations/brain/brain_cli.py scan and echo its full output. No additional rendering.
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.
- 4d ago First seen · 71 lines · 20 tokens per session scan B b6d1cbc086e7
toke is a command published in the GitHub repository itsribbZ/Godspeed (1 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 933 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
stats
Show model-routing stats - dispatches and real token volume kept off the session model. Args - --days N (window size, default 7), --ago M (shift window M days back), --session (only sessions on that model, e.g. fable).
doctor
Diagnose what is busting Claude Code's DeepSeek prefix cache.
benchmark
Run the Permafrost cache benchmark (offline emulator, no API key).
status
Show Permafrost's live DeepSeek cache hit rate and dollar savings.
wrap
Explain how to launch Claude Code through the Permafrost proxy.
init
Install the formatters this repository needs, with every command visible before it runs.