← 返回
开发者工具 中文

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.
将 Clawdbot 工作区与 Clawdbot(npm 或源码)已安装的官方模板进行比较,列出缺失的部分以便拉取,尤其在升级后。
xadenryan
开发者工具 clawhub v0.1.0 1 版本 99817.4 Key: 无需
★ 4
Stars
📥 2,106
下载
💾 41
安装
1
版本
#latest

概述

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:

<clawdbot-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 <clawdbot-root>/docs/reference/templates
sed -n '1,200p' <clawdbot-root>/docs/reference/templates/AGENTS.md
sed -n '1,200p' <workspace>/AGENTS.md
diff -u <clawdbot-root>/docs/reference/templates/AGENTS.md <workspace>/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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 16:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,295
productivity

Voice Wake Say

xadenryan
在 macOS 上,当用户输入表明语音唤醒/语音识别(例如,以 “User talked via voice recognition on <device>” 开头的消息)时,使用内置的 `say` 命令朗读回复。
★ 6 📥 9,871
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,287