← 返回 Skills 市场
1110
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install understand-image-minimax
功能描述
图片理解技能,使用 Minimax Coding Plan VLM API 分析图片
安全使用建议
Before installing, note three things: (1) The script expects MINIMAX_API_KEY in the environment but the registry metadata doesn't list it — the skill will fail or behave insecurely unless you set that key. (2) When invoked it will read local image files you pass (or download URLs) and send the full image (base64) to https://api.minimaxi.com; do not allow it to automatically run on sensitive images or folders. (3) Verify you trust the Minimax service and that the API key has appropriate, limited permissions; consider running the skill in a sandboxed environment, reviewing the included script, and ensuring the agent won't auto-invoke the skill on images you don't intend to upload. If you want tighter assurance, ask the publisher to update registry metadata to declare MINIMAX_API_KEY and provide a trustworthy homepage/source for the API.
功能分析
Type: OpenClaw Skill
Name: understand-image-minimax
Version: 1.0.0
The skill uses a Node.js script (`scripts/understand.cjs`) to analyze images via the Minimax VLM API (api.minimaxi.com). It possesses risky capabilities including reading environment variables (MINIMAX_API_KEY), performing outbound network requests, and reading arbitrary local files. While these are necessary for its stated function, the implementation lacks path sanitization, which could allow an agent to be tricked into reading and exfiltrating sensitive system files. Per the provided criteria, these risky but plausibly necessary capabilities warrant a suspicious classification.
能力评估
Purpose & Capability
Name/description match the code: it sends images and a prompt to a Minimax VLM endpoint. Requiring the node binary is reasonable. However, the SKILL.md and code require MINIMAX_API_KEY but the registry metadata lists no required env vars — this is an inconsistency.
Instruction Scope
SKILL.md and the script constrain behavior to converting an input image (URL, local file, or data URL) to base64 and POSTing it with a prompt to https://api.minimaxi.com/v1/coding_plan/vlm. The SKILL.md also instructs agents to always use this skill for images, which could cause the agent to send user-supplied or local images automatically.
Install Mechanism
No install spec; the skill is instruction + a local Node script that runs with the node binary. Nothing is downloaded or extracted at install time.
Credentials
The script and SKILL.md require MINIMAX_API_KEY but the registry metadata did not declare any required env vars — a mismatch. The skill will transmit full image data (including local files converted to base64) to a third-party API, which is proportionate to an image-analysis skill but poses privacy risk; ensure the API key scope and trustworthiness of api.minimaxi.com.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install understand-image-minimax - 安装完成后,直接呼叫该 Skill 的名称或使用
/understand-image-minimax触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of understand-image-minimax:
- Enables image analysis using the Minimax Coding Plan VLM API.
- Supports input via network image URLs, local paths, or Base64 image data.
- Compatible with JPEG, PNG, GIF, and WebP image formats.
- Reads API Key from the MINIMAX_API_KEY environment variable.
- Includes usage examples and command-line instructions.
元数据
常见问题
understand-image-minimax 是什么?
图片理解技能,使用 Minimax Coding Plan VLM API 分析图片. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1110 次。
如何安装 understand-image-minimax?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install understand-image-minimax」即可一键安装,无需额外配置。
understand-image-minimax 是免费的吗?
是的,understand-image-minimax 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
understand-image-minimax 支持哪些平台?
understand-image-minimax 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 understand-image-minimax?
由 深柒(@xbos1314)开发并维护,当前版本 v1.0.0。
推荐 Skills