minimax
OfficialAI chat, TTS, and video via MiniMax.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides curl-based access to the MiniMax API for AI chat, text-to-speech, and video generation, reducing manual API integration effort and enabling automation at scale.
Core Features & Use Cases
- Chat completion with Chinese-optimized MiniMax models (MiniMax-M1/M2)
- Text-to-Speech with natural voices and emotion control
- Text-to-Video generation from prompts, including Image-to-Video
- Streaming and reasoning model options for real-time or stepwise tasks
Quick Start
Run a basic chat: bash -c 'curl -s "https://api.minimax.io/v1/text/chatcompletion_v2" -X POST -H "Authorization: Bearer ${MINIMAX_API_KEY}" -H "Content-Type: application/json" -d '{"model": "MiniMax-M2","messages":[{"role": "user","content": "Hello"}]}' | jq .'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: minimax Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#minimax Please download this .zip file, extract it, and install it in the .claude/skills/ directory.