codex
Bridge to the OpenAI Codex CLI for high-reasoning tasks using gpt-5.3-codex.
npx skills add majiayu000/claude-skill-registry --skill codex-grahama1970-agent-skills --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: codex description: > High-reasoning agentic bridge via OpenAI Codex CLI. Supports gpt-5.3-codex with optional reasoning effort. Use for complex analysis, code generation, and structured extraction. allowed-tools: ["run_command", "read_file"] triggers: - codex - reason - reasoning - gpt-5.3 - high reasoning metadata: short-description: High-reasoning agentic bridge (gpt-5.3-codex) provides: - llm-completion composes: [, task-monitor] taxonomy: - inference - reasoning - llm --- # Codex Skill Bridge to the **OpenAI Codex CLI** for high-reasoning tasks using `gpt-5.3-codex`. ## Features 1. **High Reasoning**: Leverages `gpt-5.3-codex` with configurable reasoning effort (default: high). 2. **Structured Output**: Supports JSON Schema for guaranteed output shapes. 3. **Automatic OAuth**: Uses the existing `codex` CLI authentication. 4. **Sandbox Aware**: Runs within the Codex sandbox policy if requested. ## Usage ### Simple Reasoning ```bash ./run.sh reason "Explain the relationship between CAPEC and ATT&CK" ``` ### Structured Extraction ```bash ./run.sh extract "Find all entities in this text" --schema entities.json ``` ### Direct CLI Access ```bash # Pass prompts via stdin for
- Features
- Usage
- Simple Reasoning
- Structured Extraction
- Direct CLI Access
- Integration with Dogpile
Pass prompts via stdin for complex multi-line tasks echo "Analyze this code" | ./run.sh exec --model gpt-5.3-codex
What does the codex skill do?
Bridge to the OpenAI Codex CLI for high-reasoning tasks using gpt-5.3-codex.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codex-grahama1970-agent-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
