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/seeleai/thoth/doctorgit clone --depth 1 https://github.com/SeeleAI/ThothWrote 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/seeleai/thoth/doctor)<a href="https://agentmods.dev/commands/seeleai/thoth/doctor"><img src="https://agentmods.dev/badge/commands/seeleai/thoth/doctor.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.00561 |
| Opus 5 | $0.00010 | $0.00280 |
| Sonnet 5 | $0.00004 | $0.00112 |
| Haiku 4.5 | $0.00002 | $0.00056 |
Grade A, and why
thoth:doctor 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 — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/thoth:doctor
Generated Surface
This file is generated from thoth.command_specs.COMMAND_SPECS. Do not hand edit.
Real Runtime Execution
The repo-local Thoth runtime command for this slash command has already been executed before Claude sees this prompt.
THOTH_DOCTOR_ARGUMENTS_FILE="$(mktemp -t thoth-doctor-arguments.XXXXXX)"
trap 'rm -f "$THOTH_DOCTOR_ARGUMENTS_FILE"' EXIT
cat > "$THOTH_DOCTOR_ARGUMENTS_FILE" <<'THOTH_DOCTOR_ARGUMENTS_EOF'
$ARGUMENTS
THOTH_DOCTOR_ARGUMENTS_EOF
"${CLAUDE_PLUGIN_ROOT}/scripts/thoth-claude-command.sh" doctor --thoth-arguments-file "$THOTH_DOCTOR_ARGUMENTS_FILE"
Response Contract
- Treat the structured bridge payload above as the only authority for this invocation.
- If
bridge_successisfalse, report the exact bridge failure and stop. - If stdout starts with
version=, repeat stdout exactly and output nothing else. - If
bridge_successistrue, report only the real command result in one short receipt. - If extra evidence is required, inspect only the smallest artifact explicitly named by the bridge payload.
- Do not launch broad Explore, Task, cache/source scans, or background investigation after the bridge result.
- If the result exposes blockers or asks for human decisions, use AskUserQuestion to ask only the unresolved questions and stop.
- Do not expand into runtime explanation, walkthroughs, or extra command execution.
Authority Summary
Route
- route_class:
mechanical_fast - intelligence_tier:
none - packet_authority_mode:
result_envelope
Objective
Report only failing, drifting, missing checks, and any user decisions required to unblock authority.
Hard Stops
- Do not pad with passing checks.
- Do not claim repo health without checks.
- Do not launch broad Explore, Task, plugin-cache/source scans, or background investigation after the doctor result.
- If extra evidence is required, inspect only the smallest artifact explicitly named by the doctor payload.
- If work items are blocked or migration decisions are unresolved, ask with AskUserQuestion instead of guessing or fixing.
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 · 64 lines · 20 tokens per session scan A da872d787ea7
thoth:doctor is a command published in the GitHub repository SeeleAI/Thoth (51 stars, last pushed 24d ago), licensed MIT. It adds 20 tokens to every session and 561 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 commands, from other repositories
build
Bulk-build ArcKit artefacts in parallel via subagent-orchestrated waves with resumable state.
build
Bulk-build ArcKit artefacts in parallel via subagent-orchestrated waves with resumable state.
delegate-review
Run OCR in delegation mode — OCR handles file selection and rules, the host agent performs the actual review.
project
Manage projects: register repos, inspect, configure per-project settings, and remove.
send
Send a message to a running agent session. Use this to correct or direct a live agent mid-stream without killing and respawning it.
autobot-result
Print the most recent result.md for an autobot session, so the user can see how a bot is doing without attaching to its tmux session.