A privacy-respecting metasearch skill that aggregates results from over 70 engines into a single, self-hosted API for secure web research.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install searxng-local
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-local using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SearXNG is a robust metasearch engine that prioritizes user privacy by aggregating results from major search providers like Google, Bing, and Brave without tracking user behavior. This skill enables AI agents to perform comprehensive web research using a self-hosted instance, ensuring that search queries and data remain entirely under the user's control. By leveraging Openclaw Skills, developers can integrate high-quality, unbiased search results directly into their automated workflows or agentic scripts without relying on expensive or privacy-invasive third-party APIs.
First, set up a local Docker instance of SearXNG. Create a docker-compose.yml and a settings.yml ensuring that the JSON format is enabled in the configuration. Start the service using:
docker compose up -d
Then, configure the skill by setting the environment variable to point to your local instance:
export SEARXNG_URL="http://localhost:8080"
Ensure your settings.yml allows JSON output to enable seamless integration with Openclaw Skills.
The skill returns a collection of result objects with the following metadata taxonomy:
| Field | Description |
|---|---|
| title | The display title of the search result |
| url | The direct link to the source content |
| content | A brief snippet or description of the result page |
| engines | An array of search engines that returned this specific result |
| score | A calculated relevance score used for ranking results |
| category | The content category such as general, images, or news |
Loading
MoltGov is a democratic infrastructure layer for Moltbook AI agents to self-organize through citizenship, trust networks, and formal elections.

A specialized automation tool for sending text messages through the native macOS WeChat desktop application using UI scripting.

A specialized tool for retrieving precise Islamic prayer times across any city, town, or borough in the United Kingdom.

A lightweight tool to retrieve accurate Islamic prayer times globally with automatic location detection and fuzzy search support.

A self-hosted, privacy-respecting metasearch skill that aggregates results from over 70 sources into a structured JSON API.

A privacy-focused metasearch skill that aggregates results from over 70 engines using a self-hosted SearXNG instance.








































