A privacy-respecting metasearch skill that allows AI agents to query local SearXNG instances for web, news, and media results.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install searxng
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 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 integrates a powerful, privacy-focused metasearch engine directly into your AI coding workflows. By leveraging Openclaw Skills, developers can enable their agents to perform comprehensive web searches without relying on centralized search APIs that track user data. This skill acts as a bridge to your local or private SearXNG instance, aggregating results from dozens of search engines while maintaining complete anonymity.
This is an essential tool for developers building decentralized or privacy-hardened AI applications using Openclaw Skills. It ensures that sensitive research or code-related queries remain within your controlled infrastructure, providing a layer of security and data sovereignty that public search engines cannot match.
Ensure you have python3 installed. To use this with Openclaw Skills, configure your SearXNG instance URL:
export SEARXNG_URL=https://your-searxng-instance.com
Alternatively, update your configuration file:
{
"env": {
"SEARXNG_URL": "http://localhost:8080"
}
}
Run a basic search to test the installation:
uv run scripts/searxng.py search "query"
The skill returns data in a structured format, primarily focusing on search result metadata for Openclaw Skills to process.
| Field | Description |
|---|---|
| Title | The headline of the search result |
| URL | The direct link to the source |
| Content | A brief snippet or summary of the page |
| Category | The type of search (e.g., general, images, news) |
| Format | Supports plain text or structured JSON for programmatic consumption |
Loading
Access real-time interpreted crypto wallet data, DeFi positions, and transaction history across 50+ EVM chains and Solana.

Access real-time multi-chain crypto wallet data, DeFi positions, and token analytics via the Zerion MCP server.

A powerful MCP-enabled skill for real-time querying of crypto wallet data, DeFi positions, and token pricing across EVM chains and Solana.

A comprehensive crypto intelligence tool for querying multi-chain portfolios, DeFi positions, and transaction history via the Zerion MCP server.

A comprehensive command-line suite for real-time Deutsche Bahn train tracking, journey planning, and delay forecasting.

A mandatory monitoring tool that records every skill execution and task detail into a structured JSONL format for real-time tracking and debugging.








































