qmd

Search local Markdown collections with hybrid keyword and vector retrieval.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/overviewlabs/WHOX --skill qmd-overviewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/overviewlabs/WHOX/tree/main/optional-skills/research/qmd
Command: npx skills add https://github.com/overviewlabs/WHOX --skill qmd-overviewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local, on-device search across personal knowledge bases, notes, docs, and meeting transcripts to avoid cloud dependencies and speed retrieval.

Core Features & Use Cases

  • Local on-device search for Markdown notes, docs, and transcripts
  • Hybrid search: BM25 keyword + vector search with LLM reranking
  • MCP integration for native tool access (stdio or HTTP daemon)
  • Collections management and contextual metadata to improve results
  • No cloud dependencies; suitable for offline or privacy-conscious workflows

Quick Start

Install qmd globally, add your document collections with qmd collection add, and start searching with qmd search or qmd query.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search local Markdown notes and docs without cloud dependencies?

Local search of Markdown notes and docs is achieved through on-device indexing and retrieval, enabling fast keyword search without relying on cloud services. It supports personal knowledge bases and documentation workflows privately.

What is hybrid search and how does it retrieve information from local knowledge bases?

Hybrid search combines BM25 keyword matching with vector search to retrieve information from local knowledge bases. It then applies LLM reranking to the results to provide semantically accurate and contextually relevant outputs.

Can I use MCP integration to expose local search tools to my agent?

Yes, MCP integration exposes local search tools to your agent via stdio or an HTTP daemon. This setup allows native tool access for retrieving meeting transcripts and notes directly within your agent workflows.

Does local vector search work for offline meeting transcripts and documentation?

Local vector search works offline for meeting transcripts and documentation by managing on-device embeddings. This approach ensures privacy and allows fast retrieval of contextual metadata without requiring an internet connection.

What's the best way to manage document collections for on-device search?

The best way to manage document collections for on-device search is by grouping Markdown files and adding them via collection commands. This contextual metadata organization directly improves the accuracy of hybrid search reranking.