返回顶部
o

openclaw-doc-helper

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
132
下载量
0
收藏
概述
安装方式
版本历史

openclaw-doc-helper

# 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:** ```bash # Validate entire configuration openclaw config validate ``` **View specific configuration sections:** ```bash # View all plugins configuration openclaw config get plugins # View gateway settings openclaw config get gateway # View models configuration openclaw config get models # View channels configuration openclaw config get channels # View agents configuration openclaw config get agents # View specific channel (e.g., Feishu) openclaw config get channels.feishu # View nested values openclaw config get agents.defaults.model.primary openclaw config get channels.whatsapp.enabled ``` **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" 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 - 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-doc-helper-1776009428 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-doc-helper-1776009428 技能

通过命令行安装

skillhub install openclaw-doc-helper-1776009428

下载 Zip 包

⬇ 下载 openclaw-doc-helper v1.0.3

文件大小: 2.3 KB | 发布时间: 2026-4-13 11:18

v1.0.3 最新 2026-4-13 11:18
- Expanded configuration validation instructions to include specific `openclaw config get` commands for plugins, gateways, models, channels, and agents.
- Clarified usage examples for viewing and validating different configuration sections.
- No changes to code or logic; documentation and usage guidance improvements only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部