Agent usage
Skill search-atlas-group/amm-founding-circle/skills/agent-usage
The AMM founding-circle home base: 36 Claude skills (AEO/SEO + agentic engineering + security), the agentic ladder, playbooks, and automations. No paid APIs required.
npx -y skills add search-atlas-group/amm-founding-circle --skill agent-usageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Show accurate Claude/Codex account usage from provider quota APIs where exposed and local session ledgers otherwise.
SKILL.md
1.0 KB, as published. Nobody here has run it
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.