wiki-serve

Launch a local wiki server with FastAPI, SQLite research queue, and Claude CLI.

51|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Oshayr/LLM-Wiki --skill wiki-serve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-serve
Source: https://github.com/Oshayr/LLM-Wiki/tree/main/skills/serve
Command: npx skills add https://github.com/Oshayr/LLM-Wiki --skill wiki-serve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fastapi, uvicorn[standard], markdown-it-py, mdit-py-plugins, jinja2, watchdog, aiosqlite, websockets, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Launch a local, AI-enabled wiki server that automates research capture, page generation, and browsing, so you can build a dynamic knowledge base without manual setup.

Core Features & Use Cases

  • Automatic background research to fill missing pages when redlinks are encountered.
  • Web UI with search, graph, editor, chat, and multi-theme support for immersive knowledge work.
  • Seamless integration with the existing wiki workflow (indexing, .wiki storage, and /wiki-write-like updates) for consistent content.

Quick Start

Start the wiki server using the /wiki-serve skill; the system will install dependencies if needed, launch the local UI at the default port, and open your browser.

Frequently Asked Questions about wiki-serve

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

FAQPage Schema
How do I set up a local wiki server with automatic background research?

Using FastAPI and WebSockets, the wiki server sends real-time status updates via Server-Sent Events and WebSockets to the UI, ensuring live insights and immediate feedback during background research and page generation.

Can I use markdown and FastAPI to build a self-updating knowledge base?

Missing pages are automatically generated when redlinks are encountered; the system queues background research tasks to fill the gaps, interlinking new pages to grow the knowledge base over time.

Does the local wiki server support real-time updates via WebSockets?

The wiki server applies to researchers and teams who want a self-updating knowledge base with interlinked pages. It coordinates a FastAPI web service, a SQLite-backed research queue, and Claude CLI interactions for production-grade requirements.

What happens when a redlink is encountered in the local knowledge graph?

The wiki server integrates with existing wiki workflows, including .wiki storage and /wiki-write-like updates, ensuring consistent content indexing and seamless page generation within your established knowledge base.

Do I need to manually install FastAPI and SQLite dependencies to launch the wiki?

The wiki server provides a Web UI with search, graph visualization, editor, chat, and multi-theme support, enabling immersive knowledge work and seamless AI-assisted editing for researchers.

How does AI-assisted editing work in a markdown wiki?

The wiki server provides a Web UI with search, graph visualization, editor, chat, and multi-theme support, enabling immersive knowledge work and seamless AI-assisted editing for researchers.