# Agent Usage

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

- Skill: `search-atlas-group/agent-usage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add search-atlas-group/agent-usage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/search-atlas-group/agent-usage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: search-atlas-group (https://skillmd.com/u/search-atlas-group)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/search-atlas-group/agent-usage

---


# 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:

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

For a browser view:

```bash
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.

