Install
openclaw skills install search-webPerforms internet searches via a self-hosted SearXNG instance, returning recent, structured web results with titles and URLs.
openclaw skills install search-webA local OpenClaw tool that performs internet searches using a self-hosted SearXNG instance.
This skill connects an OpenClaw agent to a running SearXNG server so the agent can retrieve recent information from the internet. It sends a search query to the SearXNG HTTP API and returns structured results containing titles and URLs.
Language models often need information that may be newer than their training data. By connecting the agent to a self-hosted SearXNG instance, the system can retrieve fresh results from the web while remaining privacy-friendly and avoiding proprietary APIs.
An agent should call this tool when it needs to:
query (string)
The search query that will be sent to the SearXNG search endpoint.
Example query:
latest blockchain security research
The tool returns JSON containing the top search results.
Example output:
[ { "title": "Example article title", "url": "https://example.com/article" } ]
This skill is designed for self-hosted environments where the user wants a private and customizable web search capability inside their OpenClaw agent.