Minimax Image Generator
v1.1.0Text-to-image and image-to-image generation using MiniMax API. Generates images from text prompts (t2i) or transforms reference images (i2i) using MiniMax's...
⭐ 0· 76·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk970j078qctezm927h8zm9rt1983m1q8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎨 Clawdis
Binspython3
EnvMINIMAX_API_KEY
Primary envMINIMAX_API_KEY
