Local Agent Skills documentation reference (latest). Use when asked about the Agent Skills format, creating skills, the SKILL.md specification, or integrating skills into agents.
Codex CLI is OpenAI's open-source coding agent that runs locally from your terminal. It can read, change, and run code on your machine in the selected directory. Built in Rust for speed and efficiency.
| File | Title | Description |
|------|-------|-------------|
| contents/using-codex/cli/overview.md | Codex CLI | Introduction to Codex CLI, setup instructions, and overview of key features including interactive mode, model control, image inputs, code review, web search, and scripting |
| contents/using-codex/cli/features.md | Codex CLI features | Detailed guide to CLI features including interactive mode, resuming conversations, models and reasoning, approval modes, and image inputs |
| contents/using-codex/cli/command-line-options.md | Command-line options | Reference for all command-line options and flags available in Codex CLI |
| contents/using-codex/cli/slash-commands.md | Slash commands | Complete guide to built-in slash commands like /model, /approvals, /status, /diff, /review, /compact, /mention, /new, /resume, /fork, and more |
| contents/configuration/config-file/basic-configuration.md | Basic configuration | Basic Codex configuration file settings in config.toml |
| contents/configuration/config-file/sample-configuration.md | Sample configuration | Sample configuration file examples for various use cases |
| contents/configuration/rules.md | Rules | Rules system for controlling which commands Codex can run outside the sandbox using prefix_rule() definitions |
| contents/configuration/agents-md.md | AGENTS.md | Custom instructions with AGENTS.md files for global and project-specific guidance, including discovery precedence and layering |
| contents/configuration/custom-prompts.md | Custom prompts | Creating custom prompts that behave like slash commands with arguments and metadata |
| contents/configuration/mcp.md | Model Context Protocol | MCP integration for connecting Codex to third-party tools and context like documentation, browsers, or Figma |
| contents/configuration/skills/overview.md | Agent Skills | Agent skills system for extending Codex with task-specific capabilities, including skill definition, installation, and scope |
| contents/configuration/skills/create-skill.md | Create custom skills | Step-by-step guide to creating custom skills using the skill-creator or manual SKILL.md files |
Use this skill when the user asks about:
TOC.md for complete file listingcontents/{path} for detailed informationSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer