From agi-super-team
Synthesizes text to speech using MiniMax WebSocket API with multiple voice models and Chinese voice options.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:minimax-ttsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- "语音合成"、"TTS"、"文字转语音"、"语音生成"、"MiniMax TTS"
通过 MiniMax WebSocket API (wss://api.minimaxi.com/ws/v1/t2a_v2) 进行语音合成。
| 模型 | 特性 |
|---|---|
| speech-2.8-hd | 精准还原真实语气细节,全面提升音色相似度 |
| speech-2.6-hd | 超低延时,归一化升级,更高自然度 |
| speech-2.8-turbo | 精准还原真实语气细节,更快更优惠 |
| speech-2.6-turbo | 极速版,适用于语音聊天和数字人 |
| speech-02-hd | 出色韵律、稳定性和复刻相似度 |
| speech-02-turbo | 小语种能力加强 |
| Voice ID | 名称 |
|---|---|
| female-yujie | 御姐 |
| female-shaonv | 少女 |
| female-shaonv-jingpin | 少女-beta |
| female-tianmei | 甜美女性 |
| qiaopi_mengmei | 俏皮萌妹 |
| wumei_yujie | 妩媚御姐 |
| male-qn-qingse | 青涩青年 |
| male-qn-jingying | 精英青年 |
| Cantonese_CuteGirl | 可爱女孩(粤语) |
| Cantonese_GentleLady | 温柔女声(粤语) |
完整列表: https://platform.minimaxi.com/docs/faq/system-voice-id
openclaw.json → env.vars → MINIMAX_API_KEYwss://api.minimaxi.com/ws/v1/t2a_v2Authorization: Bearer {api_key}from tts_ws import synthesize
await synthesize(
model="speech-2.8-hd",
voice_id="female-yujie",
text="你好世界",
api_key="...",
output_path="/path/to/output.mp3"
)
websockets (pip3 install websockets)api.minimaxi.com 已配置 DIRECT 规则,WebSocket 可正常连接npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamProvides Python functions for MiniMax TTS API including text-to-speech, voice cloning, and voice design. Supports multiple models and voice presets.
Generates Chinese/Japanese speech via StepFun's stepaudio-2.5-tts with natural-language emotion/prosody control. Handles v2 migration, censorship blocks, and batch voice line generation.
Synthesizes speech from text using 6 TTS providers (OpenAI, ElevenLabs, Bailian, MiniMax, SiliconFlow, PlayHT). Supports multilingual, voice cloning, and long-form narration.