← 返回
未分类 中文

OpenClaw Docs

OpenClaw documentation helper that caches the live docs index, searches page titles and URLs, fetches raw markdown docs, builds a local docs cache for full-t...
OpenClaw 文档助手,缓存实时文档索引,搜索页面标题和 URL,获取原始 Markdown 文档,构建本地文档缓存,实现全文检索。
jszesze jszesze 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 311
下载
💾 0
安装
1
版本
#latest

概述

OpenClaw docs

Use this skill for OpenClaw product docs, not for general repo spelunking.

What this skill is good at

  • finding the right OpenClaw doc page quickly
  • fetching raw markdown from docs.openclaw.ai
  • caching the live docs index from https://docs.openclaw.ai/llms.txt
  • downloading docs locally for full-text search
  • tracking page additions/removals across snapshots of the docs index

What it does not do

  • it does not inject the whole docs site into context automatically
  • it does not guarantee config snippets are current unless you verify them against fetched docs
  • it does not replace local repo inspection when the answer depends on the user’s actual workspace state

Workflow

  1. Start with the live docs index.
  2. Search by keyword to find the most likely page.
  3. Fetch the raw markdown page.
  4. Quote or summarize the relevant section.
  5. Link the exact docs URL in the answer.
  6. For broad questions, build a local docs cache and run a full-text search.

Commands

Run scripts with bash.

Index and cache

bash ./scripts/cache.sh status
bash ./scripts/cache.sh refresh

Search and discovery

bash ./scripts/search.sh telegram
bash ./scripts/search.sh "group.*policy"
bash ./scripts/sitemap.sh
bash ./scripts/fetch-doc.sh gateway/configuration
bash ./scripts/fetch-doc.sh https://docs.openclaw.ai/channels/telegram

Local full-text cache

bash ./scripts/build-index.sh fetch
bash ./scripts/build-index.sh build
bash ./scripts/build-index.sh search "requireMention"
# optional smoke-test limit:
OPENCLAW_DOCS_FETCH_LIMIT=25 bash ./scripts/build-index.sh fetch

Change tracking

bash ./scripts/track-changes.sh snapshot
bash ./scripts/track-changes.sh list
bash ./scripts/track-changes.sh since 2026-05-01
bash ./scripts/recent.sh 7

Heuristics

  • setup or install: check start/, install/, channels/, gateway/
  • config fields or JSON5 shape: check gateway/configuration, gateway/configuration-reference, gateway/configuration-examples
  • CLI questions: check cli/
  • channel behavior: check channels/ and channels/troubleshooting
  • architecture or concepts: check concepts/
  • automation: check automation/
  • control UI, dashboard, web surfaces: check web/
  • node/device questions: check nodes/

Good defaults

  • Prefer fetched raw markdown over guessing from memory.
  • Prefer the smallest relevant page instead of dumping a broad overview page.
  • If a snippet matters operationally, verify it against the fetched page before giving it to the user.
  • For ambiguous terms, search first, then fetch.

Verified snippet notes

See ./snippets/common-configs.md for a few small, verified patterns copied from current docs pages. Treat them as helpers, not as a schema reference.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 248 📥 109,580
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 109 📥 173,730
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 974 📥 525,076