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/uppinote20/claude-dashboard/setupgit clone --depth 1 https://github.com/uppinote20/claude-dashboardWrote 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/uppinote20/claude-dashboard/setup)<a href="https://agentmods.dev/commands/uppinote20/claude-dashboard/setup"><img src="https://agentmods.dev/badge/commands/uppinote20/claude-dashboard/setup.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.00007 | $0.04280 |
| Opus 5 | $0.00003 | $0.02140 |
| Sonnet 5 | $0.00001 | $0.00856 |
| Haiku 4.5 | $0.00001 | $0.00428 |
Grade A, and why
setup 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 5d 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 — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Dashboard Setup
Configure the claude-dashboard status line plugin with widget system support.
Arguments
- No arguments: Interactive mode (asks questions)
- With arguments: Direct configuration mode
Direct Mode Arguments
-
$1: Display modecompact(default): 1 line (model, context, cost, rateLimit5h, rateLimit7d, rateLimit7dSonnet, zaiUsage)normal: 2 lines (+ projectInfo, sessionId, sessionDuration, burnRate, todoProgress)detailed: 6 lines (+ sessionName, tokenSpeed, depletionTime, configCounts, toolActivity, agentStatus, cacheHit, performance, tokenBreakdown, forecast, budget, todayCost, codexUsage, geminiUsage, antigravityUsage, linesChanged, outputStyle, version, peakHours, lastPrompt, vimMode, apiDuration, tagStatus)custom: Custom widget configuration (requires$4)
-
$2: Language preferenceauto(default): Detect from system languageen: Englishko: Korean
-
$3: Subscription planmax(default): Shows 5h + 7d rate limitspro: Shows 5h only
-
$4: Custom lines (only forcustommode)- Format:
"widget1,widget2|widget3,widget4" |separates lines- Example:
"model,context,cost|projectInfo,todoProgress"
- Format:
Available Widgets
| Widget | Description |
|---|---|
model |
Model name with emoji, effort level (Opus/Sonnet/Fable), fast mode (Opus) |
context |
Progress bar, percentage, tokens |
contextBar |
Progress bar only (sub-widget of context) |
contextPercentage |
Percentage only (sub-widget of context) |
contextUsage |
Token count only, e.g. 42K/200K (sub-widget of context) |
cost |
Session cost in USD |
rateLimit5h |
5-hour rate limit |
rateLimit7d |
7-day rate limit (Pro/Max) |
rateLimit7dSonnet |
7-day Sonnet limit (Max) — deprecated ~2026-06, merged into the unified weekly bucket at Sonnet 5 launch; stays hidden while the API returns null |
rateLimit7dFable |
7-day Fable limit (Max) |
projectInfo |
Directory name + git branch + ahead/behind (↑↓), subpath from project_dir, worktree indicator |
configCounts |
CLAUDE.md, AGENTS.md, rules, MCPs, hooks, +Dirs counts |
sessionId |
Session ID (short 8 chars) |
sessionIdFull |
Session ID (full UUID) |
sessionDuration |
Session duration |
toolActivity |
Running/completed tools with targets (e.g., Read(app.ts)) |
agentStatus |
Subagent progress |
todoProgress |
Todo completion rate |
burnRate |
Token consumption per minute |
cacheHit |
Cache hit rate percentage |
depletionTime |
Estimated time to rate limit |
codexUsage |
OpenAI Codex CLI usage (auto-hide if not installed) |
geminiUsage |
Google Gemini CLI usage - current model (auto-hide if not installed) |
geminiUsageAll |
Google Gemini CLI usage - all models (auto-hide if not installed) |
antigravityUsage |
Google Antigravity CLI - weekly quota by model family (auto-hide if not installed) |
antigravityUsageAll |
Google Antigravity CLI - per-model quota (auto-hide if not installed) |
zaiUsage |
z.ai/ZHIPU usage (auto-hide if not using z.ai) |
tokenBreakdown |
Input/output/cache write/read token breakdown |
performance |
Composite efficiency badge (cache hit + output ratio) |
forecast |
Estimated hourly cost based on session rate |
budget |
Daily spending vs configured budget limit (requires dailyBudget in config) |
tokenSpeed |
Output token generation speed (e.g., 67 tok/s) |
sessionName |
Session name from /rename command |
todayCost |
Total spending across all sessions today |
linesChanged |
Uncommitted lines added/removed, including untracked files (+N -N) |
outputStyle |
Current output style (hidden when "default") |
version |
Claude Code version display |
vimMode |
Vim mode (NORMAL/INSERT), auto-hides when vim disabled |
apiDuration |
API time as % of total session time |
peakHours |
Peak hours indicator with countdown (weekdays 5-11 AM PT) |
tagStatus |
Commits ahead of matched git tags (uses tagPatterns config, default ["v*"]) |
slashCommand |
Active slash command for the current turn (🎯); cleared by next plain-text message |
agentMode |
Session agent identity: 👤 custom agent (via /agent <name>) or 🤖 subagent type |
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.
- 5d ago First seen · 312 lines · 7 tokens per session scan A 2c1506cfbc22
setup is a command published in the GitHub repository uppinote20/claude-dashboard (564 stars, last pushed 12d ago), licensed MIT. It adds 7 tokens to every session and 4,280 once invoked, about $0.0000 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
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.