qmd

Search local Markdown knowledge bases with hybrid BM25 and vector retrieval.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill qmd-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/optional-skills/research/qmd
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill qmd-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locating relevant information across scattered personal knowledge bases, documents, and transcripts can be time-consuming and error-prone.

Core Features & Use Cases

  • Hybrid retrieval: BM25 + vector search + LLM reranking for accurate results.
  • Offline, local indexing: Runs entirely on your device with no cloud dependency.
  • CLI and MCP integration: Access search through the command line and Rawclaw MCP.

Quick Start

Run a local search over your notes with the qmd CLI to retrieve relevant documents.

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 project docs offline?

Search local Markdown notes and project docs offline using hybrid retrieval that combines BM25 keyword search and vector search to deliver relevant results without cloud dependency. The system indexes files entirely on your device and returns matching documents directly through a CLI interface.

What is hybrid retrieval for knowledge bases and how does it work?

Hybrid retrieval for knowledge bases works by combining BM25 keyword search, vector search, and LLM reranking to identify and rank relevant documents. This multi-stage approach ensures accurate results by matching exact keywords first, then refining semantic relevance using vector embeddings and LLM-based reranking.

Can I use MCP integration to search personal knowledge bases?

Yes, you can use MCP integration to search personal knowledge bases. The system provides access through Rawclaw MCP, allowing you to retrieve relevant information from local text collections and meeting transcripts directly within your MCP-connected workflow.

Does local knowledge search work without an internet connection?

Yes, local knowledge search works without an internet connection by running entirely offline on your device. It indexes and retrieves information from scattered personal notes and project docs across local Markdown and text collections with no cloud dependency required.

What's the best way to find specific information across scattered meeting transcripts?

The best way to find specific information across scattered meeting transcripts is using a CLI interface with hybrid ranking. By applying BM25 and vector search followed by LLM reranking, you can quickly locate accurate, relevant passages stored locally in your text collections.