A file-based bridge that enables OpenClaw to dispatch, monitor, and manage complex coding tasks via the local Codex CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codex-bridge
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 codex-bridge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Codex Bridge is a sophisticated integration for Openclaw Skills designed to facilitate seamless delegation of heavy-duty coding tasks to a local OpenAI Codex CLI. It acts as an asynchronous execution layer, allowing a primary AI agent to offload script generation, code refactoring, and multi-step development work while remaining responsive for other user requests. By utilizing a robust file-based bridge, it ensures that long-running processes are tracked, managed, and resumed effectively through dedicated background execution paths.
To utilize this skill, ensure that python3 and the codex CLI are installed on your machine. You must also configure the execution permissions for the bridge scripts located within your Openclaw Skills directory.
# Ensure the scripts are executable
chmod +x ~/.openclaw/skills/codex-bridge/codex-bridge-dispatch.sh
chmod +x ~/.openclaw/skills/codex-bridge/codex-bridge-status.sh
chmod +x ~/.openclaw/skills/codex-bridge/codex-bridge-answer.sh
The bridge organizes task-related data within a structured local directory, ensuring Openclaw Skills can maintain state across asynchronous sessions.
| Component | Path / Detail |
|---|---|
| Task Root | ~/.codex-bridge/tasks/<task-id>/ |
| Status File | Contains the current lifecycle state (e.g., waiting_for_answer, running, complete). |
| Task Output | A continuous stream of CLI output from the Codex process. |
| Questions | Temporary storage for clarifying questions generated during the run. |
| Metadata | JSON records of task duration, working directory, and prompt parameters. |
Loading
A terminal-based focus timer implementing the Pomodoro technique to enhance productivity through structured work and break intervals.

Automatically fetch YouTube transcripts, generate structured summaries, and deliver them to messaging platforms.

A structured seven-phase methodology for solving complex problems through rigorous critique and iterative refinement within Openclaw Skills.

A data-driven engine that creates high-quality, non-repetitive AI image prompts based on real-world design trends and structured visual vocabularies.

A comprehensive research tool for accessing the Sefaria library of Jewish texts directly within your AI agent workflow.

A powerful integration for programmatically creating, managing, and exporting Canva designs via the Connect API.








































