← 返回 Skills 市场
l1-m1ng

MiniMax Search & VLM

作者 L1-M1ng · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
548
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-search-vlm
功能描述
使用 MiniMax Coding Plan API 进行网络搜索和图片理解。使用场景:(1) 用户需要搜索实时信息或新闻,(2) 需要分析图片内容,(3) 做研究或查找资料。无需 API key:用户需自行配置。
安全使用建议
This skill appears to perform the search and image-analysis tasks it describes, but pay attention before installing: (1) the SKILL.md requires you to create and source a MINIMAX_API_KEY file (~/.openclaw/config/minimax-api.env), yet the registry entry does not declare that credential — confirm you are comfortable providing an API key. (2) There is no homepage or known source for the skill or the MiniMax service in the metadata; verify the api.minimaxi.com domain and the developer/platform before sharing keys or uploading sensitive images. (3) If you proceed, use a dedicated, limited-scope API key (not a reused account key), avoid sending highly sensitive images, and monitor usage. If the publisher updates the registry to explicitly declare MINIMAX_API_KEY and provides verifiable source/homepage or documentation, that would reduce my concern; absence of provenance keeps this in the 'suspicious' bucket.
功能分析
Type: OpenClaw Skill Name: minimax-search-vlm Version: 1.0.0 The skill demonstrates powerful capabilities that, while plausibly needed for its stated purpose, introduce significant security risks. Specifically, the `SKILL.md` shows how to read arbitrary local files using `base64 -w0 $IMG_PATH` and send their content to an external API, and how to download files from arbitrary URLs using `curl -o /tmp/tmp_img.jpg`. These primitives, if the agent's input sanitization is insufficient, could be exploited for arbitrary file exfiltration or writing, making the skill highly vulnerable to misuse or prompt injection against the agent's execution environment. There is no clear evidence of intentional malicious behavior, but the inherent risks are substantial.
能力评估
Purpose & Capability
The described purpose (web search + image understanding) matches the runtime instructions (curl calls to search and VLM endpoints). However the registry metadata lists no required environment variables or primary credential while the SKILL.md clearly instructs the user to create and source a MINIMAX_API_KEY file (~/.openclaw/config/minimax-api.env). That omission is an inconsistency.
Instruction Scope
SKILL.md explicitly instructs the agent (user) to read a local config file for MINIMAX_API_KEY, to base64-encode local images and send them to the remote API, and to download remote images into /tmp. Those actions are consistent with the skill's stated function, but they do involve reading local files (images and a file containing a secret) and transmitting their contents to an external service — which is expected for this feature but should be understood by the user.
Install Mechanism
Instruction-only skill (no install spec, no code files). Required binary is curl, which is reasonable for the provided curl examples. No archive downloads or third-party installers were found.
Credentials
The SKILL.md requires a MINIMAX_API_KEY stored in ~/.openclaw/config/minimax-api.env and instructs sourcing it before requests, but the registry metadata declares no required env vars or primary credential. This mismatch means the skill will need a secret not advertised at install time. Additionally, there's no homepage or verified source to confirm where that API key should be obtained or to audit the service.
Persistence & Privilege
always is false and the skill is user-invocable and may be called autonomously (platform default). The skill does not request to modify other skills or system-wide settings. Autonomy combined with the network calls is normal for this kind of integration but increases the impact if the external service or key is untrusted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-search-vlm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-search-vlm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:网络搜索和图片理解功能
元数据
Slug minimax-search-vlm
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MiniMax Search & VLM 是什么?

使用 MiniMax Coding Plan API 进行网络搜索和图片理解。使用场景:(1) 用户需要搜索实时信息或新闻,(2) 需要分析图片内容,(3) 做研究或查找资料。无需 API key:用户需自行配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 548 次。

如何安装 MiniMax Search & VLM?

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

MiniMax Search & VLM 是免费的吗?

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

MiniMax Search & VLM 支持哪些平台?

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

谁开发了 MiniMax Search & VLM?

由 L1-M1ng(@l1-m1ng)开发并维护,当前版本 v1.0.0。

💬 留言讨论