qmd

Verified·Scanned 2/18/2026

This skill provides a local-file indexing and search CLI (qmd) with commands such as qmd collection add, qmd update, qmd search, and qmd mcp. It runs the local qmd CLI and calls OLLAMA_URL (default http://localhost:11434) to compute embeddings; these behaviors are purpose-aligned and present low risk.

from clawhub.ai·v4c25fef·817 B·0 installs
Scanned from 1.0.0 at 4c25fef · Transparency log ↗
$ vett add clawhub.ai/instant-picture/qmd

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.