A background-first utility for executing and managing AI coding agents like Codex, Claude Code, and Pi for automated software development.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coding-agentem9ak
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 coding-agentem9ak using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Coding Agent skill is designed for high-throughput development workflows, allowing users to run powerful AI agents like Codex CLI, Claude Code, and Pi Coding Agent as background processes. By utilizing Openclaw Skills, developers can delegate complex tasks such as feature building, refactoring, and automated testing to these agents without tying up their primary terminal session.
This skill emphasizes a workdir + background pattern, which ensures that agents operate within a focused directory context. This prevents the AI from accessing unrelated files and allows for parallel execution of multiple tasks, such as reviewing several pull requests simultaneously or fixing a batch of bugs across different branches.
Before using this skill, ensure that OpenClawCLI is installed on your system. You must also have one or more supported coding agents installed locally.
# Install Pi Coding Agent
npm install -g @mariozechner/pi-coding-agent
# Ensure your preferred agent (claude, codex, or opencode) is in your PATH
# Example of starting a background task:
bash workdir:~/my-project background:true command:"codex --yolo 'Add unit tests for the auth module'"
The skill manages operations through process-based metadata and directory scoping to ensure safety and organization within Openclaw Skills.
| Attribute | Description |
|---|---|
| sessionId | A unique identifier for each background coding process. |
| workdir | The filesystem path where the agent is localized. |
| command | The specific CLI string passed to the underlying AI agent. |
| background | Boolean flag indicating if the task should run as a non-blocking process. |
Loading
A background-first skill to programmatically control AI coding agents like Codex, Claude Code, and Pi for automated development workflows.

Execute and manage top-tier AI coding agents as background processes for autonomous, parallel software development.

A powerful skill for running AI coding agents like Codex and Claude Code in background processes for automated, parallel development tasks.

A comprehensive diagnostic suite for monitoring performance, analyzing errors, and tracking session statistics for Clawdbot.

A high-performance skill for executing AI coding agents in isolated background processes for automated software engineering and parallel code reviews.

A sophisticated AI agent that decomposes complex inquiries into structured research plans for deep analytical insights.








































