Agent Budget banner
Canhada-Labs Canhada-Labs

Agent Budget

Productivity community

Description

--- command: /agent-budget alias: /agent budget description: Rollup token usage and cost for a plan or time window — /agent budget usage: "/agent budget [PLAN-NNN] [--since 24h] [--json]" idempotent: true allowed-tools: Bash --- # /agent budget — Token + cost rollup from audit-log Reports running token + cost totals (via ``.claude/scripts/budget-summary.py``) for a specific plan or the last 24h (or other window). Snapshot-only: the command does NOT touch the audit-log, so running it twice on t

Installation

Installs to ~/.claude/commands/canhada-labs-ceo-orchestration-agent-budget.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Canhada-Labs/ceo-orchestration/HEAD/.claude/commands/agent-budget.md -o ~/.claude/commands/canhada-labs-ceo-orchestration-agent-budget.md

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

Full documentation available on GitHub

View Source Repository