Openclaw wiki-maintainer
Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/openclaw
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/openclaw "$T" && mkdir -p ~/.claude/skills && cp -r "$T/extensions/memory-wiki/skills/wiki-maintainer" ~/.claude/skills/openclaw-openclaw-wiki-maintainer && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/openclaw "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/extensions/memory-wiki/skills/wiki-maintainer" ~/.openclaw/skills/openclaw-openclaw-wiki-maintainer && rm -rf "$T"
manifest:
extensions/memory-wiki/skills/wiki-maintainer/SKILL.mdsource content
Use this skill when working inside a memory-wiki vault.
- Prefer
first when you need to understand the vault mode, path, or Obsidian CLI availability.wiki_status - Prefer
withmemory_search
when the shared memory tools are available and you want one recall pass across durable memory plus the compiled wiki.corpus=all - Use
to discover candidate pages when you want wiki-specific ranking/provenance, thenwiki_search
to inspect the exact page before editing or citing it.wiki_get - Use
for narrow synthesis filing and metadata updates when a tool-level mutation is enough.wiki_apply - Run
after meaningful wiki updates so contradictions, provenance gaps, and open questions get surfaced before you trust the vault.wiki_lint - Use
,openclaw wiki ingest
, andopenclaw wiki compile
as the default maintenance loop.openclaw wiki lint - In
mode, runbridge
before relying on search results if you need the latest public memory artifacts pulled in.openclaw wiki bridge import - In
mode, useunsafe-local
only when the user explicitly opted into private local path access.openclaw wiki unsafe-local import - Keep generated sections inside managed markers. Do not overwrite human note blocks.
- Treat raw sources, memory artifacts, and daily notes as evidence. Do not let wiki pages become the only source of truth for new claims.
- Keep page identity stable. Favor updating existing entities and concepts over spawning duplicates with slightly different names.
- When creating or refreshing indexes, preserve Obsidian-friendly wikilinks if the vault render mode is
.obsidian