Help us improve
Share bugs, ideas, or general feedback.
From token-usage
Displays per-session token usage breakdown for Claude Code. Supports custom date ranges via `/token-usage N`.
npx claudepluginhub saidwivedi/research-skills --plugin token-usageHow 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.
Displays 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.
Displays real token usage and estimated cost savings for the current Claude Code session by reading session logs directly. Invoke via /pordee-stats for accurate, non-AI computed stats.
Share bugs, ideas, or general feedback.
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.