Agent skill
qmd
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/qmd
Metadata
Additional technical details for this skill
- clawdbot
-
{ "emoji": "\ud83d\udcdd", "install": [ { "id": "node", "bins": [ "qmd" ], "kind": "node", "label": "Install qmd (node)", "package": "https://github.com/tobi/qmd" } ], "requires": { "bins": [ "qmd" ] } }
SKILL.md
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.
Didn't find tool you were looking for?