← 返回 Skills 市场
minimax-image
作者
silingyuan0
· GitHub ↗
· v1.0.0
· MIT-0
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-image-generate
功能描述
MiniMax 图片生成技能 - 支持文生图(Text-to-Image)、图生图(Image-to-Image)。支持多种宽高比(1:1/16:9/9:16/4:3/3:4),返回 URL 或 Base64 格式,可下载保存到本地。
安全使用建议
This skill appears to implement the advertised MiniMax image generation features, but the registry metadata is inconsistent: the code and SKILL.md require MINIMAX_API_KEY and MINIMAX_REGION even though the registry lists none. Before installing, verify the MiniMax API host (api.minimaxi.com / minimax.io) is legitimate for your use, provide a dedicated API key (avoid using high-privilege or long-lived secrets), and do not upload sensitive images because the skill will base64-encode and send local files to the remote service. Ensure the Python 'requests' package is installed in the runtime. If you cannot confirm the skill's source or the API endpoints, run it in an isolated environment or container, and consider reaching out to the publisher for corrected metadata (required env vars and dependencies) before use.
功能分析
Type: OpenClaw Skill
Name: minimax-image-generate
Version: 1.0.0
The skill bundle provides a standard implementation for interacting with the MiniMax Image Generation API. The Python script (scripts/image.py) correctly handles API authentication via environment variables, supports text-to-image and image-to-image workflows, and includes functionality to download or save generated images. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code: it implements text→image and image→image using a MiniMax API. Requesting an API key and region is coherent with that purpose, but the registry metadata incorrectly lists no required environment variables or primary credential, which is an inconsistency.
Instruction Scope
SKILL.md and scripts/image.py limit actions to calling the remote /v1/image_generation endpoint, downloading returned URLs, and reading local image files when doing image-to-image. Reading local files and uploading them (base64-embedding) is explicit in the instructions and code.
Install Mechanism
Instruction-only install (no install spec) is low risk. The code imports the third-party 'requests' package but the skill metadata does not declare this dependency — users must ensure 'requests' is available.
Credentials
The runtime requires MINIMAX_API_KEY (and optionally MINIMAX_REGION) and will place the key in an Authorization: Bearer header. The registry declared no required env vars/primary credential, which is misleading. Also, local images supplied for editing are base64-encoded and uploaded to the remote API; sensitive images could be exfiltrated to the service.
Persistence & Privilege
No always:true, no special persistence or modifications to other skills or system settings. The skill runs network requests and file writes only within its stated scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-image-generate - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-image-generate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of MiniMax 图片生成技能 (minimax-image) version 1.0.0
- Supports text-to-image and image-to-image generation with multiple aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4)
- Image output available as URL (valid for 1 hour) or Base64 format
- Includes functions to generate, edit, download, and save images using MiniMax API
- Example command-line usage and environment configuration included
- Supports Chinese text prompts and both local and URL reference images
元数据
常见问题
minimax-image 是什么?
MiniMax 图片生成技能 - 支持文生图(Text-to-Image)、图生图(Image-to-Image)。支持多种宽高比(1:1/16:9/9:16/4:3/3:4),返回 URL 或 Base64 格式,可下载保存到本地。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 minimax-image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-image-generate」即可一键安装,无需额外配置。
minimax-image 是免费的吗?
是的,minimax-image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
minimax-image 支持哪些平台?
minimax-image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 minimax-image?
由 silingyuan0(@silingyuan0)开发并维护,当前版本 v1.0.0。
推荐 Skills