Agent skill · AI & Agents

codex

Bridge to the OpenAI Codex CLI for high-reasoning tasks using gpt-5.3-codex.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/codex-grahama1970-agent-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Features
  2. Usage
  3. Simple Reasoning
  4. Structured Extraction
  5. Direct CLI Access
  6. Integration with Dogpile
Ships with 1 file
  • metadata.json
Commands it runs
Pass prompts via stdin for complex multi-line tasks
echo "Analyze this code" | ./run.sh exec --model gpt-5.3-codex
More from claude-skill-registry
All skills →
About this skill
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.

Keep going