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.
Caveman — Stats
juliusbrussee/caveman-stats · Agent Skill (multi-file)
by Julius Brussee · bundle
Shows real token usage and estimated savings for the current Claude Code session by reading the session log.
---
name: caveman-stats
description: Shows real token usage and estimated savings for the current Claude Code session by reading the session log.
---
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.Files
This skill is a package of 2 files. Install with the command above, or download the folder.
- 📄SKILL.md
- 📄README.md
Related
- ▌ cost-tracking · affaan-mAnalyze Claude Code token usage, spending, and budgets from the local ECC cost-tracker metrics log. Provides summaries, breakdowns by model, session, or date, and CSV export.
- ▌ cost-tracking · sakamoto-family-smileAnalyze Claude Code token usage, spending, and budgets from a local SQLite cost-tracking database, with breakdowns by project, tool, session, or date.
- ▌ using-superpowers · obra bundleEnsures skills are invoked before any response, including clarifying questions, and establishes how to find and use skills.
- ▌ stay-within-limits · builderio bundleKeep long-running agent work within 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.
- ▌ delivery-gate · affaan-m bundleBlocks Claude from finishing a session until deterministic quality checks pass: learning library freshness, disk space, and rationalization pattern detection.
- ▌ ck · affaan-m bundlePersists project context across Claude Code sessions. Auto-loads project summaries on startup, tracks session progress, and saves structured state via deterministic Node.js scripts.
Frequently asked questions
How do I install the Caveman — Stats skill?
Run npx skillmds add juliusbrussee/caveman-stats in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Caveman — Stats skill do?
Shows real token usage and estimated savings for the current Claude Code session by reading the session log. It is listed under Productivity on SkillMD.
Is Caveman — Stats safe to use?
SkillMD's automated safety review verdict for this skill is PASS. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Caveman — Stats?
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Caveman — Stats free to use?
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Caveman — Stats?
Julius Brussee (@juliusbrussee) published this skill. Their other Agent Skills are listed on their SkillMD profile.