Token Tracker
Description
Keep track of your agent's token limit while coding through terminal.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Token Tracker
Keep track of token usage of your CLI agents while coding (claude and codex only).
Dashboard
Status bar + sidebar/editor views:


- Status bar meter: rolling 24-hour burn tokens vs
tokenTracker.dailyTokenLimit
(burn=input_tokens + output_tokens; cached tokens are not included in this total) - Sidebar + editor dashboard:
- 7-day chart, weekly comparison, per-provider table, live event feed
- By project (24h): usage grouped by working directory when the tool reports it; comparative input vs output bar per project (cached is not part of the bar split)
- Source bars (Claude / Codex): rolling last 5 hours of burn vs your per-source caps (
tokenTracker.dailyTokenLimitClaude/tokenTracker.dailyTokenLimitCodex) - Rate-limit section:
- Codex: authoritative windows when rollout
rate_limitsmetadata is present - Claude (and Codex fallback): observed windows (
5h/7d) derived from local events; observed token counts use input + output only
- Codex: authoritative windows when rollout
- Local ingest API: POST to
http://127.0.0.1:58417/ingest - No backend, no account: data stays on-device in extension storage
Token accounting (how numbers are calculated)
- Each stored event has
input_tokens,output_tokens, and optionallycached_tokens(e.g. Anthropic cache read/creation). total_tokensin the event store is alwaysinput_tokens + output_tokens— cached usage is not added into that total.- Cost (when not supplied) can still use cached tokens for pricing estimates, but UI “burn” meters and source bars intentionally use input + output so cache traffic does not inflate the headline numbers.
- Claude Code: cache fields from local JSONL are stored as
cached_tokensfor cost/context; burn totals follo
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11