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.
Install via ClawdBot CLI:
clawdbot install odrobnik/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.
Generated Mar 1, 2026
A software development team uses OpenAI Codex for generating code snippets and debugging assistance. They run codex-quota before intensive coding sessions to check weekly rate limits, ensuring they don't hit quotas mid-project and can plan usage accordingly.
A freelance developer works with multiple clients, each with separate Codex accounts. They use codex-quota with the --all --yes option to quickly check quotas across all accounts, optimizing which account to use based on remaining limits and avoiding interruptions.
A university computer science department provides Codex access to students for learning programming. Administrators run codex-quota regularly to monitor aggregate usage, identify overuse patterns, and adjust quotas or schedules to ensure fair access for all students.
A tech startup relies on Codex for rapid prototyping and code generation. They use codex-quota with --fresh to get live data before major development sprints, helping manage API costs by staying within rate limits and avoiding unexpected throttling that could delay product launches.
Offer codex-quota as a free, open-source tool to attract developers, then monetize by integrating it into a premium dashboard with advanced analytics, alerts, and team management features. Revenue comes from subscription fees for these enhanced services.
Provide consulting services to businesses for setting up and customizing codex-quota to fit their specific workflows, such as integrating it with CI/CD pipelines or internal monitoring systems. Revenue is generated through one-time setup fees and ongoing support contracts.
Develop a SaaS platform that uses codex-quota's core functionality to offer broader API rate limit monitoring for multiple AI services beyond Codex. Revenue is generated through tiered pricing plans based on the number of APIs monitored and features like automated reporting.
š¬ Integration Tip
Integrate codex-quota into existing CI/CD pipelines by running it as a pre-check step before automated code generation tasks to prevent quota-related failures and ensure smooth workflow execution.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.