Install
openclaw skills install qmd-knowledge-searchQuery the local knowledge base (OpenClaw docs, skills, internal wikis) using the QMD hybrid search engine (BM25 + Vector + LLM Re-ranking). Use this for technical questions about the agent's own capabilities, available skills, or documentation.
openclaw skills install qmd-knowledge-searchAccess the local knowledge base at /root/clawd/knowledge.
Best for general queries. Combines keyword and semantic search with re-ranking.
qmd query "your query here"
Keyword-only search. Use for exact phrases.
qmd search "exact phrase"
Read a specific document by path or docid (from search results).
qmd get "path/to/doc.md" --full
--json if you need structured output for processing.--min-score 0.5 to filter noise.openclaw-docs/)skills/)qmd.md)