← 返回 Skills 市场
abk234

Searxng

作者 Avinash Venkatswamy · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
22701
总下载
32
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install searxng
功能描述
Privacy-respecting metasearch using your local SearXNG instance. Search the web, images, news, and more without external API dependencies.
安全使用建议
Install this only if you trust the SearXNG instance in SEARXNG_URL. Prefer localhost or a private instance, avoid searching secrets or sensitive internal data, and enable proper TLS verification before using a remote HTTPS endpoint.
功能分析
Type: OpenClaw Skill Name: searxng Version: 1.0.3 The skill is designed for privacy-respecting metasearch using a local SearXNG instance. The `scripts/searxng.py` file makes HTTP requests to the configured `SEARXNG_URL` and explicitly disables SSL verification (`verify=False`) in `httpx.get`. While disabling SSL verification is generally a security risk, it is clearly documented in `README.md` and `PUBLISHING_CHECKLIST.md` as a design choice to support local/self-signed SearXNG instances, and the default URL is `http://localhost:8080`. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection, or obfuscation. The `CHANGELOG.md` also indicates a positive security change in a previous version, removing a hardcoded private URL. The behavior is aligned with its stated purpose, and the risky capability is openly communicated and justified for the intended use case.
能力评估
Purpose & Capability
The code sends search queries to the configured SearXNG /search endpoint and formats returned results, which matches the stated metasearch purpose.
Instruction Scope
The search triggers are broad and may match ordinary search phrasing, but they are search-related and not evidence of hidden or unrelated behavior.
Install Mechanism
There is no installer or persistence mechanism; runtime uses uv with inline Python dependencies for httpx and rich, plus a required SEARXNG_URL configuration.
Credentials
Network access and SEARXNG_URL use are proportionate for this skill, but queries can go to any configured instance and HTTPS certificate verification is disabled in the script.
Persistence & Privilege
No background worker, credential harvesting, local file indexing, destructive action, privilege escalation, or ongoing persistence was found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install searxng
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /searxng 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Latest updates with improved documentation
v1.0.2
Documentation improvements and metadata refinements
v1.0.1
Fixed metadata and documentation
v1.0.0
- Initial release of SearXNG skill for Clawdbot. - Enables privacy-respecting web, image, news, and video searches via your local SearXNG instance. - No external API dependencies; all queries run against a user-configurable, local instance. - Supports category, result count, language, and time-range filtering. - Offers both formatted and fast JSON output modes. - Simple configuration using the SEARXNG_URL environment variable or Clawdbot config.
元数据
Slug searxng
版本 1.0.3
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Searxng 是什么?

Privacy-respecting metasearch using your local SearXNG instance. Search the web, images, news, and more without external API dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 22701 次。

如何安装 Searxng?

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

Searxng 是免费的吗?

是的,Searxng 完全免费(开源免费),可自由下载、安装和使用。

Searxng 支持哪些平台?

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

谁开发了 Searxng?

由 Avinash Venkatswamy(@abk234)开发并维护,当前版本 v1.0.3。

💬 留言讨论