/install clawdbot-skill-clawdbot-workspace-template-review
Workspace Template Diff
Use this skill when the user wants to compare their workspace .md files (AGENTS, SOUL, USER, IDENTITY, TOOLS, HEARTBEAT, etc.) against the official Clawdbot templates, then review missing sections and decide what to add.
Locate the official templates
Find the installed Clawdbot source root:
- If
clawdbotis installed via npm/pnpm globally:command -v clawdbot- If it points into
.../node_modules/.bin/, resolve to the siblingnode_modules/clawdbot - Or use
npm root -g/pnpm root -gand look forclawdbot/
- If Clawdbot runs from source, use that checkout root (must contain
package.json).
Templates live at:
\x3Cclawdbot-root>/docs/reference/templates/
If you can’t find the source root, ask the user where their Clawdbot is installed.
Comparison workflow
- Identify the workspace root (the user’s “our version” directory).
- For each template file in
docs/reference/templates(skip*.dev.md):- Open the official template and the workspace file with the same name.
- Ignore template frontmatter (
---block) and any “First Run”/“Bootstrap” sections. - Compare the remaining sections and list any missing blocks.
Helpful commands (use ad‑hoc CLI tools like diff):
ls \x3Cclawdbot-root>/docs/reference/templates
sed -n '1,200p' \x3Cclawdbot-root>/docs/reference/templates/AGENTS.md
sed -n '1,200p' \x3Cworkspace>/AGENTS.md
diff -u \x3Cclawdbot-root>/docs/reference/templates/AGENTS.md \x3Cworkspace>/AGENTS.md
When reporting diffs:
- Show the missing sections verbatim from the official template.
- Explain briefly why they matter, then ask whether to add them.
- Move file by file; skip files that only differ by frontmatter or bootstrap content.
Output format
Use the “missing section” format we used previously:
- File path
- Missing block(s)
- Suggestion + question to proceed
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawdbot-skill-clawdbot-workspace-template-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawdbot-skill-clawdbot-workspace-template-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawdbot Workspace Template Review 是什么?
Compare a Clawdbot workspace against the official templates installed with Clawdbot (npm or source) and list missing sections to pull in, especially after upgrades. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1831 次。
如何安装 Clawdbot Workspace Template Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawdbot-skill-clawdbot-workspace-template-review」即可一键安装,无需额外配置。
Clawdbot Workspace Template Review 是免费的吗?
是的,Clawdbot Workspace Template Review 完全免费(开源免费),可自由下载、安装和使用。
Clawdbot Workspace Template Review 支持哪些平台?
Clawdbot Workspace Template Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawdbot Workspace Template Review?
由 xadenryan(@xadenryan)开发并维护,当前版本 v0.1.0。