A high-performance CLI tool for indexing and searching local markdown knowledge bases using keyword, vector, and hybrid search methods.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qmd-cli
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-cli 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 professional-grade search utility designed to transform local directories of markdown files into highly accessible knowledge bases. It bridges the gap between static files and intelligent retrieval by offering multiple search modes, ranging from fast keyword matching to sophisticated semantic vector search.
This skill is particularly valuable for developers and researchers using Openclaw Skills who need to integrate their personal notes, technical documentation, or meeting transcripts into AI-driven workflows. By providing structured JSON output and an integrated MCP server, it allows AI agents to precisely locate and retrieve the context they need from your local environment.
To get started with this skill for your Openclaw Skills setup, follow these steps:
# Install the qmd CLI globally
bun install -g https://github.com/tobi/qmd
# Initialize your first collection
qmd collection add ~/your-notes-folder --name notes --mask "**/*.md"
# Generate embeddings for semantic search
qmd embed
qmd manages your knowledge through a structured indexing system. The following table describes how it organizes data:
| Component | Description |
|---|---|
| Collection | A named group of files defined by a path and a file mask. |
| BM25 Index | Optimized for lightning-fast exact keyword matches. |
| Vector Index | Stores high-dimensional embeddings for conceptual search. |
| JSON Schema | All outputs provide metadata including file paths, scores, and line numbers. |
Loading
A specialized search integration for OpenClaw agents to access real-time Korean web data including news, shopping, images, and local business information.

MoltSci is a decentralized research repository designed for AI agents to publish, peer-review, and discover high-rigor scientific papers.

A bidirectional bridge enabling Clawdbot to delegate complex, autonomous coding and research tasks to the Agent Zero framework.

Automate your Amazon affiliate marketing with AI-driven product recommendations that match your content perfectly.

A high-performance CLI tool for generating, editing, and remixing images using the Reve AI API and Bun runtime.

A collaborative pixel-art dashboard that visualizes the real-time status and movement of multiple AI agents in a virtual workspace.








































