Install
openclaw skills install coder-openclaw-agentInstall and wire a coding-focused OpenClaw sub-agent for background code execution, test-driven edits, bug fixing, small project scaffolding, and small-to-me...
openclaw skills install coder-openclaw-agentThis is an integration skill for installing and wiring the coder OpenClaw sub-agent from the public repository:
The repository contains:
workspace-coder prompt pack;coder-sandbox:latest Docker image definition;coder agent config template;This skill is intended for OpenClaw users who want a strong background coding and data-analysis sub-agent without building the orchestration from scratch.
PARTIAL or FAILURE.2026.3.x or lateropenai-codex provider profilegit clone https://github.com/MilleniumGenAI/coder-openclaw-agent.gitopenclaw/workspace-coder/ into your OpenClaw base directory, or point your agent config at that path directly.docker build -f docker/coder-sandbox.dockerfile -t coder-sandbox:latest .openclaw.json using:
openclaw/agent-config.template.jsonopenclaw/main-coder-prompt.mdRun these checks before using the agent in real work:
openclaw models status --agent coder --probe --probe-provider openai-codex --json
openclaw sandbox explain --agent coder
Then run a first smoke task:
openclaw agent --agent coder --json --message "Return strictly valid JSON matching coder SOUL schema. GOAL: create /tmp/coder/smoke/main.py that prints hello. INPUTS: none. CONSTRAINTS: work only in /tmp/coder/smoke; use python3 and Linux/bash commands only; use PARTIAL if blocked. SUCCESS CRITERIA: python3 /tmp/coder/smoke/main.py prints hello. DELIVERABLES: codeblocks and sandbox_log."
openclaw/workspace-coder/SOUL.md./tmp/coder/<task_name>/.SUCCESS | PARTIAL | FAILURE.