From sundial-org-awesome-openclaw-skills-4
Indexes local files and searches them using BM25, vector embeddings, and hybrid reranking. Includes MCP mode for tool integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:qmdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `qmd` to index local files and search them.
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.npx claudepluginhub sundial-org/awesome-openclaw-skillsIndexes local files and searches them using BM25, vector embeddings, and hybrid reranking. Includes MCP mode for tool integration.
Search and retrieve markdown documents from local knowledge bases using qmd. Supports BM25 keyword search, vector semantic search, and hybrid search with LLM re-ranking.
Searches local Markdown notes and docs using BM25 keyword search, vector similarity, or hybrid LLM-reranked queries. Indexes collections for fast retrieval.