Install
openclaw skills install claw-wikiReference and refresh a local OpenClaw documentation snapshot for product usage, deployment, configuration, CLI commands, channels, gateway behavior, tools, troubleshooting, and docs-version verification. Use when users ask how OpenClaw works, how to configure or operate it, where a feature is documented, whether the local docs are outdated, or to update this skill's OpenClaw knowledge base from upstream docs.
openclaw skills install claw-wikiUse this skill to answer OpenClaw questions from local source docs in openclaw_docs/, not memory, and to refresh that snapshot when the user explicitly asks for an update.
This skill is a documentation lookup and maintenance skill, not a general remote execution or credential-handling tool.
Allowed behavior:
openclaw_docs/docs.json, references/, and state/Hard limits:
docs.json into this skillopenclaw_docs/, docs.json, and state/.env files, or unrelated workspace filesIf a requested action exceeds those limits, refuse it and explain the boundary.
The maintained compatibility target is the English docs snapshot. Locale-prefixed navigation entries in docs.json may exist, but validation only guarantees the English document set is usable.
./openclaw_docs/: markdown source docs./docs.json: optional metadata/navigation mapping./state/source-lock.json: current snapshot source, ref, commit, and sync metadata./state/docs-manifest.json: generated manifest of the local docs snapshot./state/topic-index.json: generated keyword-to-path topic index./state/latest-diff.md: latest update diff summary./references/routing-cheatsheet.md: intent-to-path quick router for broad questions./references/query-examples.md: ready-to-use search query patterns by user intent./references/update-workflow.md: refresh workflow for syncing and validating the local snapshot./scripts/: deterministic sync, validate, build, and diff helpersstate/source-lock.json first and use references/update-workflow.md.references/routing-cheatsheet.md first.references/query-examples.md.rg) under openclaw_docs/; avoid broad full-tree reads.state/source-lock.json and do not imply the snapshot is current unless it was just refreshed.python scripts/sync_docs.py ...python scripts/validate_docs.pypython scripts/build_knowledge.pypython scripts/diff_docs.pystate/latest-diff.md before claiming the refresh succeeded.git fetch, git clone, copying docs/ and docs.json into this skill, and rebuilding local indexes.git push, PR creation, uploading this skill folder, or sending local skill contents back to GitHub.main, tags, or commits as read-only sources, not write targets.start/, install/, platforms/concepts/, gateway/, tools/cli/providers/, channels/, plugins/, nodes/help/, diagnostics/, gateway/troubleshooting.md, channels/troubleshooting.mdsecurity/, tools/exec-approvals.md, gateway/security/experiments/ (only use when user asks for proposals/plans)state/source-lock.json.