Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Added YAML frontmatter description for ClawdHub summary display
What This Skill Does
A documentation assistant for Clawdbot that uses a decision tree to route questions, shell scripts for searching and fetching docs, and pre-built config snippets for setup and configuration tasks. Covers providers, gateway, automation, platforms, tools, and CLI across all supported Clawdbot features.
Combines structured navigation, full-text search, and version tracking in one skill instead of manually browsing scattered documentation pages.
When to use it
- Setting up Clawdbot on a new Discord server
- Finding the right config option for webhook retries
- Checking which docs changed in the last week
- Getting a ready-to-paste cron job config snippet
- Troubleshooting why a Telegram provider isn't responding
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: How do I make my bot only respond when mentioned in Discord?
- 1Identify the question as a provider configuration task via decision tree
- 2Run fetch-doc.sh to retrieve the providers/discord documentation page
- 3Locate the requireMention setting in the fetched doc
- 4Pull the relevant config snippet from snippets/common-configs.md
- 5Return the JSON config block and link to https://docs.clawd.bot/providers/discord
A JSON config snippet with requireMention set to true, with a direct link to the Discord provider docs