← 返回 Skills 市场
lanhaixuan

Minimax Image Generator

作者 lanhaixuan · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install minimax-image-generator
功能描述
Text-to-image and image-to-image generation using MiniMax API. Generates images from text prompts (t2i) or transforms reference images (i2i) using MiniMax's...
安全使用建议
This skill appears coherent and implements what it advertises, but review these practical points before installing: (1) The tool will use your MINIMAX_API_KEY — only provide a key you trust to be used with MiniMax and be aware of billing/quotas. (2) The script will read ~/.openclaw/openclaw.json as an alternate key source; verify that file before use. (3) If you supply image URLs, the script will download them to ~/.openclaw/workspace/tmp — avoid pointing it at URLs you don't trust. (4) The README suggests installing the requests package from PyPI; as with any third-party package, install from the official registry and review versions if you have supply-chain concerns. (5) If you are unsure about trusting the skill source, open and review scripts/minimax_image_gen.py (already included) before running; revoke the API key if you later suspect misuse.
功能分析
Type: OpenClaw Skill Name: minimax-image-generator Version: 1.1.0 The skill bundle provides a legitimate interface for the MiniMax image generation API. The Python script (minimax_image_gen.py) implements standard text-to-image and image-to-image functionality, including API key retrieval from environment variables or the local OpenClaw configuration file (~/.openclaw/openclaw.json). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description claim text-to-image and image-to-image via MiniMax. Declared binary (python3) and env var (MINIMAX_API_KEY) are appropriate. The script posts to api.minimaxi.com and implements the described models and options — requirements and functionality are proportionate to the stated purpose.
Instruction Scope
SKILL.md and the included Python script only: read MINIMAX_API_KEY (env or ~/.openclaw/openclaw.json), build a JSON payload, call the MiniMax API, parse results, optionally download/save image URLs. Instructions do not attempt to read unrelated secrets or system files beyond the single OpenClaw config file used to store the apiKey.
Install Mechanism
No install spec; SKILL.md recommends pip install requests which is standard and minimal. There are no downloads from arbitrary URLs, no extracted archives, and no creation of nonstandard system binaries.
Credentials
Only requires a single API key (MINIMAX_API_KEY) which is the expected credential. The script will also read ~/.openclaw/openclaw.json as an alternate key source (matches SKILL.md). No other tokens, passwords, or unrelated environment variables are requested.
Persistence & Privilege
Skill is not forced always-on and does not modify other skills or system-wide settings. It writes images to a per-skill workspace directory (~/.openclaw/workspace/tmp), which is reasonable for saving outputs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-image-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-image-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Adds image-to-image (i2i) generation: transform images by URL or base64. - Skill name updated to minimax-image-generator. - Input schema now supports image_url and image_base64 for reference images. - Documentation and usage instructions updated for both text-to-image and image-to-image methods.
v1.0.0
- Initial release of minimax-image-gen: a text-to-image generation tool using MiniMax's API. - Supports generating images from text prompts with options for model selection, aspect ratio, style, and output format (URL or base64). - Provides CLI and Python module usage. - Includes schema definitions for input parameters and error codes. - Requires a MiniMax Coding Plan API Key and the requests Python package.
元数据
Slug minimax-image-generator
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Minimax Image Generator 是什么?

Text-to-image and image-to-image generation using MiniMax API. Generates images from text prompts (t2i) or transforms reference images (i2i) using MiniMax's... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 Minimax Image Generator?

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

Minimax Image Generator 是免费的吗?

是的,Minimax Image Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Minimax Image Generator 支持哪些平台?

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

谁开发了 Minimax Image Generator?

由 lanhaixuan(@lanhaixuan)开发并维护,当前版本 v1.1.0。

💬 留言讨论