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/dashboardgit clone --depth 1 https://github.com/SeeleAI/ThothWhat 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.00024 | $0.00534 |
| Opus 5 | $0.00012 | $0.00267 |
| Sonnet 5 | $0.00005 | $0.00107 |
| Haiku 4.5 | $0.00002 | $0.00053 |
Grade A, and why
thoth:dashboard 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.
How it starts
The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/thoth:dashboard
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_DASHBOARD_ARGUMENTS_FILE="$(mktemp -t thoth-dashboard-arguments.XXXXXX)"
trap 'rm -f "$THOTH_DASHBOARD_ARGUMENTS_FILE"' EXIT
cat > "$THOTH_DASHBOARD_ARGUMENTS_FILE" <<'THOTH_DASHBOARD_ARGUMENTS_EOF'
$ARGUMENTS
THOTH_DASHBOARD_ARGUMENTS_EOF
"${CLAUDE_PLUGIN_ROOT}/scripts/thoth-claude-command.sh" dashboard --thoth-arguments-file "$THOTH_DASHBOARD_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 endpoint, failure point, and one notable runtime delta only.
Hard Stops
- Do not narrate the whole UI.
- Do not omit the failure point or fabricate a runtime delta; when the result is clean, report the absence of failure as the finding.
- Do not describe dashboard rebuild as scaffold sync; rebuild only installs dependencies, builds dist, and restarts.
Reply Contract
- reply_budget_utf8:
56 - result_style: brief operator receipt
- validator_policy: dashboard is read-only over .thoth ledgers
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 · 62 lines · 24 tokens per session scan A f2fd705e88c5
thoth:dashboard is a command published in the GitHub repository SeeleAI/Thoth (51 stars, last pushed 23d ago), licensed MIT. It adds 24 tokens to every session and 534 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
pm
Project Manager Agent - Default orchestration agent that coordinates all sub-agents and manages workflows seamlessly.
project
Manage projects: register repos, inspect, configure per-project settings, and remove.
import
Import reads the legacy Agent Orchestrator flat-file store (/.agent-orchestrator) read-only and ports its projects and per-project settings into the rewrite database. Legacy files are never modified, and a re-run skips rows that already exist, so it is safe to run more than once. The daemon must be stopped before…
finish-work
Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal. Code commits are NOT done here — those happen in workflow Phase 3.4 before you invoke this command.
trellis-finish-work
Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal. Code commits are NOT done here — those happen in workflow Phase 3.4 before you invoke this command.
os-status
显示AI Team OS系统状态 — 团队、Agent、会议概览.