From cost-guardian
Generates detailed cost reports with ASCII charts for Claude Code: session/model breakdowns, daily/weekly/monthly spend, per-tool costs, per-branch costs, and usage trends.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cost-guardian:cost-report [session|daily|weekly|monthly|branch][session|daily|weekly|monthly|branch]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate formatted cost reports with ASCII charts.
Generate formatted cost reports with ASCII charts.
/cost-report or /cost-report sessionShow current session report (enhanced with model breakdown and top expensive calls):
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" session "${CLAUDE_SESSION_ID}"
/cost-report dailyShow last 7 days with day-of-week labels, averages, and projected monthly:
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" daily 7
/cost-report weeklyShow last 4 weeks (28 days):
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" daily 28
/cost-report monthlyShow last 30 days:
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" daily 30
/cost-report branchShow cost per git branch (last 30 days):
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" branch 30
/cost-report branch <days>Show branch costs for a custom period:
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" branch <DAYS>
npx claudepluginhub manavarya09/cost-guardian --plugin cost-guardianGenerates daily cost reports for Claude Code usage including total spend, running sessions, token stats via claude-view MCP tools. Useful for cost, spending, budget queries.
Generates an interactive HTML dashboard with cost breakdown, token usage, and 5-hour window timeline across all Claude Code sessions.
Generates advanced cost insights for Claude Code sessions: efficiency scoring, waste detection, ROI metrics, model savings calculator, anomaly detection, and GitHub badges. Use to optimize AI spend.