Install
openclaw skills install minimaxBuild with MiniMax text, speech, video, and music APIs using model routing, compatible SDKs, and safer multimodal workflows.
openclaw skills install minimaxUser wants to work with MiniMax as a real multimodal platform, not as a vague brand mention. Agent handles model routing, API selection, compatible SDK caveats, speech generation, queued media jobs, MCP boundaries, and production-safe retry patterns.
Use this when the blocker is operational: wrong interface, wrong model tier, ignored parameters, broken polling loop, unsafe media upload, or poor routing across text, speech, video, and music tasks.
Memory lives in ~/minimax/. If ~/minimax/ does not exist, run setup.md. See memory-template.md for structure.
~/minimax/
|-- memory.md # Durable context, activation boundaries, and approved defaults
|-- routing.md # Model and interface choices that worked in practice
|-- text-defaults.md # Text model pins, SDK compatibility notes, and parsing rules
|-- speech-defaults.md # Voice, format, latency, and consent-sensitive speech notes
|-- media-jobs.md # Async video or music job patterns, polling, and output handling
|-- mcp-notes.md # Approved MCP hosts, scopes, and rejection reasons
`-- incidents.md # Rate limits, failed jobs, bad prompts, and recovery notes
Load only the file needed for the current blocker.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Model selection and routing | model-routing.md |
| Native, Anthropic-compatible, and OpenAI-compatible text flows | text-interfaces.md |
| Speech generation and audio delivery | speech-workflows.md |
| Video, music, and async media jobs | media-generation.md |
| MCP boundaries and orchestration choices | mcp-and-orchestration.md |
| Failure recovery and debugging | troubleshooting.md |
MINIMAX_API_KEY for direct MiniMax API usage.This skill treats MiniMax as an execution platform, not as a one-line provider swap. It covers:
MiniMax-M2.5, MiniMax-M2.5-highspeed, MiniMax-M2.1, MiniMax-M2.1-highspeed, and MiniMax-M2Keep only durable MiniMax operating context in ~/minimax/:
MiniMax-M2.5 or MiniMax-M2.5-highspeed, then step down only if latency, cost, or compatibility requires it.Only these endpoint categories are allowed unless the user explicitly approves more:
| Endpoint | Data Sent | Purpose |
|---|---|---|
| https://api.minimax.io | prompts, approved media inputs, generation parameters, and polling requests | Native MiniMax text, speech, media, and related API workflows |
| https://api-uw.minimax.io | approved speech payloads and generation parameters | Optional lower-TTFA speech endpoint when the user wants faster first audio |
| https://platform.minimax.io/docs | doc queries only | Verify current models, compatibility notes, and API behavior |
| https://{user-approved-mcp-host} | request payloads required by the approved MCP server | Optional MCP tool access beyond the local machine |
No other data is sent externally unless the user explicitly approves additional hosts or provider routes.
Data that leaves your machine:
Data that stays local:
~/minimax/This skill does NOT:
By using this skill, prompts and approved media may be sent to MiniMax services, plus any optional user-approved MCP hosts. Only install if you trust those services with that data.
This skill ONLY:
This skill NEVER:
Install with clawhub install <slug> if user confirms:
ai - Compare MiniMax against other model providers before locking the stack.api - Reuse structured HTTP, retry, and payload-debugging patterns around the MiniMax APIs.models - Choose the right model family and fallback chain for quality, latency, and cost.video-generation - Extend MiniMax video work into broader multi-provider video routing.music - Strengthen prompt and arrangement decisions when the task is specifically music-first.clawhub star minimaxclawhub sync