openclaw-docs-sync

Sync OpenClaw and ClawHub docs into a local mirror for QMD indexing.

44|3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/TheSethRose/OpenClaw-Docs-Sync --skill openclaw-docs-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-docs-sync
Source: https://github.com/TheSethRose/OpenClaw-Docs-Sync/tree/main
Command: npx skills add https://github.com/TheSethRose/OpenClaw-Docs-Sync --skill openclaw-docs-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Syncs OpenClaw docs, ClawHub docs, and Skills repository into a local, query-ready mirror to support fast, context-rich search via QMD memory.

Core Features & Use Cases

  • Local mirror of documentation sources (OpenClaw, ClawHub, and Skills) for offline access and rapid search.
  • QMD memory indexing with embeddings to enable hybrid semantic search and traditional BM25 ranking.
  • Security-first syncing that runs threat scanning on downloaded content, logging any detected issues while preserving original files.
  • Flexible workflow options for running the sync script (portable npm run, Bun, or Bun+TSX) to fit developer preferences.

Quick Start

Run the sync script to create or refresh the local OpenClaw docs mirror for QMD-based search.

Frequently Asked Questions about openclaw-docs-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync OpenClaw documentation locally for offline search?

To sync OpenClaw docs locally, run the provided sync script to download repository content and store it under the ~/.openclaw/docs directory, creating a query-ready local mirror for offline access and rapid search.

How does QMD memory indexing work with synced documentation?

QMD memory indexing uses embeddings to enable hybrid semantic search and traditional BM25 ranking, allowing you to perform context-rich queries against the locally mirrored OpenClaw, ClawHub, and Skills documentation.

Can I run the docs sync script using Bun or npm?

Yes, you can execute the sync script using portable npm run, Bun, or Bun+TSX, providing flexible workflow options to fit different developer preferences and local environment setups.

Does the documentation sync process include any security scanning?

Yes, the sync process is security-first, running a threat scan on downloaded content and logging any detected issues while preserving the original files for safe developer onboarding and reference work.

What documentation sources are supported by the local mirror sync?

The local mirror supports syncing OpenClaw framework docs, ClawHub CLI and documentation, and the Skills repository to cover scenarios like developer onboarding and reference work.