Install
openclaw skills install codex-quotaCheck OpenAI Codex CLI rate limit status (daily/weekly quotas) using local session logs. Portable Python script. Reads ~/.codex/sessions/ for quota data. When using --all --yes, it temporarily switches accounts by overwriting ~/.codex/auth.json (restored afterwards) to query each account. Uses the `codex` CLI for --fresh / --all.
openclaw skills install codex-quotaCheck OpenAI Codex CLI rate limit status.
# Run the included Python script
./codex-quota.py
# Or if installed to PATH
codex-quota
codex-quota # Show current quota (cached from latest session)
codex-quota --fresh # Ping Codex first for live data
codex-quota --all --yes # Update all accounts, save to /tmp/codex-quota-all.json
codex-quota --json # Output as JSON
codex-quota --help # Show help
See SETUP.md for prerequisites and setup instructions.