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:
- - OpenClaw configuration and setup
- Available commands and options
- Troubleshooting issues
- Architecture and design
- Best practices
- Any OpenClaw-specific functionality
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/<topic> (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:
CODEBLOCK0
View specific configuration sections:
CODEBLOCK1
Explain the validation output to the user:
- - If
valid: true → configuration is correct, can proceed - If errors → explain what needs to be fixed based on the error messages
- If warnings → inform user but note it's not blocking
Key Documentation URLs
- - Main docs: https://docs.openclaw.ai
- FAQ: https://docs.openclaw.ai/faq
- Troubleshooting: https://docs.openclaw.ai/troubleshooting
- Configuration: https://docs.openclaw.ai/config
- GitHub: https://github.com/openclaw/openclaw
Example Usage
User: "How do I configure a new channel?"
Action:
- 1. Fetch
https://docs.openclaw.ai/config or search for "channel configuration" - Analyze the configuration documentation
- Provide step-by-step instructions based on official docs
- Remind user to run
openclaw config validate after making changes
Notes
- - Always prefer official documentation over general knowledge
- If documentation is unclear or missing, say so and suggest checking the GitHub repo
- Keep answers concise but complete
- Security Note: This skill does NOT execute any local commands. Users must run validation commands themselves.
Safety & Security
This skill is instruction-only with no code execution:
- - ✅ Only uses
web_fetch and web_search tools - ✅ Does NOT execute local commands or access files
- ✅ Does NOT require API keys or credentials
- ✅ Users retain full control over their system
OpenClaw 文档助手
该技能通过自动查询 docs.openclaw.ai 上的官方文档,帮助回答与 OpenClaw 相关的问题。
使用场景
当用户询问以下内容时使用此技能:
- - OpenClaw 配置与安装
- 可用命令与选项
- 故障排查
- 架构与设计
- 最佳实践
- 任何 OpenClaw 特有功能
工作流程
- 1. 识别查询主题 - 理解用户询问的具体 OpenClaw 主题
- 2. 搜索/获取相关文档 - 使用 web_fetch 从 docs.openclaw.ai 获取文档:
- 通用问题:从 https://docs.openclaw.ai 开始
- 特定主题:尝试 https://docs.openclaw.ai/<主题>(例如 /faq、/troubleshooting、/config)
- 不确定查找位置时,使用 web_search 并限定站点为 docs.openclaw.ai
- 3. 分析文档 - 阅读并理解获取的内容
- 4. 形成全面回答 - 基于官方文档提供准确回复
- 5. 引用来源 - 说明信息来自 docs.openclaw.ai
配置验证(用户引导)
在建议配置更改时,引导用户验证并查看其配置:
验证配置:
bash
验证整个配置
openclaw config validate
查看特定配置部分:
bash
查看所有插件配置
openclaw config get plugins
查看网关设置
openclaw config get gateway
查看模型配置
openclaw config get models
查看频道配置
openclaw config get channels
查看代理配置
openclaw config get agents
查看特定频道(例如飞书)
openclaw config get channels.feishu
查看嵌套值
openclaw config get agents.defaults.model.primary
openclaw config get channels.whatsapp.enabled
向用户解释验证输出:
- - 如果 valid: true → 配置正确,可以继续
- 如果出现错误 → 根据错误信息解释需要修复的内容
- 如果出现警告 → 告知用户但不影响使用
关键文档链接
- - 主文档:https://docs.openclaw.ai
- 常见问题:https://docs.openclaw.ai/faq
- 故障排查:https://docs.openclaw.ai/troubleshooting
- 配置:https://docs.openclaw.ai/config
- GitHub:https://github.com/openclaw/openclaw
使用示例
用户:如何配置新频道?
操作:
- 1. 获取 https://docs.openclaw.ai/config 或搜索频道配置
- 分析配置文档
- 根据官方文档提供分步说明
- 提醒用户在修改后运行 openclaw config validate
注意事项
- - 始终优先参考官方文档而非通用知识
- 如果文档不清晰或缺失,请如实说明并建议查看 GitHub 仓库
- 保持回答简洁但完整
- 安全提示:此技能不会执行任何本地命令。用户必须自行运行验证命令。
安全与保障
此技能仅提供指导,不执行代码:
- - ✅ 仅使用 webfetch 和 websearch 工具
- ✅ 不执行本地命令或访问文件
- ✅ 不需要 API 密钥或凭据
- ✅ 用户完全掌控其系统