minimax_model_skill

Generate audio, music, images, and video through MiniMax MCP with REST fallback.

3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/111pointer111/claude-marketplace --skill minimax-model-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: minimax_model_skill
Source: https://github.com/111pointer111/claude-marketplace/tree/main/skills/minimax_model_skill
Command: npx skills add https://github.com/111pointer111/claude-marketplace --skill minimax-model-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of integrating multiple multimodal media APIs by providing a single, consistent interface to create voice, music, images, and video through MiniMax MCP and REST fallbacks, while managing local outputs and async tasks.

Core Features & Use Cases

  • Unified MCP toolset: text-to-audio, voice cloning, AI voice design, music generation, text/image-to-video, asynchronous video generation, and image generation accessible from one skill.
  • Local file management & async workflows: configurable output directory, support for returning task IDs for long-running video generation, and tools to query task status.
  • REST fallback and configuration: automatic MCP installation guidance, environment-driven configuration of MINIMAX_API_KEY and host, and REST API endpoints for cases where MCP is unavailable.
  • Use cases: produce narrated voiceovers, clone a speaker's timbre from samples, generate background music from lyrics, create short promotional videos, or batch-generate images for creative assets.

Quick Start

Ask the agent to "Generate a 6-second seaside sunset video with TTS narration and save outputs to my MiniMax-Output directory."

Frequently Asked Questions about minimax_model_skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate video with audio narration from text using MiniMax?▼

You can generate multimodal media by requesting the agent to combine text-to-video and text-to-speech tasks, which outputs video and audio files to your configured local directory.

Do I need a specific API key to use MiniMax voice cloning and music generation?▼

Yes, MiniMax voice cloning and music generation require a configured MINIMAX_API_KEY in your environment to authenticate MCP and REST API requests.

Can I use MiniMax text-to-video generation without installing the MCP?▼

Yes, you can generate text-to-video without MCP by utilizing the automatic REST API endpoints configured as a fallback when MCP installation is unavailable.

How does asynchronous video task handling work for long-running video generation?▼

Asynchronous video generation returns a task ID for long-running processes, allowing you to query task status later until the video output is fully processed.

What is the best way to batch generate images and manage local media outputs?▼

The best way to batch generate images is using the unified multimodal toolset with a configurable local output directory to systematically save and manage generated creative assets.

Are there limitations when using REST API fallbacks for MiniMax multimodal generation?▼

REST API fallbacks enable MiniMax multimodal generation without MCP, but require proper environment configuration of host and API key to successfully process media tasks.