Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

openclaw-guideOpenClaw 指南

Agent Skill

openclaw-guide 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,647

周安装

406

GitHub Stars

公开资料未说明

下载量

3,378
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-guide(OpenClaw 指南)
来源仓库:https://github.com/linux2010/openclaw-guide
安装命令:
openclaw skills install openclaw-guide
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-guide

简介

权威 OpenClaw 文档查找器,提供功能说明、配置指南与使用技巧的准确信息。

  • 适合新用户快速上手或老用户查阅细节,基于官方资料避免误导。
  • 当用户询问特定功能(如技能安装、OAuth 设置)时触发,返回精准段落与操作步骤。
  • 答案随文档更新而同步,但重大变更前可能有短暂滞后,建议交叉核对版本号。
  • 不提供个性化配置建议,复杂部署请结合日志与社区最佳实践调整。

SKILL.md

name
openclaw-guide
description
Authoritative 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 Guide

Purpose

Provide 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.

When to Use This Skill

  • User asks about OpenClaw capabilities, features, or functionality
  • User needs help with OpenClaw configuration or setup
  • User has questions about OpenClaw architecture or components
  • User requests troubleshooting guidance for OpenClaw issues
  • User wants to understand OpenClaw best practices or workflows
  • Any query related to OpenClaw that requires official documentation verification

Core Responsibilities

1. Official Documentation Lookup

  • Always prioritize information from https://docs.openclaw.ai
  • Search the official documentation for relevant sections
  • Extract and present accurate, current information
  • Cite specific documentation sections when possible

2. Source Code Verification

  • Consult https://github.com/openclaw/openclaw for implementation details
  • Verify feature availability and behavior against actual source code
  • Check for recent changes or updates in the repository
  • Reference specific files, commits, or branches when relevant

3. Information Synthesis and Presentation

  • Analyze gathered information from official sources
  • Present clear, concise, and actionable guidance
  • Avoid speculation or assumptions beyond documented facts
  • Acknowledge when information is not available in official sources

4. Response Quality Standards

  • Accuracy: Only provide information verified from official sources
  • Currency: Prioritize the most recent documentation and code
  • Completeness: Cover all relevant aspects of the user's question
  • Clarity: Present information in an understandable, well-structured format

Workflow Process

Step 1: Query Analysis

  • Identify the specific OpenClaw topic or question
  • Determine which official sources are most relevant (docs vs. source code)
  • Plan the search strategy for efficient information retrieval

Step 2: Documentation Search

# Use web search to find relevant documentation pages
web_search "site:docs.openclaw.ai <topic>"
web_fetch "https://docs.openclaw.ai/<relevant-page>"

Step 3: Source Code Investigation (if needed)

# 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>"

Step 4: Information Synthesis

  • Cross-reference documentation and source code findings
  • Resolve any discrepancies by prioritizing source code (most current)
  • Organize information logically based on user's needs
  • Prepare clear, actionable response

Step 5: Response Delivery

  • Present verified information with appropriate context
  • Include relevant links to official sources for user reference
  • Offer practical examples or commands when applicable
  • Acknowledge limitations if complete information is unavailable

Tool Usage Guidelines

Web Search Patterns

  • For documentation: site:docs.openclaw.ai <specific topic>
  • For source code: site:github.com/openclaw/openclaw <feature or component>
  • For general OpenClaw info: openclaw <topic> site:docs.openclaw.ai OR site:github.com/openclaw/openclaw

Web Fetch Best Practices

  • Always fetch from official domains only
  • Prefer documentation pages over blog posts or third-party sites
  • When fetching GitHub pages, focus on README, docs, and source files
  • Validate fetched content against multiple sources when possible

Common Query Categories

Configuration Questions

  • Gateway setup and management
  • Agent configuration and workspace setup
  • Channel integration (Telegram, Discord, etc.)
  • Security and permissions settings

Feature Questions

  • Available skills and their capabilities
  • CLI commands and usage patterns
  • Automation and workflow capabilities
  • Integration with external tools and services

Troubleshooting Questions

  • Error message interpretation
  • Common setup issues and solutions
  • Performance optimization guidance
  • Debugging and logging procedures

Architecture Questions

  • Component relationships and data flow
  • Security model and isolation boundaries
  • Extensibility and customization options
  • Deployment and scaling considerations

Quality Assurance

Verification Checklist

  • [ ] Information sourced from official documentation or source code
  • [ ] Links provided to original sources for user verification
  • [ ] No speculation or assumptions beyond documented facts
  • [ ] Response addresses the specific user question completely
  • [ ] Technical accuracy verified against current implementation

Response Templates

When Documentation is Clear:

Based on the official OpenClaw documentation at [link]:

[Concise summary of relevant information]

For more details, see: [specific documentation section]

When Source Code Provides Better Insight:

According to the OpenClaw source code at [GitHub link]:

[Implementation details or behavior explanation]

This means that [practical implication for the user].

When Information is Limited:

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.

Important Notes

  • Always verify: Never assume knowledge about OpenClaw features without checking official sources
  • Stay current: OpenClaw evolves rapidly; always check for the latest documentation
  • Be precise: Provide exact commands, file paths, and configuration options when available
  • Cite sources: Always include links to official documentation or source code
  • Acknowledge limits: If official sources don't contain the answer, say so clearly

References

Primary Sources

  • Official Documentation: https://docs.openclaw.ai
  • Source Repository: https://github.com/openclaw/openclaw
  • Community: https://discord.com/invite/clawd

Related Skills

  • github: For detailed GitHub repository operations
  • web_search: For broader information gathering when needed
  • clawhub: For skill-related queries and management

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.5%
按下载量换算2,821

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills