Media
minimax-image-skill - Claude MCP Skill
Generate images with the MiniMax Image API. Use when the user asks for MiniMax image generation, image-01, image-01-live, or an image from a text prompt through MiniMax.
SEO Guide: Enhance your AI agent with the minimax-image-skill tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to generate images with the minimax image api. use when the user asks for minimax image generation, ima... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# MiniMax Image Skill Generate images from a text prompt through the bundled MiniMax Image API helper. ## Resolve the skill directory Resolve the absolute directory containing this `SKILL.md` before running a command and refer to it as `<skill-dir>`. Keep output paths relative to the user's working directory unless the user requests another location. ## Requirements - Export `MINIMAX_API_KEY` before running the helper. - Use Python 3.9 or newer. The helper uses only the Python standard library. ## Generate an image Ask for the prompt and, when relevant, the model, region, aspect ratio, dimensions, result count, and output filename. Then run: ```bash python3 "<skill-dir>/minimax_image.py" \ --prompt "A quiet observatory beneath an aurora" \ --output "observatory.png" ``` The global endpoint is used by default. Select the China endpoint explicitly when needed: ```bash python3 "<skill-dir>/minimax_image.py" \ --region china \ --prompt "A paper-cut landscape at sunrise" \ --output "landscape.png" ``` Use `--model image-01-live` for that model. Optional API fields are exposed through `--aspect-ratio`, `--width`, `--height`, `--seed`, `--n`, `--response-format`, and `--disable-prompt-optimizer`. The helper downloads URL responses immediately because generated URLs expire. It also decodes base64 responses and creates output parent directories automatically. For multiple results, it adds a numeric suffix to the output filename. ## Safety and failures - Never print or persist the API key. - Do not call the API until the prompt and local output path pass validation. - If the API rejects a field combination, report the returned error and ask the user to adjust only that option. - Do not claim success unless at least one image was saved locally.
Signals
Information
- Repository
- feiskyer/codex-settings
- Author
- feiskyer
- Last Sync
- 9/5/2026
- Repo Updated
- 9/3/2026
- Created
- 8/14/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.
Mastering the Oracle CLI: A Complete Guide to the Claude Skill for Database Professionals
Learn how to use the oracle Claude skill. Complete guide with installation instructions and examples.