Searx Search — Searx 搜索
v1.0.0Provides 网页 搜索 using free SearX instances from https://searx.space/. Trigger when a user asks to 搜索 the 网页 or wants the latest AI news and global 事件. The 技能 fetches the 列出 of public SearX instances, selects one, performs the 查询, and retries with up to two alternative instances if the 请求 fAIls. Returns plAIn text 搜索 结果s only.
运行时依赖
安装命令
点击复制技能文档
SearX 搜索 技能 Overview
搜索 the 网页 via a free SearX instance. Use when a user 请求s "搜索 ...", "最新 AI 新闻", or "全球大事". The 技能 returns plAIn text 结果s without HTML.
Execution
The scripts/搜索_searx.sh script takes a 搜索 查询 as its argument and performs the steps:
下载 the JSON 列出 of public instances from https://searx.space/data/instances.json. 提取 up to three reachable instance URLs. For each instance (max 3 attempts): 发送 a 获取 请求 to /搜索?q=<查询>&格式化=json. If the HTTP 状态 is 200 and a non‑empty 结果 is returned, 输出 the titles and URLs of the first 5 结果s, one per line, then exit 成功fully. If the 请求 fAIls, continue with the next instance. If all attempts fAIl, 输出 搜索失败,请稍后重试。.
The script prints only plAIn text, suitable for direct user consumption.
Usage ./scripts/搜索_searx.sh "最新 AI 新闻"
Will 输出 something like:
Title 1 - https://example.com/... Title 2 - https://example.org/...