π¦ ClawHub
New Openclaw Docs
by @ollieb89
Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe...
TERMINAL
clawhub install new-openclaw-docsπ About This Skill
name: new-openclaw-docs description: Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answering OpenClaw setup/config/troubleshooting questions, checking docs updates, or extracting concrete configuration examples from docs.
OpenClaw Docs
Use this skill to answer OpenClaw documentation questions with reproducible script-assisted evidence.
Quick workflow
1. Route by intent (setup, config, troubleshooting, automation, platform). 2. Search or fetch docs via scripts. 3. Pull exact config patterns from snippets/docs. 4. Cite source URL/path in the final answer.
Use bundled resources
references/routing.mdreferences/operations.mdsnippets/common-configs.mdscripts/check_env.shRules
search.sh and fetch-doc.sh before freeform guessing.Commands
# Validate local script requirements
bash workspace/skills/new-openclaw-docs/scripts/check_env.shDiscover likely paths
bash workspace/skills/new-openclaw-docs/scripts/sitemap.sh
bash workspace/skills/new-openclaw-docs/scripts/search.sh discord mentionFetch a document
bash workspace/skills/new-openclaw-docs/scripts/fetch-doc.sh providers/discordCache and update checks
bash workspace/skills/new-openclaw-docs/scripts/cache.sh status
bash workspace/skills/new-openclaw-docs/scripts/recent.sh 7
bash workspace/skills/new-openclaw-docs/scripts/track-changes.sh since 2026-02-01
π Constraints
search.sh and fetch-doc.sh before freeform guessing.