From caveman
Displays real token usage and estimated savings for the current Claude Code session from session logs—no AI estimation. Triggered by /caveman-stats.
npx claudepluginhub juliusbrussee/caveman --plugin cavemanThis skill uses the workspace's default tool permissions.
This skill is delivered by `hooks/caveman-stats.js` (read by `hooks/caveman-mode-tracker.js` on `/caveman-stats`). The model does not need to do anything when this skill fires — the hook returns `decision: "block"` with the formatted stats as the reason. The user sees the numbers immediately.
Parses Claude Code JSONL session logs into SQLite, estimates Anthropic API costs, and serves a local browser dashboard with Chart.js charts plus CLI usage summaries.
Analyzes Claude Code usage, costs, tokens, efficiency, cache hits, and burn rate using ccusage for stats and termgraph for visuals on work or personal profiles.
Share bugs, ideas, or general feedback.
This skill is delivered by hooks/caveman-stats.js (read by hooks/caveman-mode-tracker.js on /caveman-stats). The model does not need to do anything when this skill fires — the hook returns decision: "block" with the formatted stats as the reason. The user sees the numbers immediately.