codex-quotaCheck OpenAI Codex CLI rate limit status (daily/weekly quotas) using local session logs. Portable Python script. Reads ~/.codex/sessions/ for quota data. Whe...
Install via ClawdBot CLI:
clawdbot install odrobnik/codex-quotaGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/odrobnik/codex-quota-skillAudited Apr 16, 2026 · audit v1.0
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.
Scored Apr 19, 2026
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.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.