Install
openclaw skills install jszesze-openclaw-docsOpenClaw documentation helper that caches the live docs index, searches page titles and URLs, fetches raw markdown docs, builds a local docs cache for full-text grep, and tracks index snapshots over time. Use when answering OpenClaw setup, configuration, CLI, channel, automation, architecture, or troubleshooting questions and you want grounded docs links or current page text.
openclaw skills install jszesze-openclaw-docsUse this skill for OpenClaw product docs, not for general repo spelunking.
docs.openclaw.aihttps://docs.openclaw.ai/llms.txtRun scripts with bash.
bash ./scripts/cache.sh status
bash ./scripts/cache.sh refresh
bash ./scripts/search.sh telegram
bash ./scripts/search.sh "group.*policy"
bash ./scripts/sitemap.sh
bash ./scripts/fetch-doc.sh gateway/configuration
bash ./scripts/fetch-doc.sh https://docs.openclaw.ai/channels/telegram
bash ./scripts/build-index.sh fetch
bash ./scripts/build-index.sh build
bash ./scripts/build-index.sh search "requireMention"
# optional smoke-test limit:
OPENCLAW_DOCS_FETCH_LIMIT=25 bash ./scripts/build-index.sh fetch
bash ./scripts/track-changes.sh snapshot
bash ./scripts/track-changes.sh list
bash ./scripts/track-changes.sh since 2026-05-01
bash ./scripts/recent.sh 7
start/, install/, channels/, gateway/gateway/configuration, gateway/configuration-reference, gateway/configuration-examplescli/channels/<provider> and channels/troubleshootingconcepts/automation/web/nodes/See ./snippets/common-configs.md for a few small, verified patterns copied from current docs pages. Treat them as helpers, not as a schema reference.