minimax-speech

Installation
SKILL.md

MiniMax Speech Synthesis

Quick Reference

任务 命令
短文本语音合成(自动选择同步接口) bun run ${CLAUDE_SKILL_DIR}/scripts/tts.ts "文本"
指定音色 --voice female-tianmei
指定输出文件 --output result.mp3
指定语速 --speed 1.2
长文本(>3000字,自动走异步) bun run ${CLAUDE_SKILL_DIR}/scripts/tts.ts "很长很长的文本..."
生成字幕 --subtitle
查询可用音色 bun run ${CLAUDE_SKILL_DIR}/scripts/voices.ts [--type system|all]

前置要求

  • MINIMAX_API_KEY: MiniMax API Key(必需)
  • MINIMAX_API_HOST: API 地址(可选,默认 https://api.minimaxi.com
Related skills
Installs
15
GitHub Stars
8
First Seen
Mar 30, 2026