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/itsribbz/godspeed/brainnpx skills add itsribbZ/Godspeed --skill braingit 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/skills/itsribbz/godspeed/brain)<a href="https://agentmods.dev/skills/itsribbz/godspeed/brain"><img src="https://agentmods.dev/badge/skills/itsribbz/godspeed/brain.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.00099 | $0.01032 |
| Opus 5 | $0.00049 | $0.00516 |
| Sonnet 5 | $0.00020 | $0.00206 |
| Haiku 4.5 | $0.00010 | $0.00103 |
Grade A, and why
brain 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brain — Workbench
This skill is the user-facing entry point for the Brain model router. All
commands are thin wrappers around brain_cli.py.
Canonical location
${CLAUDE_PLUGIN_ROOT}/automations/brain/brain_cli.py
The Brain has three layers:
- Classifier —
severity_classifier.py(pure Python, stdlib only) - Manifest —
routing_manifest.toml(single source of truth for weights, tiers, guardrails, skill assignments) - Workbench —
brain_cli.py(this skill's backend)
Plus two hooks that wire into Claude Code:
brain_advisor.sh(UserPromptSubmit) — logs classification + emits model advisorybrain_tools_hook.sh(PostToolUse) — logs tool call metadata forbrain scan
Commands
brain scan
30-day cost analysis + routing savings projection. Reads ~/.claude/stats-cache.json and applies current Anthropic pricing to compute actual cost, then projects what would be saved by routing 50% of Opus → Sonnet and 20% → Haiku.
python "${CLAUDE_PLUGIN_ROOT}/automations/brain/brain_cli.py" scan
brain score TEXT
Classify an arbitrary prompt and show the full signal breakdown with bar chart.
python "${CLAUDE_PLUGIN_ROOT}/automations/brain/brain_cli.py" score "refactor auth module across 5 files"
brain audit-skills
Show every skill and its assigned routing tier. Flags any skills in ~/.claude/skills/ that don't have a tier assigned yet.
python "${CLAUDE_PLUGIN_ROOT}/automations/brain/brain_cli.py" audit-skills
brain pin SKILL [--write]
Add model: and effort: frontmatter to a skill file based on its assigned tier in the manifest. Dry-run by default; add --write to apply.
# Dry-run
python "${CLAUDE_PLUGIN_ROOT}/automations/brain/brain_cli.py" pin verify
# Apply
python "${CLAUDE_PLUGIN_ROOT}/automations/brain/brain_cli.py" pin verify --write
brain apply-env
Print shell env exports to source. These enable Zone 2 automatic routing:
CLAUDE_CODE_SUBAGENT_MODEL=sonnet— all subagents default to SonnetCLAUDE_CODE_EFFORT_LEVEL=max— persist /effort max across sessionsANTHROPIC_DEFAULT_HAIKU_MODEL— pin background Haiku version
What ships with it
6 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.
- 3d ago First seen · 97 lines · 99 tokens per session scan A 9ce7297b4e89
brain is a skill published in the GitHub repository itsribbZ/Godspeed (1 stars, last pushed 2mo ago), licensed MIT. It adds 99 tokens to every session and 1,032 once invoked, about $0.0005 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 skills, from other repositories
clawrouter
Hosted-gateway LLM router — save 84% on inference costs. A local proxy that forwards each request to the blockrun.ai gateway, which routes to the cheapest capable model across 76 models from OpenAI, Anthropic, Google, DeepSeek, xAI, Z.AI, and more. 7 free open-weight models included. Also exposes realtime market data…
skypilot-multi-cloud-orchestration
Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.
lynkr
Universal LLM gateway with intelligent routing, Graphify code intelligence, Distill compression, routing telemetry, Code Mode, and 12+ provider support. 60-80% cost reduction for Claude Code, Cursor, and Codex.
route
Route a task to the best LLM based on task type and complexity.
routing
Route tasks to the cheapest capable model automatically using llmrouter MCP tools.
roundtable
Convene the multi-LLM round table — Claude, Antigravity, and Codex deliberate a question; the user chairs promotion. Triggers on: roundtable, round table, convene the table, ask the table, what do the other models think, deliberate.