From token-usage
Displays per-session token usage breakdown for Claude Code. Supports custom date ranges via `/token-usage N`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/token-usage:token-usageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the token usage summary script and display results to the user.
Run the token usage summary script and display results to the user.
python3 ~/.claude/skills/token-usage/show-usage.py $ARGUMENTS
If no argument is provided, default is 7 (last 7 days).
Show the full output table to the user exactly as printed.
npx claudepluginhub saidwivedi/research-skills --plugin token-usageDisplays real token usage and estimated savings for current Claude Code session from session logs—no AI estimation. Invoke via `/genshijin-stats` for session stats, `--all` lifetime totals, `--share` summaries, or `--since` periods.
Scans Claude Code session JSONL files to generate interactive token usage dashboards and calendars. Tracks totals, trends, models, hourly activity, and costs via Python scripts.
Shows real token usage and estimated savings for the current Claude Code session by reading the session log directly. Triggered via `/caveman-stats`.