codex-usage
Show Codex rate-limit usage and pace, or configure the native Codex status line
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Show Codex rate-limit usage and pace, or configure the native Codex status line
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Clade goal-driven autonomous improvement loop (Blueprint architecture — deterministic pre/post phases + LLM supervisor/worker nodes, converges when goal met or max-iter hit). NOT the Claude Code built-in /loop (which polls a prompt on an interval like `/loop 5m /foo`) — if the user wants interval polling, route to the built-in.
Adaptive, resumable Git delivery across repositories and agent runtimes — probe policy, checkpoint coherent work, publish, review, integrate, and verify cleanup
Adaptive, resumable Git delivery across repositories and agent runtimes — probe policy, checkpoint coherent work, publish, review, integrate, and verify cleanup
Inspect or select a Clade execution connection while keeping agent runtime, inference provider, wire protocol, and model distinct. Use for Claude/Codex runtime selection, Anthropic/OpenAI/MiniMax/Kimi/custom gateways, model routing, or connection troubleshooting.
Inspect or select a Clade execution connection while keeping agent runtime, inference provider, wire protocol, and model distinct. Use for Claude/Codex runtime selection, Anthropic/OpenAI/MiniMax/Kimi/custom gateways, model routing, or connection troubleshooting.
Equipment manager for Claude Code projects — inventory local skills/agents/scripts, audit external upstream repos (red-flag + prompt-injection screening), and sync selectively after user approval. Absorbs container-layout skill repos AND single-skill-at-root repos (e.g. a company design-system repo). Project-agnostic.
| name | codex-usage |
| description | Show Codex rate-limit usage and pace, or configure the native Codex status line |
This workflow runs directly in Codex. Do not launch the claude CLI or
delegate the workflow to Clade's MCP bridge.
Codex compatibility rules:
$clade:codex-usage; a bare $name does not select the installed Clade plugin.AGENTS.md files for repository instructions. If a project
has only CLAUDE.md, treat it as legacy project guidance and read it too..clade/ (or ~/.clade/ for personal
state). Existing legacy Claude state may be read for migration, but do not
create new vendor-specific state./skill-name reference means the corresponding Codex
$clade:skill-name plugin skill, or the same workflow invoked naturally when
explicit skill invocation is not available.<plugin-root>/... are relative to the installed Clade plugin
containing this SKILL.md; resolve that root before invoking a helper.You are the Codex Usage skill. Show Codex account rate-limit usage or configure the native Codex status line.
Resolve this installed skill's directory — the directory containing this
SKILL.md.
Run its bundled helper with Python 3:
python3 <skill-dir>/scripts/codex_usage.py [arguments]
Pass through arguments exactly:
| User request | Helper arguments |
|---|---|
| no arguments, "usage", "quota" | none |
| "setup", "add it to my footer" | setup |
| "minimal footer" | setup minimal |
| "full footer" | setup full |
| "style" or "list styles" | style |
| "minimal/icon/detail style" | `style minimal |
| "theme" or "list themes" | theme |
| "theme NAME" | theme NAME |
| "json" or machine-readable output | --json |
Report the helper output directly. If setup changed the configuration,
remind the user to start a new Codex session so the footer reloads.
~/.codex/auth.json.setup preserves existing status-line items and only adds the native
five-hour-limit and weekly-limit fields. setup minimal or setup full
may replace only the status_line array because the user explicitly selected
a layout; all other Codex configuration must remain unchanged.setup, style, or theme commands.Shows authenticated Codex rate-limit windows and compares usage with a 95% target pace. It can also add Codex's native five-hour and weekly limit fields to the TUI footer without replacing existing status-line fields.
$codex-usage
$codex-usage setup minimal
$codex-usage style icon
$codex-usage theme
$codex-usage theme bird
$codex-usage --json
The helper talks to codex app-server; it does not read or print Codex login
credentials.
If this workflow changes files or external state:
git status for a
repository task.DONE while task-owned changes are uncommitted. Use or continue
$clade:delivery and create a repository-compliant checkpoint or preserve
the work when committing is unavailable.BLOCKED or NEEDS_CONTEXT rather than
appending a "not committed/pushed/deployed" caveat after DONE.