qmd

Search local Markdown notes and transcripts with hybrid BM25, vector, and LLM reranking.

6|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/GregsGreyCode/Logos --skill qmd-gregsgreycode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/GregsGreyCode/Logos/tree/main/optional-skills/research/qmd
Command: npx skills add https://github.com/GregsGreyCode/Logos --skill qmd-gregsgreycode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and retrieve information across personal knowledge bases stored locally, including notes, docs, and meeting transcripts, using a fast, hybrid search engine.

Core Features & Use Cases

  • Hybrid retrieval combines BM25 keyword search, vector-based semantic search, and LLM reranking for accurate results on local collections.
  • On-device indexing and searching enable offline workflows without cloud dependencies.
  • MCP integration allows Hermes Agent tooling to access search capabilities seamlessly.

Quick Start

Run a local search by querying your notes and documents with qmd to retrieve relevant results.

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 docs locally without cloud dependencies?

You can search personal notes and docs locally by using on-device indexing and hybrid retrieval across Markdown files and transcripts, enabling offline workflows without cloud dependencies.

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

Hybrid retrieval for local knowledge bases combines BM25 keyword search, vector-based semantic search, and LLM reranking to accurately locate and retrieve information across personal notes and transcripts.

Does local knowledge base search require Node.js and SQLite to run?

Yes, local knowledge base search requires Node.js 22+ and SQLite with extensions to enable on-device indexing and the hybrid search workflow for your Markdown files.

Can I search meeting transcripts and Markdown files offline using MCP integration?

Yes, you can search meeting transcripts and Markdown files offline using MCP integration, which allows Hermes Agent tooling to access local hybrid search capabilities seamlessly.

What is the best way to retrieve information from personal knowledge bases stored locally?

The best way to retrieve information from personal knowledge bases stored locally is using a hybrid search engine that combines BM25, vector search, and LLM reranking for accurate results.

Are there limitations when using on-device indexing for local document search?

On-device indexing for local document search is limited to Markdown files and transcripts, requiring Node.js 22+, SQLite with extensions, and MCP integration to function properly.