返回顶部
s

searx-searchSearX网络搜索

Provides 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
193
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

searx-search

技能名称: searx-search

详细描述:

SearX 搜索技能

概述

通过免费的 SearX 实例搜索网络。当用户请求“搜索...”、“最新 AI 新闻”或“全球大事”时使用。该技能返回纯文本结果,不含 HTML。

执行

scripts/search_searx.sh 脚本将搜索查询作为参数,并执行以下步骤:

  1. 1. 从 https://searx.space/data/instances.json 下载公共实例的 JSON 列表。
  2. 提取最多三个可访问的实例 URL。
  3. 对于每个实例(最多尝试 3 次):
* 向 <实例>/search?q=<查询>&format=json 发送 GET 请求。 * 如果 HTTP 状态码为 200 且返回非空结果,则输出前 5 个结果的标题和 URL,每行一个,然后成功退出。 * 如果请求失败,则继续下一个实例。
  1. 4. 如果所有尝试均失败,则输出“搜索失败,请稍后重试。”

脚本仅输出纯文本,适合直接供用户使用。

用法

bash
./scripts/search_searx.sh 最新 AI 新闻

将输出类似以下内容:

标题 1 - https://example.com/...
标题 2 - https://example.org/...

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 searx-search-1776128881 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 searx-search-1776128881 技能

通过命令行安装

skillhub install searx-search-1776128881

下载

⬇ 下载 searx-search v1.0.0(免费)

文件大小: 2.81 KB | 发布时间: 2026-4-17 16:01

v1.0.0 最新 2026-4-17 16:01
Initial release of the searx-search skill.

- Provides web search using free public SearX instances from searx.space.
- Automatically selects and retries up to three different SearX instances if a search request fails.
- Outputs the titles and URLs of the top 5 search results in plain text.
- Returns an error message if all search attempts fail.
- Designed to trigger for web search queries or requests for the latest AI news and global events.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部