An advanced execution skill that enables AI agents to run OpenAI Codex CLI commands for automated code generation, refactoring, and debugging.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openai-codex-operator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openai-codex-operator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenAI Codex Operator is a high-performance skill designed to integrate the OpenAI Codex CLI directly into AI agent workflows. By utilizing this within the Openclaw Skills ecosystem, developers can empower their agents to perform complex terminal-based operations, such as generating code based on natural language prompts or analyzing existing repositories.
This skill prioritizes reliability and context awareness by enforcing strict directory management and terminal emulation. It allows the agent to handle both quick, one-shot commands and complex, multi-step coding sessions, making it a cornerstone for anyone building autonomous development tools.
To get started with this skill in the Openclaw Skills environment, ensure you have the Codex CLI installed and properly configured in your path.
# Verify installation
codex --version
# Configure your target project directory
# Ensure your OpenAI API credentials are set in your environment variables
export OPENAI_API_KEY='your-api-key'
The skill manages execution state and project metadata through the following structure:
| Property | Type | Description |
|---|---|---|
sessionId |
String | A unique tracker for background processes. |
workdir |
Path | The target repository where coding tasks are executed. |
pty |
Boolean | Enables terminal emulation for interactive commands. |
milestones |
Enum | Tracks task progress: started, waiting-input, finished, or failed. |
Loading
A comprehensive CLI tool designed for AI agents to automate web browsing, interactive testing, and data extraction via Chromium.

A professional-grade integration for the Openclaw Skills ecosystem that enables programmatic SMS sending and retrieval via the VoIP.ms API.

A high-performance automated data extraction tool for harvesting structured YouTube channel information via the BrowserAct API.

A high-performance automation tool for extracting structured metadata, thumbnails, and source links from Google Images without CAPTCHA or IP restrictions.

A powerful Python-based automation tool for bulk cleaning, organizing, and managing multiple Gmail accounts using the Gmail API.

A command-line interface for querying real-time odds, event probabilities, and market data from Polymarket.








































