Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
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)"}]}}
Use qmd to index local files and search them.
Indexing
qmd collection add /path --name docs --mask "**/*.md"qmd updateqmd statusSearch
qmd search "query"qmd vsearch "query"qmd query "query"qmd get docs/path.md:10 -l 40Notes
OLLAMA_URL (default http://localhost:11434).~/.cache/qmd by default.qmd mcp.