Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Claude Usage Analyst

Turns local ccusage data into a clear, evidence-based explanation of your Claude Code token spend, cost, and quota burn.

Data & AnalyticsIntermediate1,323212AI score 9/10Last updated: Aug 8, 2026

What it does

  • Checks that ccusage is 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

  1. "Why did I hit my limit before lunch?" → get a 5-hour block table with the burn explanation.
  2. "Was opus or sonnet more expensive this month?" → pass --model-a / --model-b for a side-by-side token and cost comparison.
  3. "Show my last two weeks" → set --since/--until for 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Confirm Node.js and Python 3 are installed (node -v, python3 --version).
  2. Install the usage tool: npm install -g ccusage@latest (or use npx ccusage@latest without installing).
  3. Clone the repo: git clone https://github.com/daymade/claude-code-skills.git
  4. Copy the skill folder: mkdir -p ~/.claude/skills && cp -r claude-code-skills/daymade-claude-code/claude-usage-analyst ~/.claude/skills/
  5. Restart Claude Code and ask something like "analyze my Claude token usage today" to trigger the skill.
  6. Ask it to pass --timezone <your/zone> so dates line up with your local day boundaries.