Agent Usage

Show accurate Claude/Codex account usage from provider quota APIs where exposed and local session ledgers otherwise.

search-atlas-group 4cf15c0 889 B Updated

File contents

Agent Usage

Use when the user asks for current Claude, Claude Max, Claude Pro, Codex, or agent account usage.

Run the local monitor from the Agent Engineering repo:

AGENTIC_ENGINEERING_HOME="${AGENTIC_ENGINEERING_HOME:-$HOME/agentic-engineering}"
"$AGENTIC_ENGINEERING_HOME/stack/telemetry/agent-usage-monitor.py" --refresh

For a browser view:

AGENTIC_ENGINEERING_HOME="${AGENTIC_ENGINEERING_HOME:-$HOME/agentic-engineering}"
"$AGENTIC_ENGINEERING_HOME/stack/telemetry/agent-usage-monitor.py" --html /tmp/agent-usage.html --watch 60

Do not estimate missing quota. If Codex plan quota is unavailable through the Codex CLI, report the local observed token ledger and say provider quota is not exposed.

search-atlas-group/amm-founding-circle/tree/main/skills/agent-usage commit 4cf15c0278

Frequently asked questions

npx skillmds@latest add search-atlas-group/agent-usage