wiki-maintainer

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

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill wiki-maintainer-amirulandalib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-maintainer
Source: https://github.com/AmirulAndalib/Vilvona-AI/tree/main/extensions/memory-wiki/skills/wiki-maintainer
Command: npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill wiki-maintainer-amirulandalib

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 maintenance workflow for 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, wiki_get, and memory_search with corpus=all to understand vault mode and recall across durable memory plus the compiled wiki. - Deterministic Maintenance Loop: Run openclaw wiki ingest, compile, and lint as the default cycle, with bridge or unsafe-local import modes for pulling in external or private artifacts. - Safe Editing Discipline: Keep generated sections inside managed markers, preserve human note blocks, maintain stable page identity, and retain Obsidian wikilinks when the vault renders in Obsidian mode. - Use Case: After a week of new memory artifacts, run the ingest-compile-lint loop, search for candidate pages, update existing entities with wiki_apply, and lint to surface contradictions and provenance gaps before trusting the vault. ## Quick Start Ask the assistant to check the wiki vault status, ingest and compile the latest memory artifacts, then lint the vault and report any contradictions or provenance gaps.

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_status first to confirm the vault mode and path, and wiki_apply for narrow synthesis filing and metadata updates.

How do I search across memory and wiki pages together?

Use memory_search with corpus=all to run one recall pass across durable memory plus the compiled wiki. For wiki-specific ranking and provenance, use wiki_search to find candidate pages and wiki_get to inspect them before citing or editing.

Does the wiki maintainer work with Obsidian vaults?

Yes. When the vault render mode is obsidian, the skill preserves Obsidian-friendly wikilinks when creating or refreshing indexes. Use wiki_status to check whether the Obsidian CLI is available for the vault.

When should I use bridge mode versus unsafe-local mode?

Use openclaw wiki bridge import in bridge mode when you need the latest public memory artifacts pulled in before searching. Use unsafe-local import only when the user has explicitly opted into private local path access.

Why does wiki lint report contradictions or provenance gaps?

Wiki lint surfaces contradictions, provenance gaps, and open questions after updates so they can be fixed before the vault is trusted. Pages must stay backed by raw sources, memory artifacts, and daily notes rather than becoming the sole source of truth.