codex-quota

Parse local OpenAI Codex CLI session logs to display rate limit status.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/sky770825/NEUXA- --skill codex-quota
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-quota
Source: https://github.com/sky770825/NEUXA-/tree/main/quarantine/skills-slim-20260213/codex-quota
Command: npx skills add https://github.com/sky770825/NEUXA- --skill codex-quota

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the guesswork around OpenAI Codex CLI rate limits, preventing unexpected workflow interruptions when you hit your daily or weekly quota caps during code generation or other CLI-powered development tasks.

Core Features & Use Cases

  • Local Quota Tracking: Pulls rate limit data directly from your local Codex session logs, no external API calls needed for cached data.
  • Dual Window Visibility: Shows both short-term 5-hour primary and long-term 7-day secondary quota usage with visual progress bars and reset countdowns in your local timezone.
  • Multi-Account Support: Check quota status across all your saved Codex accounts in one go, with aggregated results saved to a shared JSON file for easy reference.
  • Use Case: Before starting a large code refactoring project with Codex, run this tool to confirm you have enough weekly quota to complete the work without hitting rate limits mid-task.

Quick Start

Use the codex-quota skill to check your current OpenAI Codex CLI rate limit status from your latest local session.

Frequently Asked Questions about codex-quota

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check OpenAI Codex CLI quota status from local session logs?

Codex CLI quota status is checked by parsing local session log files to retrieve current rate limit data, displaying 5-hour primary and 7-day secondary usage with visual progress bars and reset countdowns in your local timezone.

What are the OpenAI Codex CLI rate limits I need to monitor during development?

OpenAI Codex CLI enforces dual rate limit windows: a short-term 5-hour primary quota and a long-term 7-day secondary quota. Monitoring both prevents unexpected workflow interruptions during code generation, refactoring, and other CLI-driven tasks.

Can I check rate limit status across multiple Codex accounts at once?

Multi-account Codex quota checking is supported by scanning all saved accounts in one operation, aggregating rate limit results into a shared JSON file for easy reference and integration with external monitoring workflows.

Does the codex-quota tool require external API calls to retrieve rate limit data?

No external API calls are required for cached data retrieval, which pulls rate limit information directly from local Codex session logs. Fresh data pinging via the Codex CLI is also supported for up-to-the-minute quota checks.

How do I export Codex CLI quota data for integration with external monitoring workflows?

Codex CLI quota data is exported as JSON output, enabling integration with external monitoring workflows. Aggregated multi-account results are saved to a shared JSON file for automated tracking and alerting pipelines.

Why does my OpenAI Codex CLI workflow get interrupted mid-task during large code refactoring?

Codex CLI workflow interruptions occur when you exhaust either the 5-hour primary or 7-day secondary rate limit quota caps. Running a quota check before starting large refactoring projects confirms sufficient remaining quota to complete the work.