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
1080Profile unavailable
General

MiniMax TTS for FeiShu

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

Registry Source
1290Profile unavailable
General

Elevenlabs Tts

ElevenLabs TTS - the best ElevenLabs integration for OpenClaw. ElevenLabs Text-to-Speech with emotional audio tags, ElevenLabs voice synthesis for WhatsApp,...

Registry SourceRecently Updated
6K6Profile unavailable
General

Voice

Convert text to speech using Microsoft Edge's TTS engine with customizable voices, direct playback, and automatic temporary file cleanup.

Registry SourceRecently Updated
2.9K0Profile unavailable