@tokenboard/cli
v0.1.6
Published
A leaderboard for your agentic-coding token usage — race your friends, not strangers.
Maintainers
Readme
@tokenboard/cli
A leaderboard for your agentic-coding token usage — race your friends, not strangers.
Status: early release — local preview only. Sign-in, public boards, and syncing land in upcoming releases. Follow along at tokenboard.sh.
npx @tokenboard/cli # local preview: your token usage + a rough $ estimate
npx @tokenboard/cli show-data # dry-run: exactly what a future sync would uploadWhat it does today
- Parses your local Claude Code session logs (
~/.claude/projects) and shells out toccusagefor the long tail (Codex, Gemini, Goose, …) — counts only, never prompts, code, or file paths. - Prints your total tokens and a labeled
~$estimate computed offline from a bundled LiteLLM price snapshot. The estimate is cosmetic — the server is authoritative once syncing exists.
Privacy
Runs fully offline — nothing is uploaded and no account is created. The only
outbound traffic is npx fetching the pinned ccusage package (an npm install, not
your usage data); with no network it's skipped and Claude Code still renders.
