بنقرة واحدة
openclaw-docs-sync
Sync OpenClaw + ClawHub + Skills docs into a local mirror for the QMD memory backend.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Sync OpenClaw + ClawHub + Skills docs into a local mirror for the QMD memory backend.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | openclaw-docs-sync |
| description | Sync OpenClaw + ClawHub + Skills docs into a local mirror for the QMD memory backend. |
| metadata | {"author":"Seth Rose","version":"3.0.0","keywords":["openclaw","clawhub","skills","docs","memory","qmd","search"]} |
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.
Use this skill when the agent needs fresh documentation or precise references from:
SKILL.md files)Run the script whenever you need a fresh mirror:
# Recommended (portable)
npx tsx scripts/sync-docs.ts
# Or with Bun (fastest)
bun run scripts/sync-docs.ts
What it does:
docs/ into ~/.openclaw/docs/openclaw-docs/docs/ into ~/.openclaw/docs/clawhub-docs/skills/ into ~/.openclaw/docs/openclaw-skills/After syncing, add the path to your openclaw.json config using memory.qmd.paths:
{
"memory": {
"backend": "qmd",
"citations": "auto",
"qmd": {
"includeDefaultMemory": true,
"update": { "interval": "5m" },
"paths": [
{
"name": "openclaw-docs",
"path": "~/.openclaw/docs",
"pattern": "**/*.{md,mdx}"
}
]
}
}
}
Once configured in openclaw.json, OpenClaw's QMD memory backend automatically:
memory_search tool when you ask questionsmemory_get toolThe agent will cite sources like:
Source: qmd/openclaw-docs/concepts/memory.md#L45-L52
~/.openclaw/docs/
├── openclaw-docs/ # OpenClaw framework docs
├── clawhub-docs/ # ClawHub CLI docs
└── openclaw-skills/ # All SKILL.md files from skills repo
.md and .mdx files~/.openclaw/security-scan.log