← 返回 Skills 市场
sakayoo

OpenClaw Docs Search

作者 sakayoo · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
179
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install openclaw-docs-search
功能描述
Real-time retrieval of the latest official OpenClaw documentation, returned as compact LLM-friendly Markdown for config, CLI, channels, gateway, and skills q...
安全使用建议
This skill appears to do what it says: it sends your (translated) queries to a public Mintlify search endpoint and fetches pages from docs.openclaw.ai, then returns cleaned Markdown. Before installing, consider: (1) any query text you send (including translated Chinese→English text) will be transmitted to external services and may be logged by those services — avoid sending secrets or private config in queries; (2) the package includes Node code and depends on jsdom/turndown — if your agent platform executes the included code, ensure you trust execution of third-party npm packages in your environment; (3) if you need private/internal docs or must avoid sending data externally, do not use this skill. Otherwise, the skill's footprint is proportional and coherent with its purpose.
功能分析
Type: OpenClaw Skill Name: openclaw-docs-search Version: 1.0.4 The skill is a legitimate documentation retrieval tool designed to search and fetch content from the official OpenClaw documentation sites (docs.openclaw.ai and leaves.mintlify.com). The code in search.ts and search.js uses standard libraries (jsdom, turndown) to parse HTML and convert it to Markdown for LLM consumption. There is no evidence of data exfiltration, unauthorized file access, or malicious execution; the instructions in SKILL.md are focused on grounding the agent's responses in official documentation to prevent hallucinations during high-risk configuration tasks.
能力评估
Purpose & Capability
Name/description (real-time OpenClaw docs search) matches the code and SKILL.md: the skill queries a public search API (leaves.mintlify.com) and fetches pages from https://docs.openclaw.ai/ then extracts the #content-area and converts it to Markdown. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the code instruct the agent to POST the user's (translated) query to the Mintlify search endpoint and to fetch specific docs pages. This stays within the claimed purpose, but it does mean user queries and any translated text will be transmitted to an external service (leaves.mintlify.com and docs.openclaw.ai). The SKILL.md also mandates translating Chinese intents to English before searching — this can cause additional content to be sent to the external search API.
Install Mechanism
No install spec is provided (instruction-only install), which minimizes install-time risk. The package includes Node source and a compiled build that depends on jsdom and turndown (both public npm packages) — nothing is fetched from unusual URLs or private servers.
Credentials
The skill declares no required environment variables or credentials. The code performs only public HTTP requests and DOM-to-Markdown conversion; it does not attempt to read local files or environment secrets.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent platform presence or attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-docs-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-docs-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- _meta.json metadata file removed; no user-impacting code or behavior changes. - Skill documentation (SKILL.md) rewritten and significantly improved: - Stronger emphasis on real-time, official-source documentation retrieval. - Instructions, rationale, and best practice guidelines made clearer and more concise. - Usage workflow, output expectations, and triggers reformulated for clarity. - No change to the invocation mechanism or core functional endpoints.
v1.0.3
openclaw-docs-search v1.0.3 - Added a quick-start guide and explicit CLI usage instructions for searching and retrieving documentation content. - Revised documentation for clearer steps on search and detail retrieval, with code examples for both. - Added a FAQ section covering common issues (e.g., search and installation problems). - Provided instructions for dependency installation and troubleshooting (now included in the docs). - Minor clarifications and structural improvements in SKILL.md for ease of understanding. - Added a _meta.json file.
v1.0.2
Initial public release. Added official OpenClaw docs search workflow. Added English-first query guidance for better hit rate. Added on-demand page retrieval and main-content extraction. Added concise Markdown output rules to reduce noise and token usage.
v1.0.1
Initial release of openclaw-docs-search. - Added core source code and build scripts for searching and retrieving OpenClaw documentation. - Implements keyword search using the official OpenClaw docs API, with results formatted as concise Markdown. - Supports detailed content extraction by scraping and converting the main content area of documentation pages to Markdown. - Includes documentation outlining usage scenarios, constraints, and recommended calling patterns. - Published package.json and TypeScript configuration for deployment and builds.
v1.0.0
Initial public release. Added official OpenClaw docs search workflow. Added English-first query guidance for better hit rate. Added on-demand page retrieval and main-content extraction. Added concise Markdown output rules to reduce noise and token usage.
元数据
Slug openclaw-docs-search
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

OpenClaw Docs Search 是什么?

Real-time retrieval of the latest official OpenClaw documentation, returned as compact LLM-friendly Markdown for config, CLI, channels, gateway, and skills q... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。

如何安装 OpenClaw Docs Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-docs-search」即可一键安装,无需额外配置。

OpenClaw Docs Search 是免费的吗?

是的,OpenClaw Docs Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Docs Search 支持哪些平台?

OpenClaw Docs Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Docs Search?

由 sakayoo(@sakayoo)开发并维护,当前版本 v1.0.4。

💬 留言讨论