qmd

Search local Markdown notes with BM25, vector, and hybrid modes.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill qmd-alsk1992
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/qmd
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill qmd-alsk1992

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a fast and efficient way to search through your local Markdown notes and documents, helping you quickly find information without relying on cloud-based solutions.

Core Features & Use Cases

  • Local Search: Indexes and searches your Markdown files directly on your machine.
  • Multiple Search Modes: Offers fast keyword search (BM25), semantic vector search, and hybrid search for different needs.
  • Use Case: Quickly find a specific note about a project by typing a few keywords, or locate related notes on a topic using semantic search.

Quick Start

Search your local markdown notes for the term "project planning".

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search local markdown notes instantly without a cloud service?

You can search local markdown notes instantly by indexing them on your machine using a local hybrid search tool, which avoids cloud dependency and keeps data private.

How does hybrid search work for finding related markdown documents?

Hybrid search for markdown documents works by combining BM25 keyword search for exact term matching with vector semantic search to retrieve conceptually related content.

Do I need Bun and SQLite to run a local markdown knowledge base search?

Yes, you need Bun and SQLite installed to operate this local markdown knowledge base search, as the tool requires them for installation and underlying data management.

What is the best way to find specific notes in a large local markdown collection?

The best way to find specific notes in a large local markdown collection is using BM25 keyword search to quickly match exact words typed from your query.

Can I use vector semantic search to locate related notes on a specific topic?

Yes, you can use vector semantic search to locate related notes on a topic, retrieving documents based on conceptual meaning rather than just exact keyword matches.

What are the limitations of using local search for markdown notes?

Limitations of local markdown search include requiring local installation of Bun and SQLite, and being restricted to searching only the markdown files indexed on your local machine.