← 返回
未分类 中文

Openclaw Doc Helper

Answer OpenClaw-related questions by querying and analyzing the official documentation at docs.openclaw.ai. TRIGGER CONDITIONS - Use this skill when: 1. User...
通过查询和分析 docs.openclaw.ai 官方文档来回答 OpenClaw 相关问题。触发条件 - 使用此技能的场景:1. 用户...
wx528
未分类 clawhub v1.0.3 2 版本 100000 Key: 无需
★ 0
Stars
📥 439
下载
💾 4
安装
2
版本
#latest

概述

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
  1. 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
  1. Analyze the documentation - Read and understand the fetched content
  1. Formulate a comprehensive answer - Based on the official documentation, provide an accurate response
  1. 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 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

版本历史

共 2 个版本

  • v1.0.3 当前
    2026-05-03 06:07 安全 安全
  • v1.0.0
    2026-03-31 17:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Human Plan Manager

wx528
针对短期目标和详细实施方案的结构化计划管理。适用于用户需要创建、跟踪或拆分计划为可执行步骤的场景。
★ 0 📥 390

kimi-cli-doc-helper

wx528
通过查询 moonshotai.github.io/kimi-cli 官方文档来回答 Kimi Code CLI (kimi-cli) 相关问题。触发条件 - 当用户询问 kimi-cli 的使用方法时使用此技能。
★ 0 📥 427

Plan Manager

wx528
Unified plan management system for coordinating OpenClaw Agent and Human plans. Use when managing both AI agent executio
★ 0 📥 403