Install
openclaw skills install openclaw-guideAuthoritative OpenClaw guidance and documentation lookup. Provides accurate information about OpenClaw capabilities, configuration, and usage based on official sources (docs.openclaw.ai and github.com/openclaw/openclaw). Use when users ask about OpenClaw features, setup, configuration, troubleshooting, or any OpenClaw-related topics.
openclaw skills install openclaw-guideProvide authoritative, up-to-date information about OpenClaw based on official documentation and source code. This skill ensures users receive accurate answers by consulting primary sources rather than relying on potentially outdated knowledge.
# Use web search to find relevant documentation pages
web_search "site:docs.openclaw.ai <topic>"
web_fetch "https://docs.openclaw.ai/<relevant-page>"
# Search GitHub repository for implementation details
web_search "site:github.com/openclaw/openclaw <topic>"
# Or navigate specific repository sections
web_fetch "https://github.com/openclaw/openclaw/tree/main/<relevant-path>"
site:docs.openclaw.ai <specific topic>site:github.com/openclaw/openclaw <feature or component>openclaw <topic> site:docs.openclaw.ai OR site:github.com/openclaw/openclawBased on the official OpenClaw documentation at [link]:
[Concise summary of relevant information]
For more details, see: [specific documentation section]
According to the OpenClaw source code at [GitHub link]:
[Implementation details or behavior explanation]
This means that [practical implication for the user].
I checked the official OpenClaw documentation and source code, but couldn't find specific information about [topic].
The closest relevant information I found is [related topic] at [link].
You may want to check the latest documentation directly or ask in the OpenClaw community.
github: For detailed GitHub repository operationsweb_search: For broader information gathering when neededclawhub: For skill-related queries and management