Provides AI agents with private, aggregated web search capabilities via a local SearXNG instance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install searxng-web
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 searxng-web using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SearXNG Web Search is a specialized tool designed to empower AI agents with real-time web access while maintaining strict data privacy. It acts as a bridge between the agent and a self-hosted SearXNG instance, allowing for decentralized queries across multiple search engines. By utilizing this integration within Openclaw Skills, developers can ensure that their agents retrieve up-to-date information without exposing search patterns to third-party providers. This skill is particularly useful for privacy-conscious research and automated intelligence gathering where data sovereignty is a priority.
To use this skill, ensure a SearXNG instance is running and accessible at http://host.docker.internal:8081 with the JSON format enabled. You can test the integration directly within your environment using the following command:
docker exec -it openclaw sh -lc 'node searxng_search.js "AI development" 5'
The search tool produces a standardized output to ensure compatibility across various Openclaw Skills workflows. The output is structured as follows:
| Property | Type | Description |
|---|---|---|
query |
string | The original search string provided to the tool. |
count |
number | The maximum number of results to return. |
results |
array | A list of objects containing title, url, snippet, and source. |
Loading
A specialized search utility to quickly locate and filter documents within the official OpenClaw knowledge base.

A comprehensive A-share market intelligence tool for real-time price tracking, automated sector screening, and personalized investment recommendations.

A sophisticated skill designed to capture large CLI command outputs as artifacts, allowing AI agents to query and transform data via Python without bloating the context window.

A terminal execution skill that allows AI agents to run shell commands within a dedicated, persistent tmux session.

An automated assistant for managing and editing video storyboards and presentation plans on yboard.online.

A persistent knowledge substrate for Openclaw Skills that replaces flat-file memory with structured, confidence-scored beliefs and semantic search.








































