| name | searxng-tool-for-openclaw |
| description | Install an OpenClaw plugin that adds SearXNG-powered web search without paid search APIs. |
| metadata | {"openclaw":{"emoji":"🔎","os":["linux","macos","windows"],"requires":{"anyBins":["openclaw"],"config":["~/.openclaw/openclaw.json"]},"install":[{"kind":"node","package":"openclaw","bins":["openclaw"]},{"kind":"node","package":"searxng-tool-for-openclaw","bins":["searxng-tool-for-openclaw"]}],"config":{"stateDirs":["~/.openclaw"],"example":"{\n \"plugins\": {\n \"entries\": {\n \"searxng-tool\": {\n \"enabled\": true,\n \"config\": {\n \"baseUrl\": \"http://127.0.0.1:8888\",\n \"timeoutSeconds\": 20,\n \"maxResults\": 8,\n \"defaultLanguage\": \"auto\",\n \"defaultCategories\": \"general\",\n \"defaultSafeSearch\": 0\n }\n }\n }\n }\n}\n"},"cliHelp":"searxng-tool-for-openclaw install\nsearxng-tool-for-openclaw print-path\n","links":{"homepage":"https://github.com/barrontang/searxng-tool-for-openclaw","repository":"https://github.com/barrontang/searxng-tool-for-openclaw","documentation":"https://github.com/barrontang/searxng-tool-for-openclaw#readme"}}} |
SearXNG Tool for OpenClaw
This ClawHub bundle documents how to install and configure the npm plugin.
Install
openclaw plugins install searxng-tool-for-openclaw
Or:
npx searxng-tool-for-openclaw install
Runtime requirements
- OpenClaw installed locally
- A reachable SearXNG instance with JSON output enabled
Minimal config
{
"plugins": {
"entries": {
"searxng-tool": {
"enabled": true,
"config": {
"baseUrl": "http://127.0.0.1:8888"
}
}
}
}
}