llm-wiki

Ingest external sources into a structured Markdown wiki with temporal metadata.

6|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Nemo4110/llm-wiki --skill llm-wiki-nemo4110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/Nemo4110/llm-wiki/tree/main
Command: npx skills add https://github.com/Nemo4110/llm-wiki --skill llm-wiki-nemo4110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

llm-wiki transforms scattered source materials into a durable, cross-referenced Markdown wiki that preserves provenance and temporal context, enabling reliable knowledge retrieval and collaboration.

Core Features & Use Cases

  • Ingests sources into wiki pages with frontmatter (created/updated, tags, and sources metadata) and links to related concepts.
  • Exposes unified operations via Agent Bridge for status, lint, link, relink, merge, index, and query, with optional embedding support.
  • Uses Zotero as a literature layer for discovery, citation keys, and provenance integration into wiki pages.
  • Generates timeline anchors to express historical progression and supports time-aware overviews.

Quick Start

Please ingest a file by saying: 请摄入 sources/your-file.pdf 到 wiki.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I convert external documents into a structured Markdown wiki?

To convert external documents into a structured Markdown wiki, ingest source files into the designated directory. The system processes them into cross-referenced pages with frontmatter, temporal metadata, and provenance links. Simply trigger the ingestion command to map your files into the wiki structure.

How does temporal metadata work in a Markdown knowledge base?

Temporal metadata in a Markdown knowledge base tracks historical progression by generating timeline anchors and recording created/updated timestamps within page frontmatter. This enables time-aware overviews and reliable tracking of how source materials evolve over time.

Can I integrate Zotero with a Markdown wiki for citation management?

Yes, you can integrate Zotero with a Markdown wiki for citation management. Zotero serves as a literature layer for discovery, citation keys, and provenance integration. It embeds citation metadata directly into wiki pages, ensuring reliable source tracking.

Do I need a Python environment to run embedding-based search on my wiki?

Yes, you need a Python environment to run embedding-based search on your wiki. The system requires Python to execute its internal scripts and support optional embedding-based search operations, enabling dynamic linking and unified query capabilities.

What is the best way to organize scattered source materials into a cross-referenced wiki?

The best way to organize scattered source materials into a cross-referenced wiki is using an ingestion pipeline that respects sources and wiki directory boundaries. It transforms files into durable pages with dynamic linking, frontmatter metadata, and provenance tracking.

How do I lint and relink Markdown wiki pages through an agent bridge?

To lint and relink Markdown wiki pages through an agent bridge, use the unified entry point to execute status, lint, link, relink, merge, index, and query operations. This validates page integrity and updates dynamic links across the wiki structure.