PulseAugur
实时 04:15:59
English(EN) Which Skill Is Quietly Burning Your Tokens? Find Out From transcript.jsonl

Claude Code用户现在可以通过新脚本按技能追踪Token成本

一位开发者创建了一个名为`usage-breakdown.sh`的shell脚本,用于分析Claude Code中的Token使用情况,因为内置的`/usage`命令仅提供每个模型的总成本。该脚本解析`transcript.jsonl`文件,该文件记录了会话期间的每一次操作,以统计特定技能(Skills)、代理(Agents)和MCP服务器的调用次数。这种详细的分类有助于用户识别哪些特定功能正在增加他们的Claude Code账单,从而提供比默认工具更精细化的洞察。 AI

影响 使用户能够更精细地控制和理解其AI工具的成本。

排序理由 该项目描述了一个为现有产品提供增强功能的自定义脚本。

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Claude Code用户现在可以通过新脚本按技能追踪Token成本

本文如何被排名

Signal score
13 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该项目描述了一个为现有产品提供增强功能的自定义脚本。
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.

完整方法见我们的编辑标准

报道来源 [1]

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

    哪个技能正在悄悄消耗你的Token?从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 …