/install kai-minimax-tts
Kai MiniMax TTS
Generate voice audio using MiniMax TTS.
Setup
Add to ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"kai-minimax-tts": {
"enabled": true,
"env": {
"MINIMAX_API_KEY": "your_key_here"
}
}
}
}
}
Usage
Generate voice (English):
bash {baseDir}/scripts/kai_tts.sh --speak "Hello" en
Generate voice (Spanish):
bash {baseDir}/scripts/kai_tts.sh --speak "Hola" es
Transcribe audio:
bash {baseDir}/scripts/kai_tts.sh --transcribe /path/to/audio.ogg
Output Files
- Voice:
$WORKSPACE/Kai.mp3 - Transcript:
$WORKSPACE/latest_from_blaze.txt
Customization
Set custom workspace:
"env": { "KAI_MINIMAX_WORKSPACE": "/custom/path" }
Set custom voice IDs:
"env": {
"KAI_ENGLISH_VOICE_ID": "voice_id",
"KAI_SPANISH_VOICE_ID": "voice_id"
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kai-minimax-tts - After installation, invoke the skill by name or use
/kai-minimax-tts - Provide required inputs per the skill's parameter spec and get structured output
What is Kai Minimax Tts?
Generate voice audio and transcribe speech using MiniMax TTS API. Use when responding with voice or transcribing audio files. It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.
How do I install Kai Minimax Tts?
Run "/install kai-minimax-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kai Minimax Tts free?
Yes, Kai Minimax Tts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Kai Minimax Tts support?
Kai Minimax Tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kai Minimax Tts?
It is built and maintained by Blaze🔥 (@ogdegenblaze); the current version is v1.0.7.