AI Agent Hub
Back to skills
LLM Wiki Personal Knowledge Base icon

LLM Wiki Personal Knowledge Base

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_f2c57d7a/llm-wiki-pro.

About this skill

Problem

Personal notes and source material often sit as scattered files. RAG re-searches raw documents for every question, producing answers assembled on the fly with little durable structure. Manually maintaining a wiki is burdensome because cross-links, conflict notes, and summaries need constant updating. llm-wiki shifts that maintenance work to the LLM, creating a persistent, accumulating Markdown knowledge base between raw files and user queries.

How it works

The core idea is incremental curation rather than plain indexing. It focuses on three operations:
- Ingest: stores raw files under raw/, reads index.md, extracts entities and concepts, creates or updates pages in wiki/, maintains [[page]] links, preserves source citations, and annotates conflicts.
- Query: locates relevant pages through index.md, synthesizes answers with citations, and saves valuable answers as new wiki pages when useful.
- Lint: detects contradictions, stale claims, orphan pages, missing concepts, and missing cross-references, then produces reports under health/.

Boundaries and notes

It fits personal knowledge, research notes, and project documentation that need ongoing synthesis. It is not a replacement for precise databases or real-time business search. Page conventions include the wiki/ directory, the #openclaw tag, source citations, and at least two related page links. Humans should curate sources, ask meaningful questions, and judge significance, while the LLM handles summarization, archiving, referencing, and consistency maintenance.

Use Cases

  • Ingest research notes, extract key concepts, and cross-link them into existing wiki pages
  • Consolidate scattered meeting notes into a unified knowledge base and annotate contradictions
  • Run periodic lint to surface orphan pages, stale claims, and missing cross-references
  • Answer technical questions from wiki pages and save valuable conclusions as new pages

Best For

  • Researchers who consolidate multi-paper notes into a unified knowledge base weekly
  • Engineers who turn scattered project docs and meeting notes into a queryable wiki
  • Independent developers who want the LLM to handle cross-linking and conflict annotation
  • Team knowledge managers who need periodic lint to surface orphan pages and stale claims