Codex-skill enables autonomous, non-interactive code execution using the Codex CLI. It automates end-to-end development workflows—analysis, implementation,…
Codex-skill enables autonomous, non-interactive code execution using the Codex CLI. It automates end-to-end development workflows—analysis, implementation, testing, and deployment—while enforcing mode-based sandboxing. Key features: prerequisite checks (codex --version), installation guidance (npm i -g @openai/codex or brew install codex), streaming progress updates, structured final summaries, and decision rules to act without per-step approvals. Operating modes include Read-Only for safe analysis, Workspace-Write for file edits, builds and tests (enabled with --full-auto or -s workspace-write), and Danger-Full-Access for network and system operations (flag -s danger-full-access). Typical use cases are feature implementation, bug fixes, refactors, CI test runs, and automated code reviews. Core advantages are hands-off productivity, reproducible automation, clear audit trails, and reduced manual supervision while asking questions only when critical information is missing.
This page belongs to the OpenClaw Skills learning hub with install guides, category navigation, and practical links.