← 返回 Skills 市场
simoncatbot

Web Search via SearXNG

作者 Simon · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-search-searxng
功能描述
Search the web using SearXNG meta-search engine. Use when the user wants to search the web, find current information, look up facts, news, or any query that...
安全使用建议
This skill is coherent and appears safe for its intended purpose, but a few housekeeping checks are recommended before installing or running it: 1) Ensure you run it with Python 3.8+ and install required packages (requests, PyYAML) — SKILL.md mentions requirements.txt but that file is not included. 2) The package references tests and a module import form (from searxng import SearXNGClient) that may require adjusting PYTHONPATH or running the script directly. 3) Because it queries external SearXNG instances by default (https://searx.be and other public instances), consider self-hosting a SearXNG instance or verifying the public instance you choose is trusted to avoid sending queries to unknown third-party servers. 4) If you need higher assurance, inspect and run the code in a sandboxed environment and add an explicit requirements.txt or packaging to ensure predictable dependencies.
功能分析
Type: OpenClaw Skill Name: web-search-searxng Version: 1.0.0 The skill provides a legitimate integration for the SearXNG meta-search engine. The core logic in `scripts/search.py` implements a standard API client using the `requests` library with appropriate rate-limiting and error handling. No evidence of data exfiltration, malicious execution, or prompt injection was found across the code or documentation.
能力评估
Purpose & Capability
Name, description, SKILL.md, config, and scripts/search.py all align: the code calls SearXNG instances, aggregates results, and exposes CLI/Python usage consistent with a web-search skill. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions and the code limit activity to building search requests, loading a local config file, and calling external SearXNG instance URLs. The SKILL.md does not instruct reading unrelated system files, harvesting environment variables, or posting data to unexpected endpoints.
Install Mechanism
There is no install spec (lowest-risk) but the bundle includes Python code that will be executed by the agent. SKILL.md references a requirements.txt and tests that are not present in the file manifest — a packaging/metadata omission rather than a direct security hazard, but you should ensure required Python packages (requests, PyYAML) are installed before running.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond its own config/searxng.yaml. That is proportionate for a search client. The code sets a browser-like User-Agent header (expected for search requests) and does not attempt to access unrelated credentials.
Persistence & Privilege
always:false and normal user-invocable/autonomous invocation defaults. The skill does not request permanent platform presence, nor does it modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-search-searxng
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-search-searxng 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: SearXNG meta-search integration for web search with self-hosting support
元数据
Slug web-search-searxng
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Web Search via SearXNG 是什么?

Search the web using SearXNG meta-search engine. Use when the user wants to search the web, find current information, look up facts, news, or any query that... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Web Search via SearXNG?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-search-searxng」即可一键安装,无需额外配置。

Web Search via SearXNG 是免费的吗?

是的,Web Search via SearXNG 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web Search via SearXNG 支持哪些平台?

Web Search via SearXNG 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Search via SearXNG?

由 Simon(@simoncatbot)开发并维护,当前版本 v1.0.0。

💬 留言讨论