clawdbot-skill-clawdbot-workspace-template-reviewCompare a Clawdbot workspace against the official templates installed with Clawdbot (npm or source) and list missing sections to pull in, especially after upgrades.
Install via ClawdBot CLI:
clawdbot install xadenryan/clawdbot-skill-clawdbot-workspace-template-reviewUse 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.
Find the installed Clawdbot source root:
clawdbot is installed via npm/pnpm globally:command -v clawdbot.../node_modules/.bin/, resolve to the sibling node_modules/clawdbotnpm root -g / pnpm root -g and look for clawdbot/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.
docs/reference/templates (skip *.dev.md):--- block) and any “First Run”/“Bootstrap” sections.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:
Use the “missing section” format we used previously:
Generated Mar 1, 2026
After upgrading Clawdbot to a new version, a developer needs to ensure their workspace files align with updated official templates. This scenario involves comparing AGENTS, SOUL, and other .md files to identify missing sections introduced in the upgrade, such as new configuration options or best practices, to maintain compatibility and leverage new features.
A team lead sets up a standardized Clawdbot workspace for new developers joining the project. By comparing against official templates, they can quickly identify and fill in missing sections like TOOLS or IDENTITY files, ensuring consistency and reducing setup time across the team.
A user has customized their Clawdbot workspace for a specific project but wants to verify it hasn't diverged too far from core templates. This scenario involves diffing files to check for essential missing blocks, such as HEARTBEAT configurations, that could affect functionality or support.
Migrating an older Clawdbot workspace to a newer template structure after a major version change. This scenario focuses on identifying and adding missing sections from updated templates, like new AGENTS directives, to modernize the workspace and improve maintainability.
Offer a free basic version of Clawdbot with paid premium features for advanced template reviews and automated diff integrations. Revenue comes from subscriptions for enterprise teams needing regular workspace audits and compliance checks.
Provide expert consulting to businesses implementing Clawdbot, including workspace setup, template comparisons, and customization. Revenue is generated through hourly rates or project-based fees for ensuring optimal configuration and performance.
Develop a SaaS platform that automates Clawdbot workspace template reviews as part of a larger DevOps toolchain. Revenue streams include tiered pricing based on usage volume and integration with other development tools for seamless workflow management.
đź’¬ Integration Tip
Integrate this skill into CI/CD pipelines to automatically check workspace files against templates during builds, ensuring consistency and catching missing sections early in the development cycle.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...