wiki-maintainer

Maintains an OpenClaw memory wiki vault with managed blocks and source-backed updates.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill wiki-maintainer-jerome-prakash-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-maintainer
Source: https://github.com/JEROME-PRAKASH-L/openclaw/tree/main/extensions/memory-wiki/skills/wiki-maintainer
Command: npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill wiki-maintainer-jerome-prakash-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a long-lived memory wiki consistent is hard: pages drift, duplicates appear, provenance gets lost, and generated content can overwrite human notes. This Skill provides a disciplined workflow for maintaining an OpenClaw memory-wiki vault so pages stay deterministic, source-backed, and lint-clean. ## Core Features & Use Cases - Vault inspection and search: Use wiki_status, wiki_search, and wiki_get to understand vault mode, discover candidate pages, and inspect exact content before editing. - Controlled updates: Apply narrow synthesis and metadata changes with wiki_apply, keeping generated sections inside managed markers and preserving human note blocks. - Maintenance loop: Run openclaw wiki ingest, openclaw wiki compile, and openclaw wiki lint to surface contradictions, provenance gaps, and open questions. - Use Case: After a week of captured memory artifacts, run the ingest-compile-lint loop to refresh entity pages, merge duplicates, and verify every claim traces back to a raw source. ## Quick Start Ask the assistant to check the wiki vault status, search for the relevant page, apply the update, and then run the wiki lint to verify consistency.

Frequently Asked Questions about wiki-maintainer

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

FAQPage Schema
How do I maintain an OpenClaw memory wiki vault?

Run the default maintenance loop: openclaw wiki ingest, openclaw wiki compile, then openclaw wiki lint. Use wiki_search and wiki_get to inspect pages before editing, and wiki_apply for narrow updates.

How do I search wiki pages before editing them?

Use wiki_search to discover candidate pages with wiki-specific ranking and provenance, then wiki_get to inspect the exact page content. For one recall pass across durable memory and the compiled wiki, use memory_search with corpus=all.

What is the difference between bridge mode and unsafe-local mode?

Bridge mode pulls the latest public memory artifacts via openclaw wiki bridge import before searching. Unsafe-local mode accesses private local paths through openclaw wiki unsafe-local import and should only be used when the user explicitly opted in.

How do I avoid overwriting human notes in the wiki?

Keep all generated sections inside managed markers and never overwrite human note blocks. Treat raw sources, memory artifacts, and daily notes as evidence rather than letting wiki pages become the sole source of truth.

Why does wiki lint report contradictions or provenance gaps?

Wiki lint surfaces contradictions, provenance gaps, and open questions after updates. Run it after meaningful changes so issues are caught before you rely on the vault, and fix claims so each traces back to a raw source.