← 返回 Skills 市场
1421
总下载
0
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-image-generation
功能描述
MiniMax AI图片生成,支持 image-01 和 image-01-live 模型。 image-01: 画面表现细腻,支持文生图、图生图 image-01-live: 手绘、卡通等画风增强,支持文生图并进行画风设置 需要 MiniMax API Key (Coding Plan)。
安全使用建议
This skill appears to do what it claims: a simple Python client for MiniMax image generation that needs your MiniMax API key. Before installing: (1) Confirm you trust the MiniMax endpoint (api.minimaxi.com) and that your API key is a scoped key (not a broadly privileged secret). (2) Be aware returned image URLs expire (SKILL.md says 24 hours). (3) The repository source is 'unknown' and has no homepage—if you require provenance, request a published source or vendor link. (4) Install only within an environment where storing MINIMAX_API_KEY as an env var is acceptable (avoid putting long-lived secrets in shared CI logs). (5) Note the minor metadata mismatch: _meta.json lists curl though the script uses Python requests; this is low risk but worth noting.
功能分析
Type: OpenClaw Skill
Name: minimax-image-generation
Version: 1.0.0
The skill is a legitimate implementation for generating images via the MiniMax AI API. The core script, `scripts/minimax_image_create.py`, correctly handles API requests to the official endpoint (api.minimaxi.com), implements standard authentication using environment variables, and includes thorough input validation for parameters like aspect ratios and image dimensions. No indicators of data exfiltration, malicious execution, or harmful prompt instructions were identified.
能力评估
Purpose & Capability
Name/description, SKILL.md, _meta.json, and the script all describe and implement an image-generation client for MiniMax using the same API host (api.minimaxi.com) and the expected MINIMAX_API_KEY. The required functionality (text->image and image->image) is implemented and matches the documented models and options.
Instruction Scope
Runtime instructions only direct the agent/user to set MINIMAX_API_KEY, invoke the provided Python script, and call the documented API endpoint. The SKILL.md and script do not attempt to read unrelated files, other environment variables, or send data to third-party endpoints beyond the stated MiniMax API.
Install Mechanism
There is no install spec (instruction-only + a bundled script). requirements.txt only lists 'requests'. _meta.json lists python3 and curl, but the bundled script uses Python 'requests' (curl is not used). This mismatch is minor but worth noting; there are no downloads from untrusted URLs or extraction of archives.
Credentials
The only credential required is MINIMAX_API_KEY (declared as primaryEnv). No other tokens, secrets, or unrelated credentials are requested. This is proportionate for a hosted image-generation API client.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modification of other skills. It is user-invocable and uses the normal autonomous-invocation default; nothing else grants elevated or permanent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-image-generation - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-image-generation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of MiniMax Image Generation:
- Supports image generation using MiniMax's image-01 and image-01-live models via Coding Plan API.
- Enables both text-to-image and image-to-image generation with multiple aspect ratios.
- Provides optional style settings for image-01-live, including cartoon, watercolor, and more.
- Offers a command-line interface with various configurable parameters (model, aspect ratio, output format, etc.).
- Requires a MiniMax API Key; supports batch generation and output in URL or base64 format.
- Includes examples and detailed parameter documentation.
元数据
常见问题
minimax-image 是什么?
MiniMax AI图片生成,支持 image-01 和 image-01-live 模型。 image-01: 画面表现细腻,支持文生图、图生图 image-01-live: 手绘、卡通等画风增强,支持文生图并进行画风设置 需要 MiniMax API Key (Coding Plan)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1421 次。
如何安装 minimax-image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-image-generation」即可一键安装,无需额外配置。
minimax-image 是免费的吗?
是的,minimax-image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
minimax-image 支持哪些平台?
minimax-image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 minimax-image?
由 wanycun(@wanycun)开发并维护,当前版本 v1.0.0。
推荐 Skills