Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Installation
$npx agent-skills-cli install @clawdbot/qmd
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: qmd description: Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode. homepage: https://tobi.lutke.com metadata: {"clawdbot":{"emoji":"📝","requires":{"bins":["qmd"]},"install":[{"id":"node","kind":"node","package":"https://github.com/tobi/qmd","bins":["qmd"],"label":"Install qmd (node)"}]}}
qmd
Use qmd to index local files and search them.
Indexing
- Add collection:
qmd collection add /path --name docs --mask "**/*.md" - Update index:
qmd update - Status:
qmd status
Search
- BM25:
qmd search "query" - Vector:
qmd vsearch "query" - Hybrid:
qmd query "query" - Get doc:
qmd get docs/path.md:10 -l 40
Notes
- Embeddings/rerank use Ollama at
OLLAMA_URL(defaulthttp://localhost:11434). - Index lives under
~/.cache/qmdby default. - MCP mode:
qmd mcp.
More by clawdbot
View allcanvas
342,888Canvas Skill: Display HTML content on connected OpenClaw nodes (Mac app, iOS, Android).
camsnap
342,888Capture frames or clips from RTSP/ONVIF cameras.
things-mac
342,888Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
bird
342,888X/Twitter CLI for reading, searching, posting, and engagement via cookies.
