If you've ever wondered which Claude Code prompts are costing you the most tokens, this gives you the answer in a local dashboard. It scans the JSONL transcripts Claude writes to `~/.claude/projects/`, caches everything in SQLite, and shows per-prompt breakdowns, cache hit rates, and project comparisons at `127.0.0.1:8080`. No npm, no build step, just Python 3.8+ and a single `cli.py dashboard` command. The tips tab is legitimately useful for spotting repeated file reads or oversized tool results. Everything stays local, which matters when you're analyzing your own usage patterns. Solid for anyone on Pro or Max who wants visibility into where their tokens actually go.
npx skills add https://github.com/aradotso/trending-skills --skill token-dashboard-claude-analytics