A sophisticated integration for delegating software engineering tasks to autonomous AI agents through managed background processes and interactive terminals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coding-agent-backup
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-agent-backup 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 allows developers to harness the power of autonomous AI engineers like Codex, Claude Code, and Pi directly within their development environment. By leveraging Openclaw Skills, this tool provides a structured way to spawn agents that can explore files, write code, and execute shell commands to solve complex tickets. It is designed to handle everything from feature creation to deep codebase refactors, ensuring that agents operate in isolated working directories to maintain project integrity.
Central to this skill is the support for pseudo-terminals (PTY), which is critical for interactive CLI agents that require a real TTY for colors and input handling. Whether you are running a quick one-shot command or a long-running background session, the Coding Agent manages the lifecycle of these external processes, providing tools for monitoring logs and interacting with the agents as they work.
To use the Coding Agent, ensure you have one of the supported binaries installed (claude, codex, opencode, or pi). You must use a bash tool that supports pseudo-terminals. To start an interactive session, use the following command structure:
bash pty:true workdir:~/your-project command:"codex exec 'Implement a dark mode toggle'"
For long-running tasks, enable background mode:
bash pty:true workdir:~/your-project background:true command:"claude 'Refactor the database schema'"
The skill manages agent interactions through process sessions and directory scoping. Below is the primary data structure used for session management:
| Attribute | Description |
|---|---|
| command | The specific agent CLI command being executed (e.g., codex exec). |
| pty | Boolean; must be true for agents to render terminal UI correctly. |
| workdir | The filesystem path where the agent is restricted to work. |
| sessionId | A unique identifier for background processes used to fetch logs or kill tasks. |
| background | Boolean; determines if the agent blocks the terminal or runs asynchronously. |
Loading
A specialized AI agent skill designed to help users navigate, search, and configure the entire Clawdbot ecosystem through structured documentation access.

A privacy-focused AI financial assistant that logs, categorizes, and tracks your spending using natural language processing.

A high-performance utility for fetching stable JSON market snapshots including price, liquidity, and volume for any token on the Solana network.

A networking skill that routes AI agent traffic through residential IPs using Tailscale exit nodes without custom proxy software.

A lightweight macOS utility to programmatically retrieve the current Focus mode status for context-aware automation.

A comprehensive CLI integration for Paperless-NGX that allows AI agents to search, retrieve, and organize digital documents using the ppls tool.








































