Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.