← ClaudeAtlas

throughputlisted

Use when the user asks to open/show the CCC throughput (token) dashboard, or asks how many tokens they've used — overall/so far, in the last 7 days, or for a specific session (e.g. "how many tokens is session ffbbeef8", "open throughput dashboard", "what's my token burn"). Answers token/cost questions from CCC's throughput API and links the page.
amirfish1/claude-command-center · ★ 152 · AI & Automation · score 74
Install: claude install-skill amirfish1/claude-command-center
# Throughput CCC's **throughput dashboard** (`static/throughput.html`, served at `/throughput.html`) charts token usage, TPM/TPS, cost, and cache-hit ratio — for a 7-day aggregate or per session. There is **no dedicated CLI**; the numbers come from the dashboard's HTTP API (`/api/throughput`). This skill wraps both behind one helper: `throughput.sh` (next to this file). It resolves the running dashboard's port, and — because the API needs a *full* session id — resolves an 8-char prefix like `ffbbeef8` to the full uuid first. Run it from the skill directory, e.g.: ```bash .claude/skills/throughput/throughput.sh <subcommand> ``` ## Requests → what to do **"open throughput dashboard" / "show me throughput" / "the token page"** Run `throughput.sh url` and give the user the `throughput.html` link (it's clickable in the terminal). Only actually launch a browser if they say "open it" *and* a browser opener is available — `xdg-open <url>` (Linux) or `open <url>` (macOS); otherwise just hand over the URL. Don't assume a GUI. **"how many tokens have I used / so far / this week" / "what's my burn"** Run `throughput.sh total`. This is the **Last-7-days aggregate** across all Claude sessions (CCC only retains a 7-day throughput window — say "last 7 days", not "all time"). Relay the total, the input/output split, cache-hit %, and cost. **"how many tokens is session ffbbeef8" / "tokens for <id>"** Run `throughput.sh session <id-or-prefix>`. A short prefix is fine — the helper resolv