← 返回 Skills 市场
OpenClaw Documentation Expert — Live Fetch
作者
igornumeriano
· GitHub ↗
· v1.4.0
· MIT-0
104
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install openclaw-handbook
功能描述
Fetches live from docs.openclaw.ai on every question. 395 pages indexed, working scripts (not echo placeholders), CI-style selftest for decision-tree rot, wo...
安全使用建议
What to consider before installing:
- The skill performs live HTTP fetches only to docs.openclaw.ai (llms.txt, llms-full.txt, and <page>.md). If you need a strict offline or limited-network environment, block or review network access.
- It records routing misses (timestamp | question | fetched path) to ~/.openclaw/openclaw-docs/misses.md. That file lives on the local filesystem; if you are concerned about storing copies of user queries, inspect or relocate that behavior before use.
- The included scripts are short, readable Bash using curl/grep/sed; review them yourself if you want to be extra cautious. selftest.sh will make many HEAD/GET requests when run (CI-style), which can be noisy or rate-limited by the docs host.
- No credentials or secrets are requested, and the skill does not contact unknown external endpoints — a good sign. If you combine this skill with other skills that do request credentials or that can access arbitrary files, re-evaluate combined risk.
- Overall this appears coherent and proportional to its stated purpose; install if you trust docs.openclaw.ai and are comfortable with the local misses log and occasional verification traffic.
功能分析
Type: OpenClaw Skill
Name: openclaw-handbook
Version: 1.4.0
The skill is a documentation assistant for OpenClaw designed to fetch live content from docs.openclaw.ai. It utilizes a set of simple bash scripts (fetch.sh, find.sh, search.sh, verify.sh) to retrieve and search markdown files via curl, and a logging script (record_miss.sh) to record routing failures locally in ~/.openclaw/openclaw-docs/misses.md for future improvement. The instructions in SKILL.md establish clear safety boundaries, such as forbidding self-modification and ensuring citations, and the overall logic is strictly aligned with the stated purpose of providing accurate documentation without any indicators of malicious intent or data exfiltration.
能力标签
能力评估
Purpose & Capability
Name/description match implementation. The skill only needs curl and the provided scripts to fetch pages, search the index, verify freshness, and run a self-test; these are proportional to a live-docs fetcher.
Instruction Scope
Runtime instructions limit network I/O to docs.openclaw.ai and to local script operations. The only local write is scripts/record_miss.sh which appends routing misses (timestamp, question, path) to ~/.openclaw/openclaw-docs/misses.md. selftest.sh reads the shipped SKILL.md and EXAMPLES.md to validate referenced doc paths. No instructions or scripts read arbitrary system files, environment secrets, or contact other external endpoints.
Install Mechanism
No install spec; scripts are included in the skill bundle (small bash scripts). No downloads from third-party or shortener URLs and no archives are extracted. Risk from installation is low.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That aligns with its function of fetching public docs and local logging.
Persistence & Privilege
always:false (no forced/global inclusion). The skill will create and append to a local file under the user's home (~/.openclaw/openclaw-docs/misses.md) for routing misses; this is limited local persistence and does not modify other skills or system-wide settings. The skill can be invoked autonomously (disable-model-invocation:false) which is the platform default — no additional privilege requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-handbook - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-handbook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
v1.4.0 — Evolution loop from real friction: record_miss.sh logs routing failures to ~/.openclaw/openclaw-docs/misses.md for human-reviewed promotion (3-comparable-hits rule). New Boundaries section prevents self-modification. Synonym Map for common term disambiguation. EXAMPLES.md with 13 worked routing cases. selftest.sh now covers SKILL.md + EXAMPLES.md (59 paths, 0 broken). Inspired by self-evolving-skill patterns adapted for deterministic docs routing.
v1.2.2
v1.2.2 — Renamed to emphasize live fetch differentiator.
v1.2.1
v1.2.1 — Updated description: emphasizes live fetch (never stale), no fake scripts, direct response to clawddocs community complaints.
v1.2.0
v1.2.0 — Three-tier fetch strategy: llms.txt (index/discovery) → page.md (single page) → llms-full.txt (full-text search). Fixed page URLs to use .md extension. Automation section expanded (hooks, standing-orders, taskflow, tasks).
v1.1.1
v1.1.1 — Renamed to OpenClaw Documentation Expert for clarity.
v1.1.0
v1.1.0 — Built from llms-full.txt (395 pages, 26 categories). Decision tree navigation. SOUL.md, multi-agent, sessions, heartbeat fully covered. Replaces outdated clawddocs.
元数据
常见问题
OpenClaw Documentation Expert — Live Fetch 是什么?
Fetches live from docs.openclaw.ai on every question. 395 pages indexed, working scripts (not echo placeholders), CI-style selftest for decision-tree rot, wo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 OpenClaw Documentation Expert — Live Fetch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-handbook」即可一键安装,无需额外配置。
OpenClaw Documentation Expert — Live Fetch 是免费的吗?
是的,OpenClaw Documentation Expert — Live Fetch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Documentation Expert — Live Fetch 支持哪些平台?
OpenClaw Documentation Expert — Live Fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Documentation Expert — Live Fetch?
由 igornumeriano(@igornumeriano)开发并维护,当前版本 v1.4.0。
推荐 Skills