openclaw-docs-sync

仓库创建 2026年2月4日最近提交 5 个月前SkillHot 收录 21 天前
▸ 精选理由

便于代理获取最新精确文档与本地语义检索。

▸ 风险提示

会从外部仓库拉取文档并进行网络访问

这个 Skill 做什么

将 OpenClaw、ClawHub 与 Skills 文档镜像到本地供 QMD 索引。

把 OpenClaw、ClawHub 和 Skills 的文档镜像到本地,供 QMD 类型的本地记忆后端做索引和语义检索。适合在需要最新文档、精确引用或离线查资料的时候使用。特点是保留原始仓库内容与目录结构,方便做混合语义搜索和快速定位具体函数或命令。

▸ 展开 SKILL.md 英文原文

Sync OpenClaw + ClawHub + Skills docs into a local mirror for the QMD memory backend.

Skill 开发管理文档镜像同步QMD索引通用
44
Stars
3
Forks
1
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/TheSethRose/OpenClaw-Docs-Sync/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/TheSethRose/OpenClaw-Docs-Sync/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# OpenClaw Docs Sync

## Purpose
Keep a local mirror of the OpenClaw framework docs, ClawHub CLI/docs, and the Skills repository. OpenClaw's built-in QMD memory backend indexes these docs for hybrid semantic search.

## When to use
Use this skill when the agent needs **fresh documentation** or **precise references** from:
- OpenClaw framework docs
- ClawHub CLI/docs  
- Skills repo (all `SKILL.md` files)

## Setup

### Step 1: Run the sync script
Run the script whenever you need a fresh mirror:

```bash
# Recommended (portable)
npx tsx scripts/sync-docs.ts

# Or with Bun (fastest)
bun run scripts/sync-docs.ts
```

What it does:
- Mirrors OpenClaw `docs/` into `~/.openclaw/docs/openclaw-docs/
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有