AgentLimits
Description
AgentLimits is macOS widgets that display Codex/Claude Code usage limits and ccusage tokens, cost, heatmap
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AgentLimits
**In Development**
AgentLimits is a macOS Sonoma+ menu bar app with Notification Center widgets. It shows usage limits for ChatGPT Codex / Claude Code (5-hour + weekly, or monthly when the provider returns a monthly window), GitHub Copilot (monthly premium requests), and ccusage token usage. Custom usage scripts also let you track any other service's usage (e.g. Cursor, Google Antigravity) the same way — see [Custom Usage Script Authoring](#custom-usage-script-authoring).

Download
Download the latest build: [Download](https://github.com/Nihondo/AgentLimits/releases/latest/download/AgentLimits.zip)
Quick Start (First-Time Setup)
- Run AgentLimits.
- Add widgets in Notification Center.
- Open AgentLimits Settings... from the menu bar.
- In Usage, choose Codex, Claude Code, or Copilot, set refresh interval (1–10 minutes), open the bottom login panel (
▲), then sign in. - Use the menu bar Display Mode to switch Used/Remaining, and Refresh Now for manual updates.
What It Tracks
- Usage limits (Codex / Claude Code): 5-hour + weekly usage, or monthly usage when the provider returns a monthly window, via internal APIs.
- If Codex temporarily returns only a weekly window, AgentLimits keeps the 5-hour slot unavailable and displays the returned value in the weekly slot.
- Codex:
https://chatgpt.com/backend-api/wham/usage - Claude Code:
https://claude.ai/api/organizations/{orgId}/usage
- Usage limits (GitHub Copilot): Monthly premium interaction quota via entitlement API.
- Copilot:
https://github.com/github-copilot/chat/entitlement
- Copilot:
- Custom usage services: Run a user-selected executable that prints an AgentLimits JSON snapshot to stdout. Each service may provide one or two unique
5h,1w, or1monthwindows. - Token usage (ccusage): daily/weekly/monthly tokens and cost via CLI.
- Codex:
npx -y ccusage@latest codex daily - Claude Code: `npx -y ccusage@l
- Codex:
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11