← Back to Skills Marketplace
minimax-image
by
silingyuan0
· GitHub ↗
· v1.0.0
· MIT-0
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-image-generate
Description
MiniMax 图片生成技能 - 支持文生图(Text-to-Image)、图生图(Image-to-Image)。支持多种宽高比(1:1/16:9/9:16/4:3/3:4),返回 URL 或 Base64 格式,可下载保存到本地。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-image-generate - After installation, invoke the skill by name or use
/minimax-image-generate - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is minimax-image?
MiniMax 图片生成技能 - 支持文生图(Text-to-Image)、图生图(Image-to-Image)。支持多种宽高比(1:1/16:9/9:16/4:3/3:4),返回 URL 或 Base64 格式,可下载保存到本地。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install minimax-image?
Run "/install minimax-image-generate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is minimax-image free?
Yes, minimax-image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does minimax-image support?
minimax-image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created minimax-image?
It is built and maintained by silingyuan0 (@silingyuan0); the current version is v1.0.0.
More Skills