# caveman-stats

> Claude/Codex skill by [@juliusbrussee](https://omgskills.com/library/juliusbrussee/index.md) · 95k stars · Updated 2026-07-26

Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.

Tags: ai, anthropic, caveman, claude, claude-code, llm, meme, prompt-engineering, skill, tokens

## Install

```sh
git clone https://github.com/JuliusBrussee/caveman /tmp/caveman && ln -s /tmp/caveman/skills/caveman-stats ~/.claude/skills/caveman-stats
```

## From README

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.

## Links

- HTML page: https://omgskills.com/skills/juliusbrussee/caveman/caveman-stats/
- GitHub: https://github.com/JuliusBrussee/caveman
- Author: [@juliusbrussee](https://omgskills.com/library/juliusbrussee/index.md)

## More from this repo

- [caveman-discover](https://omgskills.com/skills/juliusbrussee/caveman/caveman-discover/index.md) — Used to find and label every LLM workflow in the repository so Caveman Cloud groups spend by workflow instead of one...
   - [@juliusbrussee](https://omgskills.com/library/juliusbrussee/index.md) · 105k stars
- [caveman-compress](https://omgskills.com/skills/juliusbrussee/caveman/compress/index.md) — Compress a memory file such as CLAUDE.md or a todo list into caveman format to save input tokens, keeping a readable...
   - [@juliusbrussee](https://omgskills.com/library/juliusbrussee/index.md) · 102k stars
- [caveman-evidence-review](https://omgskills.com/skills/juliusbrussee/caveman/caveman-evidence-review/index.md) — Read-only review of Caveman Cloud evidence: cost, Cave Score, workflows, traces, latency, errors, routing, savings.
   - [@juliusbrussee](https://omgskills.com/library/juliusbrussee/index.md) · 102k stars
