Claude
Skills
Sign in
Back

codex

Included with Lifetime
$97 forever

Delegate tasks to OpenAI Codex CLI in read-only sandbox mode. Use when the user explicitly asks to use codex, or when you need a second opinion from another AI agent for coding, search, or general tasks.

AI Agents

What this skill does


# Codex CLI

`codex` is the OpenAI Codex CLI agent.

## Usage

Always run codex in read-only sandbox (`-s read-only`) to prevent unintended file writes.

```bash
codex exec --color never -s read-only '<prompt>'
```

Related in AI Agents