← Back to Skills Marketplace
jlin53882

minimax-tts

by jlin53882 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
324
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install minimax-tts-voice
Description
Use MiniMax speech-2.8-hd model for high-quality text-to-speech synthesis. Supports multiple Chinese and English voices. Install when needed.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: minimax-tts-voice Version: 1.0.0 The skill is a legitimate integration for the MiniMax API, providing text-to-speech and image generation capabilities. The script `scripts/minimax_media.py` uses standard libraries (requests, argparse) to interact with the official MiniMax endpoints and handles API keys securely via environment variables. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-tts-voice
  3. After installation, invoke the skill by name or use /minimax-tts-voice
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: MiniMax speech-2.8-hd TTS
Metadata
Slug minimax-tts-voice
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is minimax-tts?

Use MiniMax speech-2.8-hd model for high-quality text-to-speech synthesis. Supports multiple Chinese and English voices. Install when needed. It is an AI Agent Skill for Claude Code / OpenClaw, with 324 downloads so far.

How do I install minimax-tts?

Run "/install minimax-tts-voice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is minimax-tts free?

Yes, minimax-tts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does minimax-tts support?

minimax-tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created minimax-tts?

It is built and maintained by jlin53882 (@jlin53882); the current version is v1.0.0.

💬 Comments