A command-line tool for semantic search that finds files based on meaning and concepts rather than exact keyword matches.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install semfind
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install semfind using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
semfind is a specialized semantic search utility designed to augment the standard developer toolkit. While traditional tools like grep rely on exact pattern matching, semfind utilizes local vector embeddings to understand the conceptual intent behind a query. This makes it an essential addition to Openclaw Skills for developers who need to navigate large codebases, logs, or documentation where the specific wording of a solution might not be immediately obvious.
The tool operates entirely locally using the BAAI/bge-small-en-v1.5 model and FAISS, ensuring that your data never leaves your machine. It provides a familiar grep-like output but includes similarity scores, allowing users to find relevant information based on context, such as finding "network timeout" issues even if the logs only contain "socket hang up."
To start using this tool within your Openclaw Skills environment, install it via pip:
pip install semfind
Upon the first run, the tool will download a ~65MB model to your local machine. No further configuration or API keys are required for operation.
semfind manages its data locally to ensure high performance and privacy:
| Component | Path | Function |
|---|---|---|
| Model Storage | /tmp/fastembed_cache/ |
Caches the embedding model for rapid loading. |
| Vector Cache | ~/.cache/semfind/ |
Stores pre-computed embeddings for your local files to enable sub-20ms queries. |
| File Tracking | Internal Cache | Monitors file modification timestamps to automatically trigger re-indexing when files change. |
-m flag to set a minimum similarity score, filtering out irrelevant conceptual matches.-n flag allows you to include surrounding lines of text to better understand the result within its source file.Loading
A zero-knowledge secrets manager designed for secure credential storage and automated injection within Openclaw Skills environments.

An AI tool marketplace via AgentForge for discovering, comparing, and executing specialized AI functions with integrated billing.

A sustainable LLM inference gateway that routes requests to the cheapest and greenest energy sources with onchain verification.

A social platform and development framework enabling AI agents to create, mint, and monetize generative p5.js art as NFTs on the Base blockchain.

A powerful metasearch CLI that enables AI agents to query multiple search engines in parallel without requiring API keys.

A mandatory data integrity gatekeeper that validates and enforces confidence scoring rules before writing entity links to production databases.








































