minimax-tts
v1.0.0Use MiniMax speech-2.8-hd model for high-quality text-to-speech synthesis. Supports multiple Chinese and English voices. Install when needed.
⭐ 0· 189·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Primary purpose is TTS and the script implements TTS using MiniMax (speech-2.8-hd). The repository and SKILL.md also expose an image-generation function (image-01) not emphasized in the skill description. Registry metadata listed 'Required env vars: none' but SKILL.md and the script require MINIMAX_API_KEY — this metadata omission is inconsistent.
Instruction Scope
Runtime instructions call the included Python script which only: reads MINIMAX_API_KEY and optional MINIMAX_BASE_URL, posts to the MiniMax API endpoints, downloads returned images (for image generation), decodes hex audio, and writes files to disk. The script does not read arbitrary local files or transmit unrelated environment data. Network calls go to BASE_URL and use the API key in the Authorization header (expected for an API client).
Install Mechanism
No install spec—this is instruction-only with an included script. Required binary is Python and the code depends on the 'requests' package (script prints an error and exits if requests is missing). No unusual downloads or archive extraction are present.
Credentials
The script legitimately needs MINIMAX_API_KEY (and optionally MINIMAX_BASE_URL) to call the MiniMax API. The registry metadata incorrectly states 'Required env vars: none', which is a mismatch that could lead to confusion. No other credentials or secrets are requested.
Persistence & Privilege
Skill is not always-enabled and has no special persistence requirements. It does write temporary or output files when generating audio/images (to provided paths or temp files), which is expected behavior for a media tool.
Assessment
This skill appears to be a normal MiniMax TTS client implemented as a Python script. Before installing, you should: (1) ensure you will supply a MINIMAX_API_KEY (SKILL.md and the script require it — the registry metadata incorrectly omitted this), (2) verify you trust the MiniMax service and its domain (the script will send your API key and text to MINIMAX_BASE_URL or the default https://api.minimax.io), (3) be aware the included script also supports image generation (it will download images and write output files), (4) note small code issues (use of tempfile.mktemp and a brittle .rstrip() on BASE_URL) that are functional bugs rather than malicious behavior, and (5) review or run the script in a controlled environment if you want to inspect network traffic (to confirm calls go only to the expected API host). If you need higher assurance, ask the publisher for provenance (signed release or known source) or perform a network capture to confirm endpoints.Like a lobster shell, security has layers — review code before you run it.
latestvk975mqp0ar45a0abqa1501av5n83g06r
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔊 Clawdis
Binspython
