Install
openclaw skills install llm-wiki-skillsLLM-powered personal wiki knowledge base system. Use this when user wants to build and maintain a persistent wiki using LLMs following the LLM Wiki pattern (karpathy/442a6bf555914893e9891c11519de94f). This system implements: wiki initialization (two-layer architecture - wiki content and schema), source ingestion with cross-reference maintenance, querying with synthesis and citations, health checking (lint), and schema management. Source files are stored externally (e.g., in project's raw/ folder), not copied into the wiki. Perfect for: personal knowledge management, research wikis, reading companions, team knowledge bases. Triggers on: wiki knowledge base, LLM wiki, personal wiki, build wiki, knowledge management, or any mention of organizing accumulated knowledge with an LLM.
openclaw skills install llm-wiki-skillsThis is a comprehensive system for building and maintaining a personal wiki knowledge base using LLMs.
The LLM Wiki pattern differs from traditional RAG:
This system provides 5 skills for wiki management:
Initialize a new wiki with:
Note: Source files should be stored externally (e.g., in project's raw/ folder) - the wiki stores summaries and analysis, not copies of source documents.
Trigger: User wants to set up a new wiki
Process new sources:
Trigger: User adds a new source or wants to process a document
Answer questions against the wiki:
Trigger: User asks questions about wiki content
Health check the wiki:
Trigger: User wants to maintain or clean up the wiki
Manage wiki schema:
Trigger: User wants to update wiki rules or structure
Select the appropriate sub-skill based on the operation:
When initialized, the wiki follows this structure:
wiki/
├── entities/ # Entity pages
├── concepts/ # Concept pages
├── sources/ # Source summaries
├── syntheses/ # Cross-source syntheses
├── comparisons/ # Comparison analyses
├── overviews/ # Overview pages
├── schema/CLAUDE.md # Wiki conventions
├── index.md # Content catalog
└── log.md # Operation log
# Source files should be stored in the project root's raw/ folder (or similar external location)
## [YYYY-MM-DD] operation | Title