← 返回 Skills 市场
7201
总下载
6
收藏
65
当前安装
4
版本数
在 OpenClaw 中安装
/install minimax-understand-image
功能描述
使用 MiniMax MCP 进行图像理解和分析。触发条件:(1) 用户要求分析图片、理解图像、描述图片内容 (2) 需要识别图片中的物体、文字、场景 (3) 使用 MiniMax 的 understand_image 功能
安全使用建议
Install only if you are comfortable using a cloud MiniMax service for the images and prompts you provide. Prefer setting `MINIMAX_API_KEY` yourself instead of letting the skill inspect `auth-profiles.json`, verify the MCP package source and version before running it, and protect or avoid plaintext storage of the API key.
功能分析
Type: OpenClaw Skill
Name: minimax-understand-image
Version: 1.0.3
The skill is classified as suspicious primarily due to the `SKILL.md` instructions. It directs the agent to execute `curl -LsSf https://astral.sh/uv/install.sh | sh` for dependency installation, which is a significant supply chain vulnerability as it executes an arbitrary script from the internet without prior inspection. Additionally, `SKILL.md` instructs the agent to read `~/.openclaw/agents/main/agent/auth-profiles.json` to find API keys, which, while intended for a legitimate purpose, could expose sensitive data if the agent is maliciously prompted to misuse this capability. The `understand_image.py` script itself appears to handle inputs and API keys securely via JSON-RPC, but the installation and configuration steps in `SKILL.md` introduce notable risks.
能力评估
Purpose & Capability
The stated purpose, SKILL.md workflow, and Python script mostly align: they configure a MiniMax key, run `uvx minimax-coding-plan-mcp`, and call the `understand_image` tool with a user-provided image path or URL and prompt. The dependency name is broader than the skill name but is used consistently as the MCP server for the advertised tool.
Instruction Scope
The instructions tell the agent to look in `~/.openclaw/agents/main/agent/auth-profiles.json` for a matching MiniMax key before asking the user. That is sensitive profile/credential-store access, and the artifact only says to confirm use after a matching key is found, not to get explicit approval before opening the profile store.
Install Mechanism
The setup recommends `curl -LsSf https://astral.sh/uv/install.sh | sh` and installs `minimax-coding-plan-mcp` without a pinned version or checksum. This is disclosed and user-directed, but it gives the skill’s behavior to network-fetched code outside the artifact.
Credentials
The script sends the provided image source and prompt to a MiniMax MCP process configured for `https://api.minimaxi.com`, which is expected for cloud image understanding. It also passes the full current environment to the subprocess, which may expose unrelated environment secrets to the external MCP package.
Persistence & Privilege
The workflow persists the MiniMax API key in `~/.openclaw/config/minimax.json` as plaintext and does not specify restrictive file permissions. There is no background persistence, privilege escalation, deletion, or destructive behavior in the artifact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-understand-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-understand-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
minimax-understand-image 1.0.3
- 流程优化:首次配置流程更为简洁,后续可直接调用图像分析功能。
- API Key 自动获取逻辑修改:默认从 ~/.openclaw/agents/main/agent/auth-profiles.json 查找,而非此前的路径。
- 清理文档内容,去除冗余完整流程示例,提升可读性。
- 步骤描述更明确,帮助用户更快完成配置和调用。
v1.0.2
- 补充了如未购买 MiniMax 时的购买链接指引。
- 其余功能与说明保持不变。
v1.0.1
- Initial skill metadata file (_meta.json) added.
- SKILL.md updated with clearer setup steps and improved API Key acquisition logic.
- Priority for API Key: now tries the environment variable (MINIMAX_API_KEY) before falling back to config file.
- Paths and instructions generalized to use user home directories (e.g., ~/) and current skill directory ({curDir}), improving portability.
- Steps for API Key retrieval now reference newer config file locations and remove reliance on gateway provider extraction.
- Documentation streamlined for easier first-time setup and maintenance.
v1.0.0
Initial release of minimax-understand-image.
- Enables image understanding and analysis using MiniMax MCP.
- Provides clear installation and configuration steps for dependencies and MiniMax API key.
- Supports image input via local path or URL and detailed prompts for analysis.
- Includes example command-line usage and full workflow scenarios.
- Error handling for missing dependencies and API key is documented.
- Script automates setup and invocation of MiniMax's understand_image functionality.
元数据
常见问题
minimax-understand-image 是什么?
使用 MiniMax MCP 进行图像理解和分析。触发条件:(1) 用户要求分析图片、理解图像、描述图片内容 (2) 需要识别图片中的物体、文字、场景 (3) 使用 MiniMax 的 understand_image 功能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7201 次。
如何安装 minimax-understand-image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-understand-image」即可一键安装,无需额外配置。
minimax-understand-image 是免费的吗?
是的,minimax-understand-image 完全免费(开源免费),可自由下载、安装和使用。
minimax-understand-image 支持哪些平台?
minimax-understand-image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 minimax-understand-image?
由 要啥自行车(@thincher)开发并维护,当前版本 v1.0.3。
推荐 Skills