A powerful skill for running AI coding agents like Codex and Claude Code in background processes for automated, parallel development tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coding-agent696vg
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-agent696vg 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 executing advanced AI coding agents including Codex CLI, Claude Code, OpenCode, and Pi Coding Agent through the Openclaw Skills ecosystem. It focuses on a background-first approach, allowing developers to trigger complex coding tasks programmatically without maintaining an active terminal session. By utilizing workdir isolation, it ensures that agents stay focused on specific project files, preventing accidental access to unrelated data.
This skill is designed to handle everything from one-shot prompts to large-scale parallel operations. Whether you are automating pull request reviews or fixing multiple bugs simultaneously across different branches, this skill integrates seamlessly with your existing CLI workflow to provide a high degree of control and scalability.
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 (if required)
npm install -g @mariozechner/pi-coding-agent
# Configure Codex CLI
# Settings are typically managed in ~/.codex/config.toml
# Basic background command structure
bash workdir:./my-project background:true command:"codex --yolo 'add unit tests'"
The skill manages its operations through the following data structures and parameters:
| Parameter | Type | Description |
|---|---|---|
| workdir | Path | The directory context where the agent performs its file operations. |
| sessionId | String | A unique identifier used to track and control background processes. |
| command | String | The specific CLI command for the agent (e.g., codex exec, claude, pi). |
| logs | Stream | Real-time TTY or standard output captured from the running agent. |
| worktrees | FS Path | Isolated branch paths used when performing parallel git-based tasks. |
Loading
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.

An automated auditing and evaluation harness that analyzes OpenClaw agent workspaces to generate performance scores, reliability reports, and memory patches.

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

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








































