llm-wiki

Query a local LLM Wiki HTTP API for semantic search and graph traversal.

127|17|Updated May 19, 2026
One-click install
npx skills add https://github.com/nashsu/llm_wiki_skill --skill llm-wiki-nashsu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/nashsu/llm_wiki_skill/tree/main
Command: npx skills add https://github.com/nashsu/llm_wiki_skill --skill llm-wiki-nashsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill bridges the gap between your AI agent and your private, locally-hosted LLM Wiki, allowing you to ground AI responses in your own curated knowledge base without exposing data to the cloud.

Core Features & Use Cases

  • Hybrid Search: Perform combined keyword and vector-based semantic searches across your wiki pages.
  • Graph Navigation: Explore connections between concepts, entities, and wiki pages using your knowledge graph.
  • Source Management: Trigger backend rescans of your source documents to keep your wiki index up-to-date.

Quick Start

Ask the agent to search your LLM Wiki for information regarding a specific topic like rotary position embeddings.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I query a local knowledge base using semantic search and graph traversal?▼

You can query a local knowledge base by connecting to a locally-running LLM Wiki instance via its HTTP API. This enables semantic search, graph traversal, and source re-indexing to retrieve and synthesize private knowledge.

Can I ground AI agent responses in my private wiki without exposing data to the cloud?▼

Yes, you can ground AI agent responses in your private wiki without cloud exposure. The skill queries a locally-hosted LLM Wiki via its built-in HTTP API, keeping all data and communication on your local machine.

What are the prerequisites to start querying my LLM Wiki knowledge base?▼

To start querying your LLM Wiki knowledge base, you need a running LLM Wiki desktop application on localhost port 19828. You also need an active API token configured for secure local HTTP communication.

How do I perform a hybrid search across my local wiki pages?▼

To perform a hybrid search across your local wiki pages, you ask the agent to search your LLM Wiki for a specific topic. The skill executes combined keyword and vector-based semantic searches via the local HTTP API.

How do I update my knowledge base index after adding new source documents?▼

You can update your knowledge base index by triggering backend rescans of your source documents. The skill facilitates source management by instructing the LLM Wiki application to re-index your updated files.

What is the best way to navigate connections between entities in a knowledge graph?▼

The best way to navigate connections between entities in a knowledge graph is by using graph traversal features. The skill queries your local LLM Wiki to explore relationships between concepts, entities, and wiki pages.