Coder for OpenClaw
/install coder-openclaw-agent
Coder for OpenClaw
What this skill is
This is an integration skill for installing and wiring the coder OpenClaw sub-agent from the public repository:
The repository contains:
- the
workspace-coderprompt pack; - the
coder-sandbox:latestDocker image definition; - the
coderagent config template; - the Main -> Coder orchestration contract.
This skill is intended for OpenClaw users who want a strong background coding and data-analysis sub-agent without building the orchestration from scratch.
What it can do
- code execution and verification inside the OpenClaw sandbox;
- bug fixing and test-driven edits;
- small project scaffolding;
- small-to-medium data-analysis tasks;
- HTML, PDF, spreadsheet, and office-style document processing;
- honest blocked-state reporting through
PARTIALorFAILURE.
Requirements
- OpenClaw
2026.3.xor later - Docker available on the host
- an authenticated
openai-codexprovider profile
Install
- Clone the repository:
git clone https://github.com/MilleniumGenAI/coder-openclaw-agent.git
- Copy
openclaw/workspace-coder/into your OpenClaw base directory, or point your agent config at that path directly. - Build the sandbox image from the repository root:
docker build -f docker/coder-sandbox.dockerfile -t coder-sandbox:latest .
- Register the agent in
openclaw.jsonusing:openclaw/agent-config.template.json
- If your main agent delegates coding tasks, align it with:
openclaw/main-coder-prompt.md
Validate
Run 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."
Core references
- Root README: README.md
- Agent config template: openclaw/agent-config.template.json
- Main -> Coder orchestration guide: openclaw/main-coder-prompt.md
- Runtime inventory: docker/RUNTIME.md
- Known limits: docs/known-limits.md
Notes
- This is an OpenClaw-only v1 package.
- ClawHub publishes skills under platform-wide MIT-0 terms.
- The runtime source of truth is
openclaw/workspace-coder/SOUL.md. - Default working area inside the sandbox is
/tmp/coder/\x3Ctask_name>/. - The expected output contract is strict JSON with
SUCCESS | PARTIAL | FAILURE.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install coder-openclaw-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/coder-openclaw-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Coder for OpenClaw 是什么?
Install and wire a coding-focused OpenClaw sub-agent for background code execution, test-driven edits, bug fixing, small project scaffolding, and small-to-me... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 751 次。
如何安装 Coder for OpenClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install coder-openclaw-agent」即可一键安装,无需额外配置。
Coder for OpenClaw 是免费的吗?
是的,Coder for OpenClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Coder for OpenClaw 支持哪些平台?
Coder for OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Coder for OpenClaw?
由 LamdaProject(@milleniumgenai)开发并维护,当前版本 v0.1.3。