PulseAugur
EN
LIVE 04:29:21

Claude Code users can now track token costs by Skill with a new script

A developer has created a shell script called `usage-breakdown.sh` to analyze token usage in Claude Code, as the built-in `/usage` command only provides per-model cost totals. The script parses `transcript.jsonl` files, which record every operation during a session, to tally call counts for specific Skills, Agents, and MCP servers. This detailed breakdown helps users identify which specific functions are driving up their Claude Code bills, offering more granular insights than the default tooling. AI

IMPACT Enables users to gain finer-grained control and understanding of their AI tool costs.

RANK_REASON The item describes a custom script developed to provide enhanced functionality for an existing product.

Read on dev.to — Claude Code tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Claude Code users can now track token costs by Skill with a new script

How we ranked this

Signal score
12 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item describes a custom script developed to provide enhanced functionality for an existing product.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · Lily ·

    Which Skill Is Quietly Burning Your Tokens? Find Out From transcript.jsonl

    <p>Your monthly Claude Code bill went up 20%. You know that much. What you don't know is <em>which</em> Skill did it — and nothing in the tooling will tell you.</p> <p>Run <code>/usage</code> in Claude Code and you get <code>claude-sonnet-4-6: ¥3,240</code> — <strong>a per-model …