qmd

Index local documents for private keyword, semantic, and hybrid searches.

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill qmd-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/optional-skills/research/qmd
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill qmd-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local on-device search across personal knowledge bases to quickly locate notes, transcripts, and documentation while preserving privacy.

Core Features & Use Cases

  • Local indexing of Markdown notes, transcripts, and docs for fast retrieval.
  • Hybrid search combining keyword matching, semantic understanding, and LLM-powered reranking, all offline.
  • MCP integration enables Hermes Agent to access qmd tools without requiring cloud services.

Quick Start

Install qmd, add your collections, and run a search 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 personal notes and transcripts locally without cloud services?

You can search personal notes and transcripts locally by indexing documents on your device. This enables fast, private knowledge retrieval using keyword, semantic, and hybrid searches without requiring cloud services.

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

Hybrid search for local knowledge bases combines keyword matching with semantic understanding and LLM-powered reranking. This mechanism operates entirely offline to locate relevant text files quickly while preserving privacy.

Does MCP integration support accessing local document search tools offline?

Yes, MCP integration supports accessing local document search tools offline. It enables agents like Hermes to retrieve indexed notes and transcripts directly without requiring cloud services.

Can I use on-device vector search for private Markdown documentation?

You can use on-device vector search for private Markdown documentation by applying local embeddings management. This satisfies offline indexing requirements for fast and private knowledge retrieval.

What are the limitations of offline semantic search for personal files?

Offline semantic search for personal files operates entirely on-device, meaning indexing and embeddings management rely strictly on local hardware. It does not require cloud services but depends on local resources.