kai-minimax-tts

Generate voice audio and transcribe speech using MiniMax TTS API. Use when responding with voice or transcribing audio files.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kai-minimax-tts" with this command: npx skills add ogdegenblaze/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"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

MiniMax TTS Generator

Text-to-speech (TTS) generation using MiniMax API. Converts text into natural-sounding speech with support for multiple voices, adjustable speed and pitch, a...

Registry SourceRecently Updated
1100Profile unavailable
General

MiniMax TTS for FeiShu

MiniMax 文字转语音,支持中文音色、自动情绪检测、语气词音效和停顿标记

Registry Source
1300Profile unavailable
General

Feishu Voice Loop

Accept text or voice input, transcribe if needed, generate natural OpenAI TTS speech, and send audio output to Feishu chat or web player.

Registry SourceRecently Updated
3730Profile unavailable
General

TTS AutoPlay with Wake Word

Auto-play TTS voice files with wake word detection. Only plays audio when user message contains wake words like "语音", "念出来", "voice", etc. Perfect for Webcha...

Registry SourceRecently Updated
5380Profile unavailable