.cursor/skills/minimax-multimodal-toolkit/SKILL.md
MiniMax-native multimodal workflow for image, video, voice, music, and media-processing tasks. Use when the user asks to generate image/video/audio assets, wants MiniMax-specific media APIs, needs TTS or voice workflows, wants reproducible local media outputs, or needs FFmpeg-style processing around generated media.
npx skillsauth add madebyaris/advance-minimax-m2-cursor-rules minimax-multimodal-toolkitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use MiniMax-native media workflows without bloating the always-on prompt. Route the task to the smallest path that can honestly produce the requested artifact.
For deeper routing notes, output conventions, and implementation details, also read reference.md in this skill directory.
Classify the task before acting:
Do not jump into API integration when a direct generation path is enough.
| User need | Primary path | Notes | |---|---|---| | One-off image asset | Use the runtime's direct image-generation tool if available | Fastest path for explicit image requests | | Video, TTS, voice, music, or MiniMax-specific generation | Use current MiniMax docs and the repo/runtime tool surface | Check auth and output path first | | Existing media needs editing | Use local tooling such as FFmpeg when available | Avoid re-generation unless needed | | App feature using MiniMax media APIs | Implement integration code and verify with a focused request or fixture | Prefer smallest vertical slice | | Planning or research only | Gather current docs and synthesize | Do not implement prematurely |
Before any implementation or generation:
Match proof to the task:
If the artifact was designed but not generated, report it as changed and unverified, not complete.
1. CLASSIFY -> direct asset, integration, processing, or research
2. ROUTE -> choose direct tool, MiniMax API path, or local media tooling
3. INSPECT -> repo patterns, runtime surface, env/auth, output constraints
4. EXECUTE -> make the smallest honest slice
5. VERIFY -> prove the artifact or integration at the relevant surface
IMAGE -> direct image tool first when available
VIDEO/TTS -> MiniMax-specific workflow or integration path
MUSIC -> MiniMax-specific workflow or integration path
PROCESSING -> local media tooling, usually FFmpeg
INTEGRATE -> smallest API slice + focused verification
ALWAYS -> inspect runtime first, use env vars for secrets, verify outputs
NEVER -> hardcode keys, promise files that were not produced, skip surface proof
development
Production-style incident triage workflow for logs, metrics, code, and safe mitigations. Use when debugging alerts, regressions, outages, or suspicious runtime behavior.
development
Conducts multi-step deep research on any topic using iterative search, reflection, and synthesis. Use when the user asks to research, investigate, survey, compare, analyze, deep-dive, or explore a topic in depth. Covers web research, codebase analysis, documentation review, and mixed-source investigation.
development
Category-aware design skill that builds distinctive, production-grade UIs. Palettes, font pairings, UX patterns, shadcn/token integration, empty-error-loading copy, secondary slop signals, and a pre-ship second pass. Framework-agnostic.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.