qmd

Index local notes, docs, and transcripts for hybrid BM25 and vector search.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Index local knowledge sources and enable fast, private search across notes, docs, and transcripts.

Core Features & Use Cases

  • Hybrid retrieval combines BM25 keyword search, vector-based semantic search, and LLM reranking to surface relevant results from markdown notes, documents, and meeting transcripts.
  • Local-first workflow supported by on-device execution and MCP integration for seamless automation without cloud dependencies.

Quick Start

Ask me to search your local notes with a simple 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 notes and transcripts offline?

Local notes and transcripts search uses on-device indexing with BM25 keyword and vector semantic retrieval to find results offline. It indexes your local files to enable fast, private search without needing cloud connectivity.

Does local knowledge-base search work with MCP integration?

Yes, local knowledge-base search supports MCP integration for seamless tooling automation. This allows you to execute on-device workflows and retrieve relevant documents from your personal knowledge base securely.

What is the best way to retrieve relevant information from markdown notes?

The best way to retrieve information from markdown notes is using hybrid retrieval. It combines BM25 keyword search, vector-based semantic search, and optional LLM reranking to surface highly relevant results from your documents.

Can I use semantic search for meeting transcripts in a secure environment?

Yes, you can use semantic search for meeting transcripts in secure environments. The local-first workflow supports on-device execution, ensuring your personal knowledge base remains private and accessible offline.

Do I need cloud dependencies to index personal documentation?

No, you do not need cloud dependencies to index personal documentation. The local-first workflow operates entirely on-device, applying BM25 and vector-based search to your files for private, offline retrieval.

Why does hybrid retrieval combine keyword and semantic search?

Hybrid retrieval combines BM25 keyword and vector semantic search to balance exact term matching with contextual meaning. Optional LLM reranking further refines these combined results to surface the most relevant information from your knowledge base.