← 返回 Skills 市场
xadenryan

Clawdbot Workspace Template Review

作者 xadenryan · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
1831
总下载
4
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install clawdbot-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.
使用说明 (SKILL.md)

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 clawdbot is installed via npm/pnpm globally:
    • command -v clawdbot
    • If it points into .../node_modules/.bin/, resolve to the sibling node_modules/clawdbot
    • Or use npm root -g / pnpm root -g and look for clawdbot/
  • 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

  1. Identify the workspace root (the user’s “our version” directory).
  2. 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
安全使用建议
This skill is instruction-only and consistent with its stated purpose: it needs to read your Clawdbot install directory and your workspace markdown files to compute diffs. Before enabling or running it, consider: 1) it will access local file paths (node_modules, your workspace) — don't run it if you have sensitive files in those locations you don't want an agent reading; 2) because the skill can be invoked autonomously (platform default), only enable it for agents you trust; 3) you can manually perform the suggested commands (command -v, npm root -g, sed, diff) if you prefer to avoid giving the agent filesystem access; and 4) there is no network or credential access requested by the skill. If you want higher assurance, run these steps yourself or inspect any future code files before granting runtime access.
功能分析
Type: OpenClaw Skill Name: clawdbot-skill-clawdbot-workspace-template-review Version: 0.1.0 The skill's purpose is to compare a Clawdbot workspace against official templates to identify missing sections. The instructions in SKILL.md guide the agent to locate Clawdbot installations using standard commands (`command -v`, `npm root -g`, `pnpm root -g`) and then use `ls`, `sed`, and `diff` to inspect and compare local `.md` files within the Clawdbot root and the user's workspace. All operations are local file system reads and comparisons, directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent for harmful objectives.
能力评估
Purpose & Capability
Name and description claim a workspace-vs-template comparison; the SKILL.md only requires locating the installed Clawdbot source root and reading template and workspace markdown files to compute diffs. No unrelated credentials, installs, or external services are requested.
Instruction Scope
Instructions direct the agent to run local commands (command -v, npm root -g, sed, diff) and to open files under the Clawdbot install and the user's workspace. This is expected for the stated task, but it does require the agent to read arbitrary local files in the indicated paths — ensure you’re comfortable with the agent having that filesystem access.
Install Mechanism
No install spec and no code files — instruction-only. Nothing will be written to disk by an installer as part of this skill.
Credentials
The skill declares no environment variables, credentials, or config paths. The instructions mention standard system/npm paths and commands only; there are no disproportionate credential requests.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent presence or to modify other skills/system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawdbot-skill-clawdbot-workspace-template-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawdbot-skill-clawdbot-workspace-template-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the clawdbot-workspace-template-review skill. - Compares user workspace Markdown files against official Clawdbot templates. - Identifies and lists missing sections (excluding frontmatter and bootstrap content) for each relevant file. - Provides missing blocks verbatim with explanations and prompts to add them. - Includes instructions for locating the official Clawdbot templates and suggested CLI commands for comparison.
元数据
Slug clawdbot-skill-clawdbot-workspace-template-review
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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。

💬 留言讨论