← 返回 Skills 市场
zfanmy

Searxng Search

作者 zfanmy · GitHub ↗ · v0.1.2
cross-platform ⚠ suspicious
2052
总下载
1
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install searxng-search-2
功能描述
Web search using SearXNG instance via MCP. Provides web search capability for agents with configurable SearXNG endpoint.
安全使用建议
This package appears to implement a straightforward SearxNG search wrapper, but the registry metadata is missing required binaries and the SEARXNG_URL environment variable that the code expects. Before installing: - Confirm the SEARXNG_URL you will use and that it points to a trusted SearxNG instance (your search queries will be sent to that endpoint). - Verify locally that the included files (mcp-server.py and searxng_search.sh) are the code you expect; they are readable and do not contain obfuscated or hidden network endpoints. - If you require metadata accuracy, ask the publisher to update the registry entry to declare required binaries (python3, curl, jq) and the SEARXNG_URL env var. - Run the server/script in a sandbox or with restricted network access if you are unsure about exposing queries externally. - If you plan to use this in automated agent runs, ensure the MCP integration and SEARXNG_URL do not inadvertently expose private or sensitive data to the configured SearxNG instance. If the metadata mismatch was accidental, the skill itself is coherent with its stated purpose; if the omission was intentional, treat it as a red flag and avoid installing until clarified.
功能分析
Type: OpenClaw Skill Name: searxng-search-2 Version: 0.1.2 The OpenClaw AgentSkills bundle for SearXNG search appears benign. Both `searxng_search.sh` and `mcp-server.py` correctly URL-encode user queries using `jq -sRr @uri` and `urllib.parse.quote` respectively, preventing injection vulnerabilities when interacting with the configured SearXNG instance. The `SEARXNG_URL` is an environment variable, requiring explicit user configuration, and there is no evidence of hardcoded malicious endpoints, data exfiltration, unauthorized execution, or prompt injection attempts in `SKILL.md`. The skill's functionality is clearly aligned with its stated purpose of providing web search.
能力评估
Purpose & Capability
The skill's files (mcp-server.py and searxng_search.sh) implement exactly what the description says: calling a SearxNG instance and exposing it via an MCP server or script. However, the registry metadata lists no required binaries or env vars while SKILL.md and the code require python3, curl, jq and the SEARXNG_URL environment variable. That metadata mismatch is an incoherence to investigate.
Instruction Scope
SKILL.md instructs only to set SEARXNG_URL, copy config.json into mcporter config, install mcporter, and run the provided server/script. The runtime instructions and code read only SEARXNG_URL and perform HTTP requests to the configured SearxNG endpoint; they do not attempt to read arbitrary local files or other environment variables.
Install Mechanism
There is no automated install spec (instruction-only), so nothing arbitrary is downloaded or written by an installer. The only external install command suggested is 'npm install -g mcporter' for the MCP runtime, which is reasonable for this integration.
Credentials
The actual code requires a single environment variable SEARXNG_URL (and the SKILL.md lists required binaries), but the registry metadata declares no required env vars or binaries. This omission is disproportionate to the packaging information and could lead users to install without providing or understanding the external endpoint to which queries will be sent.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It runs as a normal MCP server or script and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install searxng-search-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /searxng-search-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Version 0.1.2 of searxng-search-2 - No file changes detected in this release. - No updates to features, configuration, or documentation.
v0.1.1
- Bumped version number from 1.0.0 to 1.0.1 in SKILL.md. - No other content changes; documentation and usage instructions remain the same.
v0.1.0
- Initial release of searxng-search skill, providing web search using a configurable SearXNG instance via MCP. - Supports multiple output formats: text, JSON, and Markdown. - Includes both a Python MCP server and a Bash script for flexible use. - Easy integration with mcporter and environment-based configuration of the SearXNG endpoint. - Requires Python 3.8+, mcporter CLI, curl, and jq.
元数据
Slug searxng-search-2
版本 0.1.2
许可证
累计安装 4
当前安装数 4
历史版本数 3
常见问题

Searxng Search 是什么?

Web search using SearXNG instance via MCP. Provides web search capability for agents with configurable SearXNG endpoint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2052 次。

如何安装 Searxng Search?

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

Searxng Search 是免费的吗?

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

Searxng Search 支持哪些平台?

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

谁开发了 Searxng Search?

由 zfanmy(@zfanmy)开发并维护,当前版本 v0.1.2。

💬 留言讨论