A robust orchestration layer for running interactive AI coding agents like Codex, Claude Code, and Gemini via a controlled terminal environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install multi-coding-agent
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 multi-coding-agent 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 sophisticated framework for managing interactive terminal-based AI agents. It leverages pseudo-terminal (PTY) support to ensure that agents like Codex, Claude Code, and Pi Coding Agent function correctly without hanging or broken output. By utilizing background processes and session monitoring, this skill allows developers to automate complex coding tasks, perform batch pull request reviews, and manage parallel issue fixing across multiple git worktrees. This is an essential component for developers looking to integrate advanced AI capabilities into their local development environment via Openclaw Skills.
Built to be bash-first, this skill prioritizes control and visibility. It allows for one-shot command execution or long-running background sessions that can be polled, logged, and interacted with in real-time. Whether you are building new features or refactoring legacy code, the Coding Agent skill ensures your AI tools have the right environment to succeed while keeping your primary workspace clean.
Ensure you have at least one supported coding agent installed on your system. The skill supports Codex, Claude Code, Gemini CLI, and Pi Coding Agent.
# Example: Install Pi Coding Agent
npm install -g @mariozechner/pi-coding-agent
# Basic execution pattern (Always use PTY!)
bash pty:true workdir:~/your-project command:"codex exec 'Refactor the API'"
Note: Codex requires a git repository to function. For scratch work, initialize a temporary repo using git init.
The Coding Agent skill manages process metadata and file system context to ensure reliable execution.
| Attribute | Description |
|---|---|
| sessionId | Unique identifier for tracking background coding processes |
| workdir | The isolated project directory providing context to the agent |
| pty | Boolean flag (must be true) to allocate a pseudo-terminal |
| command | The specific CLI command string executed for the AI agent |
| logs | The captured stdout/stderr from the active agent session |
Loading
A local, CPU-based PDF parser that transforms complex documents into AI-ready Markdown and JSON formats.

A specialized migration tool for converting OpenClaw cron jobs into deterministic Lobster workflows featuring approval gates and resumable execution.

An advanced financial integration that enables AI agents and developers to interact with Klutch programmable credit cards through a secure GraphQL API.

An advanced browser automation skill designed to bypass aggressive anti-bot protections like Cloudflare and Datadome using stealth-patched browsers.

A comprehensive integration for Oura Ring that automates health data retrieval, trend analysis, and recovery alerting.

A lightning-fast local tool for converting PDF documents into Markdown and JSON formats with support for image and table extraction.








































