Show HN: CCLeaderboard – 看看谁烧掉了最多的 Claude Code tokens

2作者: fokkedekker6 个月前
想知道谁在使用 Claude Code 时花费最多吗?现在你可以知道了。 我创建了 CCLeaderboard,起因是有人建议在 Reddit 上做一个 token 使用排行榜。它会追踪并根据 Claude Code 用户的总 token 消耗量进行排名。 工作原理: * 安装 CLI 工具(兼容 npm/npx) * 读取你本地的 Claude Code token 数据 * 提交你的数据以登上排行榜 * 每日或按需更新 当前功能: * 实时排行榜更新 * 每日和总排名 * 简单的用户名/电子邮件系统(电子邮件充当你的私钥 - 我们从不发送电子邮件) * 自动处理时区差异 * 智能去重 - 多次提交不会增加你的数据 技术细节: * Cloudflare 上的静态网站 * LiquidMetal AI 上的 SQL API 后端 * 读取 Claude Code 本地存储的 Node CLI 查看:[https://ccleaderboard.com/](https://ccleaderboard.com/) 正在征求关于哪些其他指标会更有趣的反馈 - 考虑添加连胜、成本估算或每次会话的平均值。
查看原文
Ever wondered who&#x27;s racking up the biggest Claude Code bills? Now you can find out. I built CCLeaderboard after someone suggested making a token usage leaderboard on Reddit. It tracks and ranks Claude Code users by their total token consumption. How it works:<p>Install the CLI tool (npm&#x2F;npx compatible) It reads your local Claude Code token data Submit your stats to climb the leaderboard Updates daily or on-demand<p>Current features:<p>Real-time leaderboard updates Daily and all-time rankings Simple username&#x2F;email system (email acts as your private key - we never send emails) Automatic handling of timezone differences Smart deduplication - submit multiple times without inflating your numbers<p>Tech details:<p>Static site on Cloudflare API backend with SQL on LiquidMetal AI Node CLI that reads Claude Code&#x27;s local storage<p>Check it out: <a href="https:&#x2F;&#x2F;ccleaderboard.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ccleaderboard.com&#x2F;</a> Looking for feedback on what other metrics would be interesting - considering adding streaks, cost estimates, or per-session averages.