Ccc Cost banner
KevinZai KevinZai

Ccc Cost

Productivity community

Description

--- description: "Real-time cost tracking across all agent sessions" --- # /cost — Cost Tracker Agent HQ API at localhost:3005. Shows spending across all Claude sessions. ## When activated: Run: `curl -s http://localhost:3005/api/costs` Parse the JSON and display: ``` Cost Dashboard ═══════════════════════════════ Today: $[today] ([todayTokens] tokens) Yesterday: $[yesterday] ([yesterdayTokens] tokens) Total: $[total] ([totalTokens] tokens) By Agent: [agent1] $[cost] [█

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-cost/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-cost && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-cost.md -o ~/.claude/skills/kevinzai-commander-ccc-cost/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository