What problem does it solve?
This Skill allows OpenClaw to delegate complex coding tasks to a local OpenAI Codex CLI, enabling background execution, status monitoring, and interactive clarification.
Core Features & Use Cases
- Asynchronous Task Execution: Dispatch script building, code refactoring, or multi-step coding work to Codex without blocking OpenClaw.
- Status Polling: Track the progress of coding tasks, check for output, and retrieve results.
- Interactive Clarification: Relay clarifying questions from Codex to the user and provide answers to resume the task.
- Use Case: You need to refactor a large Python codebase. Dispatch the refactoring task to Codex, continue working on other tasks in OpenClaw, and be notified when Codex has completed the refactoring or needs clarification.
Quick Start
Dispatch a coding task to Codex by running the codex-bridge-dispatch script with your desired prompt and working directory.