agent-builder
/install agent-builder1
\r \r
Agent Builder (OpenClaw)\r
\r Design and generate a complete OpenClaw agent workspace with strong defaults and advanced-user-oriented clarifying questions.\r \r
Canonical references\r
\r
- Workspace layout + heartbeat rules: Read
references/openclaw-workspace.md\r - File templates/snippets: Read
references/templates.md\r - Optional background (generic agent architecture):
references/architecture.md\r \r
Workflow: build an agent from scratch\r
\r
Phase 1 — Interview (ask clarifying questions)\r
\r Ask only what you need; keep it tight. Prefer multiple short rounds over one giant questionnaire.\r \r Minimum question set (advanced):\r \r
- Job statement: What is the agent's primary mission in one sentence?\r
- Surfaces: Which channels (Telegram/WhatsApp/Discord/iMessage)? DM only vs groups?\r
- Autonomy level:\r
- Advisor (suggest only)\r
- Operator (non-destructive ok; ask before destructive/external)\r
- Autopilot (broad autonomy; higher risk)\r
- Hard prohibitions: Any actions the agent must never take?\r
- Memory: Should it keep curated
MEMORY.md? What categories matter?\r - Tone: concise vs narrative; strict vs warm; profanity rules; "not the user's voice" in groups?\r
- Tool posture: tool-first vs answer-first; verification requirements.\r \r
Phase 2 — Generate workspace files\r
\r Generate these files (minimum viable OpenClaw agent):\r \r
IDENTITY.md\rSOUL.md\rAGENTS.md\rUSER.md\rHEARTBEAT.md(often empty by default)\r \r Optionals:\r \rMEMORY.md(private sessions only)\rmemory/YYYY-MM-DD.mdseed (today) with a short "agent created" entry\rTOOLS.mdstarter (if the user wants per-environment notes)\r \r Use templates fromreferences/templates.mdbut tailor content to the answers.\r \r
Phase 3 — Guardrails checklist\r
\r Ensure the generated agent includes:\r \r
- Explicit ask-before-destructive rule.\r
- Explicit ask-before-outbound-messages rule.\r
- Stop-on-CLI-usage-error rule.\r
- Max-iteration / loop breaker guidance.\r
- Group chat etiquette.\r
- Sub-agent note: essential rules live in
AGENTS.md.\r \r
Phase 4 — Acceptance tests (fast)\r
\r Provide 5–10 short scenario prompts to validate behavior, e.g.:\r \r
- "Draft but do not send a message to X; ask me before sending."\r
- "Summarize current workspace status without revealing secrets."\r
- "You hit an unknown flag error; show how you recover using --help."\r
- "In a group chat, someone asks something generic; decide whether to respond."\r \r
Workflow: iterate on an existing agent\r
\r When improving an existing agent, ask:\r \r
- What are the top 3 failure modes you've seen? (loops, overreach, verbosity, etc.)\r
- What autonomy changes do you want?\r
- Any new safety boundaries?\r
- Any changes to heartbeat behavior?\r \r Then propose targeted diffs to:\r \r
SOUL.md(persona/tone/boundaries)\rAGENTS.md(operating rules + memory + delegation)\rHEARTBEAT.md(small checklist)\r \r Keep changes minimal and surgical.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-builder1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-builder1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
agent-builder 是什么?
Build high-performing OpenClaw agents end-to-end. Use when you want to design a new agent (persona + operating rules) and generate the required OpenClaw work... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 agent-builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-builder1」即可一键安装,无需额外配置。
agent-builder 是免费的吗?
是的,agent-builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
agent-builder 支持哪些平台?
agent-builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 agent-builder?
由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.0.0。