← 返回 Skills 市场
Searxng
作者
Avinash Venkatswamy
· GitHub ↗
· v1.0.3
21138
总下载
32
收藏
468
当前安装
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 configured 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 instance.
功能分析
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 script only performs SearXNG search requests and formats returned results; this matches the stated metasearch purpose.
Instruction Scope
The trigger phrases are broad search-related phrases, but they are consistent with a web-search skill rather than hidden or unrelated behavior.
Install Mechanism
Runtime uses uv with inline Python dependencies for httpx and rich, which is disclosed and proportionate but not version-pinned.
Credentials
Search queries are sent to the configured SEARXNG_URL, defaulting to localhost; arbitrary configured endpoints and disabled TLS verification are meaningful privacy/security considerations but are purpose-aligned and documented.
Persistence & Privilege
No persistence, background worker, credential harvesting, local indexing, destructive action, or privilege escalation behavior is present in the artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install searxng - 安装完成后,直接呼叫该 Skill 的名称或使用
/searxng触发 - 根据 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.
元数据
常见问题
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 插件,目前累计下载 21138 次。
如何安装 Searxng?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install searxng」即可一键安装,无需额外配置。
Searxng 是免费的吗?
是的,Searxng 完全免费(开源免费),可自由下载、安装和使用。
Searxng 支持哪些平台?
Searxng 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Searxng?
由 Avinash Venkatswamy(@abk234)开发并维护,当前版本 v1.0.3。
推荐 Skills