coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
Why use this skill?
Learn to use the OpenClaw coding-agent to automate code generation, handle PR reviews, and execute background programming tasks safely using Codex and Claude.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/steipete/coding-agentWhat This Skill Does
The coding-agent skill provides a robust framework for managing autonomous programming sessions within OpenClaw. By leveraging background processes and isolated working directories, it allows you to delegate complex coding tasks—such as feature implementation, bug fixing, or code review—to high-powered models like Codex or Claude. It acts as a bridge between the agent’s orchestration layer and your local file system, ensuring that code generation happens in a controlled, non-blocking environment.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/steipete/coding-agent
Use Cases
This skill is designed for developers who need to offload repetitive or intensive coding tasks. Primary use cases include:
- Rapid Prototyping: Utilizing
--full-autoor--yoloflags to spin up games, scripts, or boilerplates instantly. - Automated PR Reviews: Batching pull request analysis across multiple repositories or isolated worktrees to ensure high-quality code merges.
- Background Refactoring: Running long-duration cleanup tasks while you continue to interact with the agent on other projects.
- Isolated Experimentation: Creating temporary sandboxed environments for testing untrusted code without exposing your primary project files.
Example Prompts
- "Start a background coding session in ~/projects/my-web-app and use codex to add a dark mode toggle to the CSS and JS files."
- "Monitor the current coding session with sessionId 402, and if it asks for confirmation on the refactor, reply with 'y'."
- "Clone the repository at github.com/user/repo into a temporary directory and initiate a full-auto codex review against the main branch."
Tips & Limitations
- Safety First: Always prioritize the use of
tmuxfor interactive tasks. Avoid using the--yoloflag on critical production codebases as it bypasses all safety sandboxing. - Workdir Discipline: Always define a explicit
workdir. Running an agent in your root directory is a recipe for accidental file modification. - Lifecycle Management: Remember to clean up temporary directories created via
mktemp -dafter your coding tasks are completed to prevent disk bloat. - Isolation: Never run reviews inside the active Clawdbot project folder; always use
git worktreeor temporary clones to maintain system stability.
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-steipete-coding-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
swiftui-liquid-glass
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
qmd
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
songsee
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
summarize
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
bird
X/Twitter CLI for reading, searching, and posting via cookies or Sweetistics.