Openclaw Doc Helper
by @wx528
Answer OpenClaw-related questions by querying and analyzing the official documentation at docs.openclaw.ai. TRIGGER CONDITIONS - Use this skill when: 1. User...
clawhub install openclaw-doc-helperπ About This Skill
name: openclaw-doc-helper description: | Answer OpenClaw-related questions by querying and analyzing the official documentation at docs.openclaw.ai. TRIGGER CONDITIONS - Use this skill when: 1. User directly asks about OpenClaw (configuration, usage, commands, troubleshooting, architecture) 2. Suggesting OpenClaw as a solution to other problems 3. About to recommend or explain OpenClaw configuration changes 4. Answering questions where OpenClaw is part of the solution MANDATORY: Always fetch relevant documentation from docs.openclaw.ai before: - Answering any OpenClaw-specific question - Suggesting configuration changes - Providing technical details about OpenClaw features version: 1.0.3 author: ζ轩ε εΈ
OpenClaw Documentation Helper
This skill helps answer OpenClaw-related questions by automatically querying the official documentation at docs.openclaw.ai.
When to Use
Use this skill when the user asks about:
Workflow
1. Identify the query topic - Understand what specific OpenClaw topic the user is asking about
2. Search/fetch relevant documentation - Use web_fetch to retrieve documentation from docs.openclaw.ai:
- For general questions: Start with https://docs.openclaw.ai
- For specific topics: Try https://docs.openclaw.ai/ (e.g., /faq, /troubleshooting, /config)
- Use web_search with site:docs.openclaw.ai if unsure where to look
3. Analyze the documentation - Read and understand the fetched content
4. Formulate a comprehensive answer - Based on the official documentation, provide an accurate response
5. Cite sources - Mention that the information comes from docs.openclaw.ai
Configuration Validation (User-Guided)
When suggesting configuration changes, guide the user to validate and view their configuration:
Validate configuration:
# Validate entire configuration
openclaw config validate
View specific configuration sections:
# View all plugins configuration
openclaw config get pluginsView gateway settings
openclaw config get gatewayView models configuration
openclaw config get modelsView channels configuration
openclaw config get channelsView agents configuration
openclaw config get agentsView specific channel (e.g., Feishu)
openclaw config get channels.feishuView nested values
openclaw config get agents.defaults.model.primary
openclaw config get channels.whatsapp.enabled
Explain the validation output to the user:
valid: true β configuration is correct, can proceedKey Documentation URLs
Example Usage
User: "How do I configure a new channel?"
Action:
1. Fetch https://docs.openclaw.ai/config or search for "channel configuration"
2. Analyze the configuration documentation
3. Provide step-by-step instructions based on official docs
4. Remind user to run openclaw config validate after making changes
Notes
Safety & Security
This skill is instruction-only with no code execution:
web_fetch and web_search tools