🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Minimax Feishu Voice

by @raydoomed

Send native Feishu voice bubble messages via MiniMax TTS, converting text to 16kHz opus audio and delivering as a playable Feishu audio bubble.

💡 Examples

python3 ~/.openclaw/workspace/skills/minimax-feishu-voice/scripts/send_feishu_voice.py \
  "你好,这是一条语音消息" \
  "<飞书用户的open_id>"

⚙️ Configuration

1. Configure voice_config.json

Create ~/.openclaw/workspace/skills/minimax-feishu-voice/voice_config.json:

{
  "voice_id": "female-yujie-jingpin",
  "speed": 1.0,
  "vol": 1.0,
  "pitch": 0,
  "api_key": "YOUR_MINIMAX_API_KEY"
}

  • api_key: 你的 MiniMax TTS API Key(必填)
  • voice_id: 语音ID(见下方列表)
  • speed/vol/pitch: 可选参数
  • 2. Recommended Voice IDs

    完整列表:https://platform.minimaxi.com/docs/faq/system-voice-id

    | Voice ID | Name | Notes | |---|---|---| | female-tianmei | 甜美女性音色 | 甜,温柔,适合撒娇 | | female-shaonv | 少女音色 | 年轻可爱 | | female-yujie | 御姐音色 | 成熟御姐 | | female-yujie-jingpin | 精选御姐音色 | 娇媚型御姐,推荐 | | female-chengshu | 成熟女性音色 | 成熟稳重 | | wumei_yujie | 妩媚御姐 | 娇媚型御姐 | | diadia_xuemei | 嗲嗲学妹 | 撒娇学妹 | | qiaopi_mengmei | 俏皮萌妹 | 俏皮可爱 | | tianxin_xiaoling | 甜心小玲 | 甜心少女 | | Korean_SweetGirl | 韩系甜妹 | 异域风情 |

    默认值:female-yujie-jingpin

    📋 Tips & Best Practices

  • Feishu requires 16kHz sample rate (not 32kHz or 24kHz)
  • Duration (ms) must be included in upload request for bubble display
  • User's open_id is available as sender_id in message metadata
  • View on ClawHub
    TERMINAL
    clawhub install minimax-feishu-voice

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →