← Back to Skills Marketplace
igornumeriano

OpenClaw Documentation Expert — Live Fetch

by igornumeriano · GitHub ↗ · v1.4.0 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install openclaw-handbook
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-oauth-token
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-handbook
  3. After installation, invoke the skill by name or use /openclaw-handbook
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-handbook
Version 1.4.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install OpenClaw Documentation Expert — Live Fetch?

Run "/install openclaw-handbook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Documentation Expert — Live Fetch free?

Yes, OpenClaw Documentation Expert — Live Fetch is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Documentation Expert — Live Fetch support?

OpenClaw Documentation Expert — Live Fetch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Documentation Expert — Live Fetch?

It is built and maintained by igornumeriano (@igornumeriano); the current version is v1.4.0.

💬 Comments