Searxng Web
/install searxng-web
searxng-web
searxng-web exposes a single, minimal tool that proxies queries to a locally hosted searxng instance running at http://host.docker.internal:8081/search?format=json&q=... and returns normalized results.
what it provides
- tool:
searxng_search(query, count=5) - runner: node script
searxng_search.js - output: json
{ query, count, results: [{ title, url, snippet, source }] }
usage examples
simple call
input:
{ "query": "zillow rentals", "count": 3 }
docker exec -it openclaw sh -lc
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install searxng-web - After installation, invoke the skill by name or use
/searxng-web - Provide required inputs per the skill's parameter spec and get structured output
What is Searxng Web?
Proxies search queries to a local searxng instance and returns json-formatted search results with titles, URLs, snippets, and sources. It is an AI Agent Skill for Claude Code / OpenClaw, with 776 downloads so far.
How do I install Searxng Web?
Run "/install searxng-web" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Searxng Web free?
Yes, Searxng Web is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Searxng Web support?
Searxng Web is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Searxng Web?
It is built and maintained by ZomgIrProgrammer (@zomgirprogrammer); the current version is v1.0.0.