Agent Skills
MiniMax
Chinese model provider for chat, TTS, and video generation
MiniMax provides AI models for chat completion, text-to-speech, and video generation optimized for Chinese language.
Required Environment
| Name | Type | Description |
|---|---|---|
MINIMAX_API_KEY | secret | API key from MiniMax Platform |
Configuration
version: "1.0"
agents:
my-agent:
framework: claude-code
skills:
- https://github.com/vm0-ai/vm0-skills/tree/main/minimaxRun
Store your secret on the platform (recommended, one-time setup):
vm0 secret set MINIMAX_API_KEY your-minimax-api-keyThen run your agent - secret is automatically loaded:
vm0 run my-agent "generate Chinese speech"For CI/CD or temporary overrides, pass secrets at runtime: --secrets MINIMAX_API_KEY=value. See Environment Variables for details.
Example Instructions
# Chinese TTS Agent
You use MiniMax for text-to-speech.
## Workflow
1. Receive Chinese text
2. Select voice and emotion
3. Generate audio via API
4. Save audio file
## API Hosts
- China: api.minimax.io
- Global: api.minimaxi.chat# Video Generation Agent
You create videos from text prompts.
## Workflow
1. Receive video description
2. Generate video via T2V API
3. Poll for completion
4. Return video URL
## Features
- Text-to-video (T2V)
- Image-to-video (I2V)