A background-first skill to programmatically control AI coding agents like Codex, Claude Code, and Pi for automated development workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coding-agentagb2
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-agentagb2 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 provides a robust framework for running AI-powered development tools in the background, allowing for non-interactive and parallelized coding work. By utilizing a workdir-centric pattern, it ensures that agents like Codex CLI, Claude Code, and OpenCode operate within focused, isolated environments, preventing them from accessing unrelated system files. This skill is a core component of Openclaw Skills, designed to transform how developers handle repetitive tasks like building components or reviewing pull requests.
Whether you need a sandbox for experimental features or a high-speed YOLO mode for rapid prototyping, this skill offers the programmatic hooks necessary to manage long-running AI processes. It integrates seamlessly with process management commands to monitor logs, poll for status, and send inputs to agents when human intervention is required.
Before using this skill, ensure that OpenClawCLI is installed. You must also have your preferred coding agents installed on your system.
# Example: Installing Pi Coding Agent
npm install -g @mariozechner/pi-coding-agent
# Configure your Codex model in ~/.codex/config.toml
# Ensure the bin (claude, codex, opencode, or pi) is in your PATH
The skill organizes its operations through session management and directory isolation. The following table describes how data and metadata are handled within Openclaw Skills:
| Property | Description |
|---|---|
| sessionId | Unique identifier for tracking the background agent process. |
| workdir | The designated filesystem path where the agent is localized. |
| command | The specific CLI string passed to the agent (e.g., codex, claude). |
| background | Boolean flag indicating the process runs as a background task. |
| logs | Captured stdout and stderr used for monitoring the agent's logic. |
Loading
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 powerful integration for macOS that allows users to manage Bear notes programmatically through the grizzly CLI and Openclaw Skills.

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

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








































