← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install turbos7-minimax-image
Description
MiniMax 图片生成技能。集成文生图和图生图功能,支持从文本描述生成图片,也可基于参考图生成新图片。触发场景:(1) 用户请求生成图片,(2) 用户提供描述并要求生成图片,(3) 用户上传参考图并要求基于该图生成新图,(4) 用户想要生成指定风格的图片。支持的风格:漫画、元气、中世纪、水彩(仅 image-0...
Usage Guidance
This skill largely does what it says (text→image and image→image via api.minimaxi.com), but take these precautions before installing or running it:
- Expect to provide an API key: the scripts require MINIMAX_API_KEY even though the registry metadata doesn't list it. Do not supply your key until you confirm the API host and trust the skill source.
- Privacy: image-to-image sends reference images (base64) to the remote API. Do not upload private or sensitive photos unless you trust the service and understand retention/billing policies.
- Source trust: the skill has no homepage and an unknown owner. If you need higher assurance, request the publisher's source/origin or run the scripts in an isolated environment first.
- Billing & permissions: using the API may incur costs or require an account; verify quotas and API key scope on the MiniMax platform.
- File writes: the tool will save images under ~/.openclaw/workspace/assets/images by default — change the save-dir if you prefer another location.
If you plan to proceed: inspect the two included Python scripts yourself, add MINIMAX_API_KEY only after verifying the API endpoint, and consider running the scripts in a sandbox or VM if you have any doubt about the skill's provenance.
Capability Analysis
Type: OpenClaw Skill
Name: turbos7-minimax-image
Version: 1.1.0
The skill bundle provides a legitimate integration with the MiniMax AI image generation service. The included Python scripts (generate_image.py and image_to_image.py) facilitate text-to-image and image-to-image workflows by communicating with the official MiniMax API (api.minimaxi.com). The code follows standard practices, such as using environment variables for API keys and saving generated assets to a specific workspace directory (~/.openclaw/workspace/assets/images). No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Tags
Capability Assessment
Purpose & Capability
The code and SKILL.md implement a MiniMax text→image and image→image client and need an API key (MINIMAX_API_KEY). However the registry metadata declares no required environment variables or primary credential — that mismatch is unexpected and likely an oversight. Other than that, requested actions (calling https://api.minimaxi.com and uploading reference images) are coherent with the stated purpose.
Instruction Scope
Instructions and scripts instruct the agent to send prompts and reference images to api.minimaxi.com, download returned image URLs, and save images under ~/.openclaw/workspace/assets/images. Sending local reference images (base64) to a third-party API is required for img2img functionality but is privacy-sensitive and not explicitly highlighted in SKILL.md. The SKILL.md examples also have minor code issues (e.g., a missing import in the quickstart snippet).
Install Mechanism
There is no install spec (instruction-only with included scripts), so nothing is fetched or executed during installation. This lowers install-time risk — all network activity originates from the included scripts at runtime.
Credentials
The scripts require an API key via MINIMAX_API_KEY but the skill metadata does not declare this environment variable or a primary credential. Requiring a bearer API key for the image API is proportionate, but the missing declaration is a significant packaging inconsistency that could mislead users about what secrets are needed.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system settings. It writes generated images to the user's workspace directory, which is expected behavior for a generation tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turbos7-minimax-image - After installation, invoke the skill by name or use
/turbos7-minimax-image - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
优化:自动保存图片到本地、支持批量生成、返回本地路径
v1.0.0
文生图+图生图,支持多种风格和宽高比
Metadata
Frequently Asked Questions
What is MiniMax Image Generation?
MiniMax 图片生成技能。集成文生图和图生图功能,支持从文本描述生成图片,也可基于参考图生成新图片。触发场景:(1) 用户请求生成图片,(2) 用户提供描述并要求生成图片,(3) 用户上传参考图并要求基于该图生成新图,(4) 用户想要生成指定风格的图片。支持的风格:漫画、元气、中世纪、水彩(仅 image-0... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install MiniMax Image Generation?
Run "/install turbos7-minimax-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Image Generation free?
Yes, MiniMax Image Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Image Generation support?
MiniMax Image Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Image Generation?
It is built and maintained by Vesper (@turbos7); the current version is v1.1.0.
More Skills