Short answer: Semantic Search is a verified OpenClaw skill for search & research. Trust Score 94/100 based on source transparency, permission scope, install safety, update recency, community signal, and documentation quality.
npx clawhub@latest install semantic-searchSemantic Search transforms how you find information in your own data. Instead of exact keyword matches, it understands the meaning behind your queries and finds conceptually relevant results. Powered by state-of-the-art embedding models with hybrid search (vector + BM25), reranking, and intelligent filtering.
npm install -g clawhub@latestnpx clawhub@latest install semantic-searchopenclaw skills listThis skill is currently classified as Verified with a low risk profile. Our reviewers inspected the SKILL.md manifest, dependency tree, declared permissions, network calls, and shell commands before publishing this score. See our editorial policy and Trust Score methodology for the full rubric.
Regular search matches keywords. Semantic search understands meaning — searching 'how to fix auth issues' also finds docs about 'resolving login problems'.
Sub-100ms for collections up to 1M documents. Larger collections use approximate nearest neighbors for similar speed.
Run `npx clawhub@latest install semantic-search` from any directory with Claude Code or OpenClaw installed. The skill is added to your local SKILL.md registry and is available to your agent immediately — no restart required.