Install
openclaw skills install minimax-tools-skillDirect MiniMax API integration for speech synthesis (TTS), voice cloning, image generation, video generation, and music generation using local Python scripts...
openclaw skills install minimax-tools-skillUse this skill to call MiniMax multimodal APIs directly through local Python wrappers instead of relying on an external MCP server.
This skill currently supports:
All wrappers are exposed through a single entrypoint script:
python3 scripts/minimax.py <subcommand> ...
Read references/api-notes.md only when you need endpoint details or parameter reminders.
Expect these environment variables to be available before running the scripts:
MINIMAX_API_KEYOptional:
MINIMAX_BASE_URL if you need to override the default API hostPython dependency:
requeststts for speech synthesisvoice for uploading clone inputs, creating cloned voices, and optionally downloading preview audioimage for text-to-image or reference-image generationvideo for text-to-video, image-to-video, or first/last-frame video workflowsmusic for song or instrumental generationspeech-2.8-turbomp332000128000Chinese (Mandarin)_Lyrical_VoiceEnglish_Graceful_Lady--voice is omitted, the script uses --voice-lang zh|en and defaults to zhmp3, m4a, or wavmp3, m4a, or wavvoice_id can be used immediately in TTSSupported modes:
video createvideo i2vvideo fl2vVideo creation is asynchronous. Use video query, video wait, and video download for task follow-up.
scripts/minimax.py - unified CLI entrypointscripts/minimax_tts.py - TTS wrapperscripts/minimax_voice.py - voice cloning wrapperscripts/minimax_image.py - image generation wrapperscripts/minimax_video.py - video generation wrapperscripts/minimax_music.py - music generation wrapperreferences/api-notes.md - focused API notes and constraints