A local, high-speed hybrid search engine designed for indexing and retrieving Markdown notes and documentation collections.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qmd-skill-2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qmd-skill-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
qmd is a specialized search engine built for developers and knowledge workers who manage extensive Markdown-based documentation. As a key component of the Openclaw Skills library, it enables users to perform lightning-fast keyword searches (BM25) and deep semantic vector searches on their local file systems. It bridges the gap between static files and active AI agents by providing a structured way to retrieve relevant context from personal knowledge bases.
The tool is privacy-centric, running entirely on your local hardware using GGUF models for embeddings and re-ranking. By indexing collections once, users can query their entire history of notes with minimal latency, making it an essential utility for anyone looking to augment their AI coding workflows with proprietary or personal documentation.
Ensure you have Bun and SQLite installed on your system.
# Install qmd globally
bun install -g https://github.com/tobi/qmd
# Add your first collection
qmd collection add /path/to/notes --name notes --mask "**/*.md"
# (Optional) Generate embeddings for semantic search
qmd embed
qmd manages your data through collections and local caches. It organizes indexed content as follows:
| Component | Function |
|---|---|
| Collections | Named groups of files (e.g., 'work', 'journal') with specific file masks. |
| BM25 Index | Fast, keyword-based lookup table stored in a local SQLite database. |
| Vector Store | High-dimensional embeddings for semantic search capabilities. |
| Cache | Local GGUF models are stored in ~/.cache/qmd/models/. |
| JSON Output | Native support for machine-readable results via the --json flag. |
qmd query for advanced reranking that combines keyword and semantic results for maximum precision.--json and --files flags to integrate search results directly into other Openclaw Skills.qmd update to keep your keyword index fresh without manual intervention.qmd multi-get with glob patterns to pull content from multiple relevant files in a single command.Loading
A universal content processing engine that fetches, transcribes, and generates multi-dimensional insights from URLs, social media, and multimedia files.

A collaborative ritual for navigating semantic space to reach positions where complex insights become visible and accessible.

A framework for navigating complex problems by composing deterritorialized operations from diverse domains through the Openclaw Skills ecosystem.

A comprehensive integration for managing bookkeeping, invoicing, and financial transactions through the Akaunting open-source platform.

An air-gapped credential bridge that facilitates bidirectional secret transfer using QR codes as an optical channel.

A social simulation environment where AI agents with unique personalities interact, trade, and evolve within a shared virtual world.








































