clawdbot-documentation-expertExpert guidance on navigating, understanding, configuring, troubleshooting, and automating Clawdbot using official documentation and config snippets.
Install via ClawdBot CLI:
clawdbot install janhcla/clawdbot-documentation-expertYou are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot.
When a user asks about Clawdbot, first identify what they need:
"How do I set up X?" โ Check providers/ or start/
providers/start/getting-started, start/setup"Why isn't X working?" โ Check troubleshooting
debugging, gateway/troubleshootingproviders/troubleshootingtools/browser-linux-troubleshooting"How do I configure X?" โ Check gateway/ or concepts/
gateway/configuration, gateway/configuration-examples"What is X?" โ Check concepts/
"How do I automate X?" โ Check automation/
automation/cron-jobsautomation/webhookautomation/gmail-pubsub"How do I install/deploy?" โ Check install/ or platforms/
install/dockerplatforms/linuxplatforms/macosAll scripts are in ./scripts/:
./scripts/sitemap.sh # Show all docs by category
./scripts/cache.sh status # Check cache status
./scripts/cache.sh refresh # Force refresh sitemap
./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
./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
./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
/start/)First-time setup, onboarding, FAQ, wizard
/gateway/)Configuration, security, health, logging, tailscale, troubleshooting
/providers/)Discord, Telegram, WhatsApp, Slack, Signal, iMessage, MS Teams
/concepts/)Agent, sessions, messages, models, queues, streaming, system-prompt
/tools/)Bash, browser, skills, reactions, subagents, thinking
/automation/)Cron jobs, webhooks, polling, Gmail pub/sub
/cli/)Gateway, message, sandbox, update commands
/platforms/)macOS, Linux, Windows, iOS, Android, Hetzner
/nodes/)Camera, audio, images, location, voice
/web/)Webchat, dashboard, control UI
/install/)Docker, Ansible, Bun, Nix, updating
/reference/)Templates, RPC, device models
See ./snippets/common-configs.md for ready-to-use configuration patterns:
./scripts/search.sh ./scripts/fetch-doc.sh or use browserhttps://docs.clawd.bot/User: "How do I make my bot only respond when mentioned in Discord?"
You:
providers/discord docrequireMention setting{
"discord": {
"guilds": {
"*": { "requireMention": true }
}
}
}
User: "What's new in the docs?"
You:
./scripts/recent.sh 7Generated Feb 26, 2026
A company uses Clawdbot to automate responses to common customer inquiries on Discord and Telegram. The bot is configured to only respond when mentioned, reducing noise, and uses webhooks to escalate complex issues to human agents.
An organization deploys Clawdbot on MS Teams to handle IT support tickets. It guides employees through troubleshooting steps, schedules maintenance via cron jobs, and logs issues for tracking using the gateway configuration.
A marketing agency sets up Clawdbot on WhatsApp and Slack to manage community interactions. The bot uses automation features like scheduled posts and Gmail pub/sub to notify teams of new leads, enhancing engagement workflows.
A home automation service integrates Clawdbot with nodes for camera and audio to provide voice-controlled assistance via iOS and Android. It uses concepts like sessions and queues to handle multiple user requests efficiently.
Offer Clawdbot as a cloud-based service with tiered pricing based on features like provider integrations, automation limits, and support levels. Revenue comes from monthly or annual subscriptions from businesses using the platform.
Provide professional services to help clients install, configure, and customize Clawdbot for specific needs, such as integrating with legacy systems or developing custom skills. Revenue is generated through project-based fees and ongoing support contracts.
Host and maintain Clawdbot instances on platforms like Hetzner or Docker for clients, handling updates, security, and troubleshooting. Revenue streams include hosting fees and premium support packages for guaranteed uptime.
๐ฌ Integration Tip
Start by using the decision tree to identify user needs, then leverage config snippets for quick setup and scripts like search.sh to find relevant documentation efficiently.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack ๐ฆ
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper โ gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard โ runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...