A self-hosted search aggregator that enables AI agents to query multiple engines like Google and Bing simultaneously without requiring individual API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install searxng-selfhost
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-selfhost 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 skill is a robust solution within the Openclaw Skills ecosystem designed for users who prioritize privacy and autonomy. It acts as a middleware that aggregates results from dozens of search engines—including Google, Bing, Brave, and DuckDuckGo—delivering the data directly to your AI agent in a structured format.
By utilizing this skill, developers can bypass the complexities and costs associated with traditional search engine APIs. It is specifically optimized for agentic workflows, allowing for high-volume research tasks while keeping the search infrastructure entirely under the user's control.
To deploy this search capability for your Openclaw Skills instance, execute the installer on Ubuntu 22.04 or 24.04 as root:
bash scripts/install_searxng.sh
Once installed, you can perform searches via the CLI:
python3 scripts/search.py "your search query" --json
To verify that the service is active, use:
systemctl status searxng
The skill utilizes a structured configuration and output format to ensure compatibility with AI agents:
| Data Point | Location/Format | Description |
|---|---|---|
| Configuration | /etc/searxng/settings.yml |
Defines enabled engines, ports, and instance behavior. |
| Search Output | JSON Object | Contains arrays of results with title, URL, and content snippets. |
| Connection String | SEARXNG_URL |
The endpoint URL used by the search script to contact the local instance. |
Loading
An aggressive HTML-to-Markdown converter designed to provide clean, noise-free content for AI agents and research workflows.

A command-line automation skill for submitting stories, replying to comments, and managing profile metadata on Hacker News.

A senior-level UI/UX expert for building premium interfaces using the data-driven capabilities of Openclaw Skills.

A powerful AI agent integration for managing Tailscale mesh networks and device connectivity through the native CLI.

A professional framework for designing, configuring, and deploying autonomous AI agents within the Microsoft Copilot Studio ecosystem.

A powerful command-line utility for real-time cryptocurrency price tracking, whale transaction monitoring, and on-chain data analysis.








































