wiki-query

Retrieve and synthesize answers from a Markdown personal knowledge base.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables you to easily retrieve and synthesize knowledge stored in your personal wiki, facilitating efficient information access and decision-making.

Core Features & Use Cases

  • Wiki Query: Answer questions using the compiled knowledge base with citations.
  • Personal Knowledge Retrieval: Extract information based on personal notes and research.
  • Answer Filing: Optionally file valuable answers as new wiki pages.
  • Use Case: If you're working on a project and need information from your notes, simply run the 'wiki-query' command and get an answer with sources.

Quick Start

Use the 'wiki-query' command followed by your question, e.g., 'What is the current state of my research project?'.

Frequently Asked Questions about wiki-query

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

FAQPage Schema
How do I retrieve information from a personal knowledge base structured in Markdown?

To retrieve information from a Markdown personal knowledge base, use the wiki-query command followed by your question to synthesize answers with citations from your notes.

Can I save answers back to my personal wiki as new pages?

Yes, you can file valuable answers as new wiki pages, allowing you to automatically append synthesized information directly back into your personal knowledge base.

What do I need to set up before querying my Markdown notes?

Querying your Markdown notes requires filesystem read access and a defined wiki directory with a specific schema to operate within its confines for accurate knowledge retrieval.

How does question answering work with a personal wiki?

Question answering with a personal wiki works by compiling your Markdown notes into a knowledge base, then retrieving and synthesizing relevant information to answer your specific queries.

Are there limitations when retrieving knowledge from a local Markdown wiki?

Knowledge retrieval is limited to operating within the confines of your defined wiki directory and schema, relying strictly on filesystem read access without external database integrations.