From claudetop
Opens the claudetop web dashboard in your browser showing spending charts over time, cost by project/model/branch, efficiency trends, and sortable session history.
How this command is triggered — by the user, by Claude, or both
Slash command
/claudetop:dashboardThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# claudetop-dashboard Generate and open the claudetop web dashboard in your browser. Shows spending over time, cost by project/model/branch, efficiency trends, and a sortable session table. Tell the user the dashboard has been opened in their browser.
Generate and open the claudetop web dashboard in your browser. Shows spending over time, cost by project/model/branch, efficiency trends, and a sortable session table.
claudetop-dashboard 2>/dev/null || echo "claudetop-dashboard not found. Install: cd ~/claudetop && ./install.sh"
Tell the user the dashboard has been opened in their browser.
npx claudepluginhub liorwn/claudetop --plugin claudetop/tokenburnOpens interactive TokenBurn dashboard in native terminal for token/cost analytics by day, project, model, activity, tools, and shell commands. Periods: today, week (default), 30days, month.
/costsBreaks down session costs by LLM provider and workflow, reading usage logs from ~/.claude-octopus/. Outputs ASCII tables with token counts, query counts, and estimated costs.
/claude-pulseDisplays real-time session dashboard with cost analysis, token breakdown, tool performance, context usage, and optimization tips. Also supports configure, stats, setup subcommands.
/statusDisplays Claude Code Governor usage dashboard and waste heat map with metrics on blocked tokens, prompt suggestions, tool failures, compactions, waste sources, and session/lifetime totals.
/cc-perfAnalyzes Claude Code session token usage, costs, inefficiencies, and tool calls; provides performance summaries, optimization recommendations, model comparisons, and budget tracking.
/dashboardOpens claude-smart dashboard (http://localhost:3001) in browser, starts backend and dashboard if not running via bash script, shows output verbatim.