QMD Plus enhances local markdown search by using LLMs to expand simple queries into sophisticated lexical and semantic search variations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qmd-plus
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-plus using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
QMD Plus is a powerful enhancement for the qmd search engine, specifically designed to bridge the gap between simple keyword lookups and intelligent information retrieval. By integrating LLM-powered query expansion, this skill transforms a single user prompt into multiple search strategies, including BM25 lexical matching, vector-based semantic search, and Hypothetical Document Embeddings (HyDE).
As a specialized tool within the Openclaw Skills ecosystem, it addresses the challenges of searching large, multilingual markdown knowledge bases. It allows users to find information based on intent and concepts rather than just exact string matches, significantly improving recall and precision for developers and researchers managing extensive personal or technical documentation.
To use this skill, you must have the qmd engine installed and your notes indexed.
# Install the core qmd engine
npm install -g @tobilu/qmd
# Install the qmd-plus skill via ClawHub
clawhub install qmd-plus
# Add your notes to a collection and generate embeddings
qmd collection add ~/my-notes --name notes
qmd embed
The skill interacts with the qmd engine using a structured query schema to ensure high-fidelity results:
| Component | Type | Description |
|---|---|---|
| lex | Lexical | BM25 keyword matching for exact terms and code identifiers. |
| vec | Vector | Semantic similarity for natural language questions. |
| hyde | Vector | Hypothetical Document Embeddings for finding answers based on expected content. |
| intent | Signal | Contextual steering to disambiguate similar terms. |
| collections | Filter | Optional array to restrict search to specific folders or tags. |
Loading
A self-evolution engine that consumes research logs and performs system self-checks to optimize AI agent architectures automatically.

Harness Research is an automated intelligence engine that tracks, analyzes, and maps the latest AI agent research papers directly to your system's improvement goals.

An autonomous store operations manager that monitors SaaS health, manages failed payments, and handles churn winbacks for Creem.io merchants.

A specialized security diagnostic tool to identify and mitigate the 2026 axios supply-chain attack on local development environments.

An automated solution for scraping XiaoHongShu notes and cross-posting them to Facebook Meta Business Suite and WordPress via REST API.

A robust state-machine framework that converts conversational promises into persistent, trackable, and auto-executing files.








































