Install
openclaw skills install searx-searchProvides web search using free SearX instances from https://searx.space/. Trigger when a user asks to search the web or wants the latest AI news and global events. The skill fetches the list of public SearX instances, selects one, performs the query, and retries with up to two alternative instances if the request fails. Returns plain text search results only.
openclaw skills install searx-searchSearch the web via a free SearX instance. Use when a user requests "search ...", "最新 AI 新闻", or "全球大事". The skill returns plain text results without HTML.
The scripts/search_searx.sh script takes a search query as its argument and performs the steps:
https://searx.space/data/instances.json.<instance>/search?q=<query>&format=json.搜索失败,请稍后重试。.The script prints only plain text, suitable for direct user consumption.
./scripts/search_searx.sh "最新 AI 新闻"
Will output something like:
Title 1 - https://example.com/...
Title 2 - https://example.org/...