A privacy-focused metasearch skill that aggregates results from over 70 engines using a self-hosted SearXNG instance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install searxng-self-hosted
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-self-hosted using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SearXNG search skill is a powerful addition to the Openclaw Skills ecosystem, enabling developers to perform privacy-respecting web searches without relying on a single provider. By acting as a metasearch engine, it pulls data from Google, DuckDuckGo, Brave, and dozens of others, providing a neutral and comprehensive view of the web.
This skill is designed for users who value data sovereignty and require a reliable API for web research. Because it relies on a self-hosted instance, there are no tracking scripts, ads, or third-party data collection, making it an ideal choice for secure Openclaw Skills integrations. It serves as a bridge between your local environment and the global web while maintaining strict privacy standards.
To use this with Openclaw Skills, first set up SearXNG via Docker:
mkdir -p ~/Projects/searxng/searxng
cd ~/Projects/searxng
# Create your docker-compose.yml and settings.yml then start
docker compose up -d
Configure the required environment variable to point to your instance:
export SEARXNG_URL="http://localhost:8080"
Ensure that the settings.yml file has the JSON format enabled to allow Openclaw Skills to communicate with the API effectively.
The skill returns highly structured JSON data to ensure compatibility with other Openclaw Skills components:
| Property | Description |
|---|---|
title |
The headline of the search result. |
url |
The direct link to the source page. |
content |
A snippet or description of the result content. |
engines |
Array of search engines that returned this specific result. |
score |
Relevance weighting (higher values indicate better matches). |
category |
The classification of the result (e.g., IT, News, Science). |
Loading
A self-hosted, privacy-respecting metasearch skill that aggregates results from over 70 sources into a structured JSON API.

A privacy-respecting metasearch skill that aggregates results from over 70 engines into a single, self-hosted API for secure web research.

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.

LiquidSkills provides a specialized knowledge layer for AI agents to bridge the gap between stale training data and production Hyperliquid infrastructure.

A command-line engine designed to search, install, and orchestrate multi-step automations by chaining various Openclaw Skills together.








































