LaunchKit · 2026
Back to Skills

clawddocs

Clawdbot documentation expert with decision tree navigation.

256
29.2k downloads
by @nicholasspisak

Setup & Installation

openclaw skills install @nicholasspisak/clawddocs

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clawddocs

Version History

v1.2.2Jan 12, 2026 - Version note by skill developer:

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.

INPUT

User asks: How do I make my bot only respond when mentioned in Discord?

AGENT
  1. 1Identify the question as a provider configuration task via decision tree
  2. 2Run fetch-doc.sh to retrieve the providers/discord documentation page
  3. 3Locate the requireMention setting in the fetched doc
  4. 4Pull the relevant config snippet from snippets/common-configs.md
  5. 5Return the JSON config block and link to https://docs.clawd.bot/providers/discord
OUTPUT

A JSON config snippet with requireMention set to true, with a direct link to the Discord provider docs