From sundial-org-awesome-openclaw-skills-4
Compares Clawdbot workspace .md files (AGENTS, SOUL, USER etc.) against official Clawdbot templates from npm/source installs and lists missing sections to pull in after upgrades.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.
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: