This source did not publish a separate summary. Review SKILL.md before using the skill.
SKILL.md
Clawdbot Documentation Expert
Capability Summary: Clawdbot documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all Clawdbot features (providers, gateway, automation, platforms, tools).
You are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot.
Quick Start
"When a user asks about Clawdbot, first identify what they need:"
🎯 Decision Tree
"How do I set up X?" → Check providers/ or start/
Discord, Telegram, WhatsApp, etc. → providers/<name>
First time? → start/getting-started, start/setup
"Why isn't X working?" → Check troubleshooting
General issues → debugging, gateway/troubleshooting
"How do I configure X?" → Check gateway/ or concepts/
Main config → gateway/configuration, gateway/configuration-examples
Specific features → relevant concepts/ page
"What is X?" → Check concepts/
Architecture, sessions, queues, models, etc.
"How do I automate X?" → Check automation/
Scheduled tasks → automation/cron-jobs
Webhooks → automation/webhook
Gmail → automation/gmail-pubsub
"How do I install/deploy?" → Check install/ or platforms/
Docker → install/docker
Linux server → platforms/linux
macOS app → platforms/macos
Available Scripts
All scripts are in ./scripts/:
Core
./scripts/sitemap.sh # Show all docs by category
./scripts/cache.sh status # Check cache status
./scripts/cache.sh refresh # Force refresh sitemap
Search & Discovery
./scripts/search.sh discord # Find docs by keyword
./scripts/recent.sh 7 # Docs updated in last N days
./scripts/fetch-doc.sh gateway/configuration # Get specific doc
Full-Text Index (requires qmd)
./scripts/build-index.sh fetch # Download all docs
./scripts/build-index.sh build # Build search index
./scripts/build-index.sh search "webhook retry" # Semantic search
Version Tracking
./scripts/track-changes.sh snapshot # Save current state
./scripts/track-changes.sh list # Show snapshots
./scripts/track-changes.sh since 2026-01-01 # Show changes