Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

codex-cli

verified

Reference for Codex CLI usage patterns. Consult before calling codex via Bash.

View on GitHub

Marketplace

claude-code-repoprompt-codex-plugins

GantisStorm/claude-code-pair-planning-framework

Plugin

codex-pair-pipeline

Repository

GantisStorm/claude-code-pair-planning-framework
4stars

codex-pair-pipeline/skills/codex-cli/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/GantisStorm/claude-code-pair-planning-framework/blob/main/codex-pair-pipeline/skills/codex-cli/SKILL.md -a claude-code --skill codex-cli

Installation paths:

Claude
.claude/skills/codex-cli/
Powered by add-skill CLI

Instructions

# Codex CLI Reference

Quick reference for Codex CLI commands.

## Basic Command

```bash
codex exec "[prompt]" -m gpt-5.2 --reasoning-effort high --sandbox read-only --ask-for-approval never 2>&1
```

## Common Flags

| Flag | Purpose |
|------|---------|
| `exec` | Non-interactive execution mode |
| `-m gpt-5.2` | Model selection |
| `--reasoning-effort high` | Reasoning effort (minimal, low, medium, high, xhigh) |
| `--sandbox read-only` | Prevent file modifications |
| `--sandbox workspace-write` | Allow writes within workspace |
| `--ask-for-approval never` | Non-interactive mode |
| `--search` | Enable web search |
| `-C DIR` | Set working directory |

## Session Continuation

```bash
# Resume a previous session
codex resume [session-id] "[prompt]" --sandbox read-only --ask-for-approval never 2>&1
```

Note: Session IDs are returned in Codex output.

## Bash Execution Notes

- Use `dangerouslyDisableSandbox: true` for Bash calls
- Always append `2>&1` to capture all output
- Use timeout of 300000ms (5 min) or longer for complex tasks

## Safety Requirements

**NEVER use these flags:**
- `--dangerously-bypass-approvals-and-sandbox` - FORBIDDEN
- `--sandbox danger-full-access` - FORBIDDEN

## Troubleshooting

**Timeout**: Complex analysis may take 5-10 minutes. Use longer timeout values.

**Authentication**: Codex CLI must be authenticated via `codex login`.

**Flag errors**: Run `codex --help` to verify correct flag usage.

## More Information

- CLI reference: `codex --help`
- Official docs: https://github.com/openai/codex

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1536 chars