openclaw wiki
Inspect and maintain the memory-wiki vault.
Provided by the bundled memory-wiki plugin.
Related:
What it is for
Useopenclaw wiki when you want a compiled knowledge vault with:
- wiki-native search and page reads
- provenance-rich syntheses
- contradiction and freshness reports
- bridge imports from the active memory plugin
- optional Obsidian CLI helpers
Common commands
Commands
wiki status
Inspect current vault mode, health, and Obsidian CLI availability.
Use this first when you are unsure whether the vault is initialized, bridge mode
is healthy, or Obsidian integration is available.
wiki doctor
Run wiki health checks and surface configuration or vault problems.
Typical issues include:
- bridge mode enabled without public memory artifacts
- invalid or missing vault layout
- missing external Obsidian CLI when Obsidian mode is expected
wiki init
Create the wiki vault layout and starter pages.
This initializes the root structure, including top-level indexes and cache
directories.
wiki ingest <path-or-url>
Import content into the wiki source layer.
Notes:
- URL ingest is controlled by
ingest.allowUrlIngest - imported source pages keep provenance in frontmatter
- auto-compile can run after ingest when enabled
wiki compile
Rebuild indexes, related blocks, dashboards, and compiled digests.
This writes stable machine-facing artifacts under:
.openclaw-wiki/cache/agent-digest.json.openclaw-wiki/cache/claims.jsonl
render.createDashboards is enabled, compile also refreshes report pages.
wiki lint
Lint the vault and report:
- structural issues
- provenance gaps
- contradictions
- open questions
- low-confidence pages/claims
- stale pages/claims
wiki search <query>
Search wiki content.
Behavior depends on config:
search.backend:sharedorlocalsearch.corpus:wiki,memory, orall
wiki search when you want wiki-specific ranking or provenance details.
For one broad shared recall pass, prefer openclaw memory search when the
active memory plugin exposes shared search.
wiki get <lookup>
Read a wiki page by id or relative path.
Examples:
wiki apply
Apply narrow mutations without freeform page surgery.
Supported flows include:
- create/update a synthesis page
- update page metadata
- attach source ids
- add questions
- add contradictions
- update confidence/status
- write structured claims
wiki bridge import
Import public memory artifacts from the active memory plugin into bridge-backed
source pages.
Use this in bridge mode when you want the latest exported memory artifacts
pulled into the wiki vault.
wiki unsafe-local import
Import from explicitly configured local paths in unsafe-local mode.
This is intentionally experimental and same-machine only.
wiki obsidian ...
Obsidian helper commands for vaults running in Obsidian-friendly mode.
Subcommands:
statussearchopencommanddaily
obsidian CLI on PATH when
obsidian.useOfficialCli is enabled.
Practical usage guidance
- Use
wiki search+wiki getwhen provenance and page identity matter. - Use
wiki applyinstead of hand-editing managed generated sections. - Use
wiki lintbefore trusting contradictory or low-confidence content. - Use
wiki compileafter bulk imports or source changes when you want fresh dashboards and compiled digests immediately. - Use
wiki bridge importwhen bridge mode depends on newly exported memory artifacts.
Configuration tie-ins
openclaw wiki behavior is shaped by:
plugins.entries.memory-wiki.config.vaultModeplugins.entries.memory-wiki.config.search.backendplugins.entries.memory-wiki.config.search.corpusplugins.entries.memory-wiki.config.bridge.*plugins.entries.memory-wiki.config.obsidian.*plugins.entries.memory-wiki.config.render.*plugins.entries.memory-wiki.config.context.includeCompiledDigestPrompt