qmd

Enable local hybrid search across notes, docs, and transcripts with BM25, vector search, and LLM reranking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People struggle to quickly locate information across scattered notes, docs, and transcripts. qmd provides fast, on-device retrieval by combining BM25 keyword search, vector search, and LLM reranking with no cloud dependencies.

Core Features & Use Cases

  • Local, on-device search across markdown notes, documents, and meeting transcripts.
  • Hybrid retrieval pipeline: BM25 + vector search + LLM reranking for high-quality results.
  • CLI and MCP integration to expose search capabilities within Hermes Agent workflows.

Quick Start

Install qmd and index your first collection to begin searching your local data.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I run local hybrid search across markdown notes and meeting transcripts?

You can run local hybrid search across markdown notes and meeting transcripts by indexing your files on macOS or Linux, combining BM25 keyword search, vector search, and LLM reranking for fast on-device retrieval.

Can I search personal knowledge bases without cloud dependencies?

Yes, you can search personal knowledge bases entirely offline without cloud dependencies. The on-device indexing pipeline processes notes and docs locally, ensuring data privacy and fast retrieval.

What is the best way to combine keyword search and semantic search locally?

The best way to combine keyword and semantic search locally is using a hybrid retrieval pipeline that applies BM25 for keyword matching, vector search for semantic similarity, and LLM reranking for high-quality results.

Does local vector search work with Hermes Agent workflows?

Yes, local vector search works with Hermes Agent workflows through MCP integration. You can expose search capabilities directly within your agent pipelines using the provided CLI and MCP interfaces.

How do I index my documentation for on-device retrieval?

You index documentation for on-device retrieval by installing the tool and pointing it at your collection of notes and docs. It builds a local index using BM25 and vector embeddings to enable fast searching.

What platforms support offline knowledge base search with LLM reranking?

macOS and Linux support offline knowledge base search with LLM reranking. These platforms can run the on-device indexing and hybrid retrieval pipeline to locate information across local documents.