A specialized workflow for supervising, monitoring, and controlling background Codex AI agent sessions to ensure task completion.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codex-orchestrator
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-orchestrator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Codex Orchestrator provides a robust framework for managing long-running AI coding tasks without blocking your main development thread. By utilizing background PTY sessions, this skill allows developers to delegate complex coding operations to the Codex agent while maintaining full supervisory control. It bridges the gap between autonomous execution and manual oversight, ensuring that background processes remain productive and recoverable.
Integrating this skill into your environment enhances the reliability of Openclaw Skills by providing mechanisms to handle interactive prompts, detect hung processes, and manage session lifecycles. Whether you are refactoring large codebases or generating complex features, this orchestrator keeps your AI workflows transparent and manageable.
To begin using this skill within your Openclaw Skills environment, ensure the Codex CLI is installed. Launch a background session with the following command:
bash pty:true workdir:<target_dir> background:true command:"codex exec --full-auto '<PROMPT>'"
To find a lost session ID, use:
process action:list
| Component | Description |
|---|---|
| sessionId | Unique identifier for the background PTY session |
| PTY Buffer | Ephemeral storage for real-time logs and process output |
| Snapshots | Periodic log captures via process action:log with a 2KB limit |
| Persistence | Optional redirection to codex.log for long-term audit trails |
Loading
MindList Protocol is a standardized interface for autonomous agents to exchange assets such as compute time, datasets, and synthetic services.

A comprehensive Stripe API integration for AI agents providing access to over 580 endpoints across 76 functional groups.

A specialized skill for AI agents to establish permanent on-chain identity and participate in the Claws Network blockchain economy.

A lightweight, decentralized product management framework designed to synchronize humans and AI agents within a code repository.

AgentWallet provides secure, policy-controlled server-side wallets for AI agents to autonomously handle crypto payments and smart contract interactions.

A command-line utility for uploading files to Catbox for permanent storage or Litterbox for temporary hosting with flexible expiration.








































