skills/minimax-tts/SKILL.md
# MiniMax TTS (WebSocket) ## 触发条件 - "语音合成"、"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-sha
npx skillsauth add aaaaqwq/agi-super-team skills/minimax-ttsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 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 可正常连接development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.