qmd

Search local knowledge bases with hybrid keyword and semantic retrieval.

3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill qmd-twjarviszyra-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/twjarviszyra-web/hermes-unbound/tree/main/optional-skills/research/qmd
Command: npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill qmd-twjarviszyra-web

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you search personal notes, documents, and meeting transcripts locally without relying on cloud services or manual file hunting.

Core Features & Use Cases

  • Hybrid retrieval combines keyword search, semantic search, and reranking for both exact matches and concept-level questions.
  • It supports local knowledge bases, project documentation, and transcript archives, making it useful for research, recall, and document lookup.
  • It can connect through MCP or run directly from the terminal for flexible integration into an AI workflow.

Quick Start

Ask the assistant to search your local notes for the topic you want and return the most relevant passages.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search local notes and documents offline without cloud services?

Local semantic retrieval uses embeddings to find conceptually relevant passages in your knowledge base. It combines keyword lookup with semantic search and reranking, allowing you to find information even without exact keyword matches in your notes.

Can I search meeting transcripts and project documentation locally?

Yes, you can search meeting transcripts and project documentation locally. The Skill queries local qmd collections containing your transcripts and docs, applying hybrid reranking to retrieve the most relevant passages for your research.

How does hybrid reranking work for local knowledge base search?

Hybrid reranking combines exact keyword lookup with semantic retrieval to rank search results. This mechanism ensures both precise matches and concept-level queries yield highly relevant passages from your local knowledge base.

Do I need a daemon or stdio server to run local knowledge base search?

You need local qmd collections and embeddings to run local knowledge base search. An optional daemon or stdio server setup can be configured to deliver fast offline search results and enable flexible MCP-connected workflows.

Does MCP support searching personal notes and transcript archives?

MCP supports searching personal notes and transcript archives through connected workflows. It enables the assistant to interface with local qmd collections, retrieving relevant information directly from your terminal or AI workflow.

What's the best way to find exact matches and concept-level answers in local documents?

The best way to find exact matches and concept-level answers is using a hybrid retrieval system. By indexing local documents with embeddings, the search combines keyword precision with semantic understanding for comprehensive recall.