Install
openclaw skills install searxng-tool-for-openclawInstall an OpenClaw plugin that adds SearXNG-powered web search without paid search APIs.
openclaw skills install searxng-tool-for-openclaw{
"plugins": {
"entries": {
"searxng-tool": {
"enabled": true,
"config": {
"baseUrl": "http://127.0.0.1:8888",
"timeoutSeconds": 20,
"maxResults": 8,
"defaultLanguage": "auto",
"defaultCategories": "general",
"defaultSafeSearch": 0
}
}
}
}
}This skill bundle points users at the npm package for the actual OpenClaw plugin.
The published npm package contains:
openclaw.extensionsopenclaw.plugin.json manifest used for validationnpx searxng-tool-for-openclaw install worksInstall the plugin directly from npm through OpenClaw:
openclaw plugins install searxng-tool-for-openclaw
Or use the package's installer binary:
npx searxng-tool-for-openclaw install
Add the plugin entry to your OpenClaw config and point it at your SearXNG base URL.
{
"plugins": {
"entries": {
"searxng-tool": {
"enabled": true,
"config": {
"baseUrl": "http://127.0.0.1:8888"
}
}
}
}
}
After install or config changes, restart the gateway.
searxng-tool-for-openclaw install searxng-tool-for-openclaw print-path
npm i -g openclawnpm i -g searxng-tool-for-openclaw