← 返回 Skills 市场
302
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-doc-finder
功能描述
OpenClaw 文档检索专家。当用户询问 OpenClaw 配置、维护、故障排除、通道接入、技能安装、模型配置等问题时使用。支持快速定位官方文档、给出精确 URL 和关键命令。高价值触发场景包括:(1)配置 gateway、channels、plugins;(2)排查连接/认证/权限问题;(3)安装/管理技能(...
安全使用建议
This skill appears to be what it says: a local doc indexer and retriever for OpenClaw. Before installing, note these practical points: (1) it will read local OpenClaw docs if they exist under your home (script looks in ~/.npm-global/.../openclaw/docs) to build the index; (2) at runtime it may run remote fetches (curl or agent web fetch) and executes a small inline Python snippet to extract text — this is normal for HTML->plaintext extraction but does execute code locally; (3) it writes caches and a doc-lookups.md log inside the skill folder (references/fetched/, references/doc-lookups.md, references/doc-index.md, VERSION). If you are uncomfortable with persistent local logs of queries, review or remove references/doc-lookups.md after use or modify the skill before enabling automatic version-sync. If you require stronger assurances, ask the maintainer to: (a) avoid scanning arbitrary home paths (or make the openclaw docs path configurable), (b) make document-fetch actions explicit and user-triggered, and (c) provide an opt-out for local query logging.
功能分析
Type: OpenClaw Skill
Name: openclaw-doc-finder
Version: 1.2.0
The skill bundle provides legitimate documentation retrieval functionality but includes high-risk execution patterns that increase the attack surface. Specifically, SKILL.md instructs the AI agent to use a 'curl | python3' shell command as a fallback for fetching remote content, which could be leveraged for remote code execution (RCE) if the URL parameters are manipulated via prompt injection. Additionally, the scripts/sync-version.py script performs filesystem read/write operations and accesses global npm directories to synchronize versions, representing broad permissions for a documentation tool.
能力标签
能力评估
Purpose & Capability
Name/description match what the skill does: routing to docs, returning URLs, commands and config snippets. Required permissions/variables are minimal (none declared). The included sync script and local reference files are reasonable for keeping an index and cache.
Instruction Scope
SKILL.md explicitly instructs reading/writing files under the skill (references/, references/fetched/, doc-lookups.md) and running remote fetch fallbacks (web_fetch → firecrawl → exec→curl). It also includes an inline python snippet executed when using curl to extract text. These actions are consistent with a doc-retrieval skill but do grant the agent permission to execute curl/python and write persistent local files; the spec does not instruct reading secrets, but some troubleshooting excerpts reference user files (e.g. ~/.openclaw/.env) as manual diagnostic steps — those are presented as user commands rather than mandatory automatic reads.
Install Mechanism
No install spec; instruction-only skill with one utility script. Nothing is downloaded from external arbitrary URLs during install. Running remote fetches is part of runtime behavior, not installation.
Credentials
Skill declares no required env vars or credentials. The content references common OpenClaw config paths and env examples (e.g. ~/.openclaw/.env) for troubleshooting, which is expected for a docs/troubleshoot helper — it does not request unrelated secrets.
Persistence & Privilege
Skill will persist data in its own directory: update references/doc-index.md (via sync-version.py), create/update references/fetched/*.md cache, and append/update references/doc-lookups.md for user queries. always:false (no forced global install). The sync script may read local OpenClaw docs under ~/.npm-global/... if present. Persisting user query logs and caches is expected for convenience but is persistent storage users should be aware of.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-doc-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-doc-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
新增:远程拉取降级策略(curl兜底)、自动缓存机制(7天有效期)、诊断决策树;优化:版本同步改为手动触发;新增:无法拉取时的兜底说明
v1.1.0
优化触发条件:增加主条件+排除场景结构,提升激活准确性,防止误触发其他专业技能场景
v2026.3.13
Initial publish
元数据
常见问题
OpenClaw Doc Finder 是什么?
OpenClaw 文档检索专家。当用户询问 OpenClaw 配置、维护、故障排除、通道接入、技能安装、模型配置等问题时使用。支持快速定位官方文档、给出精确 URL 和关键命令。高价值触发场景包括:(1)配置 gateway、channels、plugins;(2)排查连接/认证/权限问题;(3)安装/管理技能(... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 OpenClaw Doc Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-doc-finder」即可一键安装,无需额外配置。
OpenClaw Doc Finder 是免费的吗?
是的,OpenClaw Doc Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Doc Finder 支持哪些平台?
OpenClaw Doc Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Doc Finder?
由 mslclaw(@mslclaw)开发并维护,当前版本 v1.2.0。
推荐 Skills