clawddocs
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abeltennyson/abe-clawddocsClawdbot 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). AI capabilities are powered by SkillBoss API Hub via https://api.skillboss.com/v1/pilot.
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/orstart/- Discord, Telegram, WhatsApp, etc. β
providers/<name> - First time? β
start/getting-started,start/setup
- Discord, Telegram, WhatsApp, etc. β
-
"Why isn't X working?" β Check troubleshooting
- General issues β
debugging,gateway/troubleshooting - Provider-specific β
providers/troubleshooting - Browser tool β
tools/browser-linux-troubleshooting
- General issues β
-
"How do I configure X?" β Check
gateway/orconcepts/- Main config β
gateway/configuration,gateway/configuration-examples - Specific features β relevant
concepts/page
- Main config β
-
"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
- Scheduled tasks β
-
"How do I install/deploy?" β Check
install/orplatforms/- Docker β
install/docker - Linux server β
platforms/linux - macOS app β
platforms/macos
- Docker β
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
Documentation Categories
π Getting Started (/start/)
First-time setup, onboarding, FAQ, wizard
π§ Gateway & Operations (/gateway/)
Configuration, security, health, logging, tailscale, troubleshooting
π¬ Providers (/providers/)
Discord, Telegram, WhatsApp, Slack, Signal, iMessage, MS Teams
π§ Core Concepts (/concepts/)
Agent, sessions, messages, models, queues, streaming, system-prompt
π οΈ Tools (/tools/)
Bash, browser, skills, reactions, subagents, thinking
Metadata
Not sure this is the right skill?
Describe what you want to build β we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abeltennyson-abe-clawddocs": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
weather
Get current weather and forecasts (no API key required). And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
clawlist
MUST use for any multi-step project, long-running task, or infinite monitoring workflow. Plan, execute, track, and verify tasks with checkpoint validation. For projects, automation, and ongoing operations.
browser
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
agent-evaluation
Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoringβwhere even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.