✓ Verified
🌐 Web Scrapers
✓ Enhanced Data
Minimax Speech
Manage MiniMax Speech 2.8 T2A (text-to-audio) and voice catalog lookups.
- Rating
- 5 (206 reviews)
- Downloads
- 7,978 downloads
- Version
- 1.0.0
Overview
Manage MiniMax Speech 2.8 T2A (text-to-audio) and voice catalog lookups.
Complete Documentation
View Source →
MiniMax Speech 2.8 helper
- Install dependencies. Run
pip install requestsin the environment that will execute the script. The CLI talks to MiniMax's REST API, so you only need therequestslibrary on top of Python 3.11+. - Set your MiniMax credential. Export
MINIMAX_API_KEYwith the API key the user promised to supply. The script will refuse to run without it. - Use the bundled CLI.
scripts/minimax_tts.pyexposes two subcommands: tts: callsPOST https://api.minimax.io/v1/t2a_v2(Speech 2.8 T2A HTTP) with the desired voice_id, voice settings, audio configuration, and optional voice effects. Example:
bash
python scripts/minimax_tts.py tts \
--text "Tonight in Shenzhen the skies are clear." \
--voice-id "Sweet_Girl_2" \
--model speech-2.8-hd \
--audio-format mp3 \
--output minimax-weather.mp3
--endpoint if you must hit https://api-uw.minimax.io/v1/t2a_v2 or another region.
voices: callsPOST https://api.minimax.io/v1/get_voiceto enumeratesystem,voice_cloning,voice_generation, orallcategories. Example:
bash
python scripts/minimax_tts.py voices --voice-type all --print-response
- Customize TTS payloads via CLI switches. Use
--speed,--vol,--pitch, and--language-boostto shape the voice. Control audio fidelity with--sample-rate,--bitrate,--audio-format, and--channel. Add pronunciation overrides (--pronunciation "emoji=ee-moh-jee") or mix timbres (--timbre-weight "Sweet_Girl_2=0.8").--voice-modify-*flags let you nudge pitch/intensity/timbre or append a sound effect such as"spacious_echo".--output-formattells the script how the API returns audio (hex,base64, or a downloadurl). - Handle the JSON. By default the script prints the
extra_infofield so you can read bitrate/sample rate/length. Use--print-responseon either subcommand to dump the entire API payload for debugging. Save catalog JSON to disk with--outputwhen you need to reference voices later.
Sweet_Girl_2 (or any other) tone you expect. If you need to script these requests from another tool, copy the relevant requests.post logic from scripts/minimax_tts.py.
Installation
Terminal bash
openclaw install minimax-speech
Copied!
💻Code Examples
example.sh
python scripts/minimax_tts.py tts \
--text "Tonight in Shenzhen the skies are clear." \
--voice-id "Sweet_Girl_2" \
--model speech-2.8-hd \
--audio-format mp3 \
--output minimax-weather.mp3Tags
#browser_and-automation
Quick Info
Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author wingchiu
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install minimax-speech
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0