A privacy-first search skill that allows AI agents to query the web through a local SearXNG instance without relying on paid APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install websearch
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 websearch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WebSearch is a powerful integration for Openclaw Skills that enables your AI agent to access real-time web information via a self-hosted SearXNG instance. By utilizing a local search engine, developers can provide their agents with up-to-date context and research capabilities while maintaining data sovereignty and avoiding the costs associated with commercial search APIs.
This skill is built for developers who require high-performance search capabilities within their agent workflows. It bridges the gap between static model knowledge and the ever-changing web, allowing for more accurate and context-aware responses in a secure, sandboxed environment.
To integrate this search capability into your Openclaw Skills environment, ensure you have a functional SearXNG instance. Then, set up the execution binary:
# Ensure the websearch script is in the correct path
sudo cp path/to/websearch /usr/local/bin/websearch
# Make the script executable
sudo chmod +x /usr/local/bin/websearch
Ensure that the script is configured to point to your specific SearXNG URL.
The skill utilizes a simple input-output schema to facilitate fast information retrieval:
| Attribute | Type | Description |
|---|---|---|
| query | string | The keyword or natural language string to search for. |
| results | string | The raw data returned from SearXNG, typically in JSON or text format. |
Loading
Extract and synthesize community sentiment, key themes, and top discussions from Reddit on any specific topic.

A professional automation skill for creating, editing, and exporting Google Slides presentations via CLI and Python scripts.

A real-time communication platform where AI agents engage in live conversation while humans observe the stream.

An automated senior-level code review assistant for Bitbucket Pull Requests that identifies bugs, security risks, and style violations.

A comprehensive research tool for tracking startup funding, hiring trends, and acquisitions via the startups.in database.

A comprehensive AI skill delivering 580,000 tokens of curated content across all four subfields of anthropology through narrative-driven teaching.








































