Jump to related tools in the same category or review the original source on GitHub.

Productivity & Tasks @steipete Updated 2/26/2026

📝 Qmd OpenClaw Skill - ClawHub

Do you want your AI agent to automate Qmd workflows? This free skill from ClawHub helps with productivity & tasks tasks without building custom tools from scratch.

What this skill does

Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.

Install

npx clawhub@latest install qmd

Full SKILL.md

Open original
namedescriptionhomepage
qmdLocal search/indexing CLI (BM25 + vectors + rerank) with MCP mode.https://tobi.lutke.com

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.
Original URL: https://github.com/openclaw/skills/blob/main/skills/steipete/qmd

Related skills

If this matches your use case, these are close alternatives in the same category.