minimax-image

Installation
SKILL.md

MiniMax Image 文生图技能

使用 MiniMax Image01 API 进行高质量的文生图和图生图创作,支持多种宽高比和批量生成。

CRITICAL: 所有脚本路径使用 ${CLAUDE_SKILL_DIR} 变量引用,确保插件安装后无论用户工作目录在哪都能正确找到脚本。

Quick Reference

任务 命令
生成单张图片 bun run ${CLAUDE_SKILL_DIR}/scripts/generate.ts "prompt"
指定宽高比 bun run ${CLAUDE_SKILL_DIR}/scripts/generate.ts "prompt" --aspect-ratio 16:9
批量生成 bun run ${CLAUDE_SKILL_DIR}/scripts/generate.ts "prompt" -n 4
指定输出目录 bun run ${CLAUDE_SKILL_DIR}/scripts/generate.ts "prompt" --output-dir ./images
自定义文件名前缀 bun run ${CLAUDE_SKILL_DIR}/scripts/generate.ts "prompt" --prefix my_photo
图生图(主体一致性) bun run ${CLAUDE_SKILL_DIR}/scripts/generate.ts "prompt" --reference-image <URL>

前置要求

Related skills
Installs
19
GitHub Stars
8
First Seen
Mar 30, 2026