Claude Usage Analyst
Turns local ccusage data into a clear, evidence-based explanation of your Claude Code token spend, cost, and quota burn.
Data & AnalyticsIntermediate★ 1,323⑂ 212AI score 9/10Last updated: Aug 8, 2026
What it does
- Checks that
ccusageis installed, then runs the bundled Python analyzer over the date range you choose. - Builds evidence tables for total tokens, cost, input/output, cache-create and cache-read tokens, plus a model-by-model comparison of volume and estimated cost.
- Breaks quota exhaustion down by 5-hour block and explains it in plain language, translating jargon like "cache read" into one-sentence English.
- Enforces evidence discipline: observed numbers stay separate from interpretation, and it says "quota-like pressure" instead of guessing exact plan accounting.
Who it's for
- Daily Claude Code / Claude Desktop users wondering why their limit runs out so fast.
- Team leads tracking or reporting monthly AI spend.
- Developers deciding which model is worth the cost based on real numbers.
Examples
- "Why did I hit my limit before lunch?" → get a 5-hour block table with the burn explanation.
- "Was opus or sonnet more expensive this month?" → pass
--model-a/--model-bfor a side-by-side token and cost comparison. - "Show my last two weeks" → set
--since/--untilfor a daily report with ranks and medians.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/daymade/claude-code-skills/HEAD/daymade-claude-code/claude-usage-analyst/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the daymade-claude-code/claude-usage-analyst folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/claude-usage-analyst/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/daymade/claude-code-skills.git && mkdir -p ~/.claude/skills && cp -r claude-code-skills/daymade-claude-code/claude-usage-analyst ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Confirm Node.js and Python 3 are installed (
node -v,python3 --version). - Install the usage tool:
npm install -g ccusage@latest(or usenpx ccusage@latestwithout installing). - Clone the repo:
git clone https://github.com/daymade/claude-code-skills.git - Copy the skill folder:
mkdir -p ~/.claude/skills && cp -r claude-code-skills/daymade-claude-code/claude-usage-analyst ~/.claude/skills/ - Restart Claude Code and ask something like "analyze my Claude token usage today" to trigger the skill.
- Ask it to pass
--timezone <your/zone>so dates line up with your local day boundaries.
View source on GitHub ↗License: MIT