Files
clawdbot/skills/qmd/SKILL.md
2026-01-04 14:38:51 +00:00

817 B

name, description, homepage, metadata
name description homepage metadata
qmd Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode. https://tobi.lutke.com
clawdbot
emoji requires install
📝
bins
qmd
id kind package bins label
node node https://github.com/tobi/qmd
qmd
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 (default http://localhost:11434).
  • Index lives under ~/.cache/qmd by default.
  • MCP mode: qmd mcp.