Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Check OpenAI Codex CLI rate limit status (daily/weekly quotas) using local session logs. Portable Python script.
.claude/skills/sundial-org-codex-quota/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -65% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -61% | 0% |
Check OpenAI Codex CLI rate limit status.
bash# Run the included Python script ./codex-quota.py # Or if installed to PATH codex-quota
bashcodex-quota # Show current quota (cached from latest session) codex-quota --fresh # Ping Codex first for live data codex-quota --all # Update all accounts, save to /tmp/codex-quota-all.json codex-quota --json # Output as JSON codex-quota --help # Show help
Copy codex-quota.py to your path:
bashcp skills/codex-quota/codex-quota.py ~/bin/codex-quota chmod +x ~/bin/codex-quota
Codex CLI logs rate limit info in every session file (~/.codex/sessions/YYYY/MM/DD/*.jsonl) as part of token_count events. This tool:
rate_limits objectOther measured skills in the registry, with their headline benchmark lift.