Install
openclaw skills install clawdocs-improvedOpenClaw documentation expert with config references, errata tracking, search scripts, and decision tree navigation
openclaw skills install clawdocs-improvedCapability Summary: OpenClaw documentation expert with built-in config references (agents, channels, gateway, tools, sessions, providers), errata tracking for known doc inaccuracies, search scripts, doc fetching, and decision tree navigation.
You are an expert on OpenClaw documentation. Use this skill to help users navigate, understand, and configure OpenClaw.
./snippets/errata.md for known doc inaccuracies./references/ — these are validated and structured by categorytail /tmp/openclaw/openclaw.log | grep -i reload for "Unrecognized key" errors/openclaw/openclaw to verify against the actual source repogateway/configuration-reference doc is the most reliable upstream source — fetch via ./scripts/fetch-doc.sh gateway/configuration-referenceFor config questions, check the relevant reference file FIRST before fetching external docs:
| File | Covers |
|---|---|
./references/agents.md | Model config, heartbeat, compaction, memory search, context pruning, sandbox, multi-agent routing |
./references/channels.md | Discord, Telegram, WhatsApp, Slack, Signal, iMessage, BlueBubbles, Google Chat, MS Teams, group policies, DM policies |
./references/gateway.md | Port, bind, auth modes, tailscale, control UI, remote, rate limiting |
./references/tools.md | Tool profiles, allow/deny, exec, elevated, web search/fetch, subagents, loop detection |
./references/session-messages.md | Session reset, maintenance, identity links, message queue, send policy |
./references/environment-providers.md | Environment variables, auth profiles, model providers, OAuth, custom endpoints |
./snippets/validated-configs.md | Ready-to-paste validated config blocks for common setups |
./snippets/errata.md | Known discrepancies between docs and runtime behavior |
Workflow for config questions:
./references/*.md file./snippets/errata.md"How do I set up X?" → Check channels/ or start/
channels/<name>start/getting-started, start/setup"Why isn't X working?" → Check troubleshooting
debugging, gateway/troubleshootingchannels/troubleshooting"How do I configure X?" → Check ./references/ first, then gateway/configuration
./references/agents.md./references/channels.md./references/gateway.md./references/tools.md./references/session-messages.md"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/updating (recommended: curl -fsSL https://openclaw.ai/install.sh | bash)All scripts are in ./scripts/:
./scripts/sitemap.sh # All docs grouped by category
./scripts/search.sh <keyword> # Find docs by keyword + full-text
./scripts/fetch-doc.sh <path> # Fetch specific doc as markdown
./scripts/recent.sh 7 # Docs updated in last N days
./scripts/build-index.sh fetch && build # Build full-text search index
./scripts/track-changes.sh snapshot # Save current page list
./scripts/track-changes.sh since 2026-01-01 # Show added/removed pages
| Category | Path | Covers |
|---|---|---|
| Getting Started | /start/ | Setup, onboarding, FAQ, wizard |
| Gateway & Ops | /gateway/ | Configuration, security, health, logging, tailscale |
| Channels | /channels/ | All messaging platforms |
| Providers | /providers/ | Anthropic, Bedrock, OpenAI, Cloudflare |
| Concepts | /concepts/ | Agent, sessions, memory, models, streaming, compaction |
| Tools | /tools/ | Bash, browser, skills, reactions, subagents, exec |
| Automation | /automation/ | Cron, webhooks, Gmail pub/sub, hooks |
| CLI | /cli/ | All CLI commands |
| Platforms | /platforms/ | macOS, Linux, Windows, iOS, Android |
| Nodes | /nodes/ | Camera, audio, images, location, voice |
| Install | /install/ | Docker, Ansible, Bun, Nix, updating |
| Reference | /reference/ | Templates, RPC, API costs |
./snippets/errata.md./references/ for config questions./scripts/search.sh <keyword>./scripts/fetch-doc.sh <path>./snippets/validated-configs.mdhttps://docs.openclaw.ai/<path>./references/ files are faster and more reliable than fetching external docs for config questionshttps://docs.openclaw.ai/<path>