← 返回 Skills 市场
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install searx-search
功能描述
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 e...
安全使用建议
This skill does what it says (searches via public SearX instances), but review these points before installing:
- Dependency mismatch: The script calls node and curl (and uses grep/sed). Ensure those binaries exist on the agent environment; the skill metadata does not declare them.
- Privacy: Your search queries are sent to public SearX instances chosen at runtime. That can leak sensitive queries to third parties. If you need confidentiality, don’t use this skill or configure it to use a trusted instance or proxy.
- Implementation inconsistencies: The README promises up to 3 instances/attempts but the script may consider up to 20 instances and allows up to 10 attempts. That could affect behavior/rate limiting.
- If you proceed, inspect or modify the script to restrict the instance list to trusted endpoints, and add explicit dependency metadata for node/curl so you know the runtime requirements.
If you want a higher-confidence assessment, provide the agent environment details (are node and curl available?) and confirm whether you accept transmitting queries to arbitrary public instances.
功能分析
Type: OpenClaw Skill
Name: searx-search
Version: 1.0.0
The skill provides a legitimate web search capability using public SearX instances. The script `scripts/search_searx.sh` fetches a list of instances from the reputable `searx.space` domain and performs searches using standard `curl` requests. While it uses `node` for JSON parsing and URL encoding, the implementation is functional and lacks any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The code implements web search via public SearX instances, which fits the skill description. However the skill does not declare required runtime binaries even though the script depends on external tools (node, curl, grep, sed). That mismatch between declared requirements (none) and actual dependencies is an incoherence.
Instruction Scope
Instructions and the script perform network requests to fetch an instance list and then send the user's query to third‑party SearX instances. This is expected for a search skill, but it means user queries are transmitted to arbitrary public instances (privacy/leakage risk). There are also implementation inconsistencies: SKILL.md claims up to 3 attempts/instances, while the script slices up to 20 and allow up to 10 attempts (MAX_ATTEMPTS=10).
Install Mechanism
No install spec is provided (instruction-only plus an included script). Nothing is downloaded during installation. Runtime network calls occur when the script runs, which is expected for a web-search tool.
Credentials
No credentials or environment variables are requested, which is appropriate. However the script implicitly requires network access and the node and curl binaries; those are not declared in metadata. Also consider the privacy implication that queries are sent to third‑party servers.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It does not modify other skills or system configuration. No elevated persistence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install searx-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/searx-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
Searx Search 是什么?
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 e... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 Searx Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install searx-search」即可一键安装,无需额外配置。
Searx Search 是免费的吗?
是的,Searx Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Searx Search 支持哪些平台?
Searx Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Searx Search?
由 FikaCode(@fikacode)开发并维护,当前版本 v1.0.0。
推荐 Skills