← Back to Skills Marketplace
65
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-tts-pro
Description
MiniMax Text-to-Speech synthesis using the HTTP REST API. Generates high-quality audio from text in 40+ languages with ultra-realistic voices. Use when the u...
Usage Guidance
This skill appears to be a normal TTS client: it sends text to minimax.io and returns audio. However the package metadata failed to declare the required MINIMAX_API_KEY (the SKILL.md and script do require it). Before installing or using it: 1) Verify the service domain (api.minimax.io) and confirm the vendor is trustworthy. 2) Only provide a MINIMAX_API_KEY with least privilege and avoid sending sensitive text until you trust the service. 3) Ask the publisher or registry to correct the metadata to declare MINIMAX_API_KEY as a required credential. 4) You can review scripts/tts.py locally (it only POSTs JSON and writes returned audio bytes) and test with non-sensitive text first. If you are uncomfortable with sending data to an external API, do not install/use the skill.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-tts-pro
Version: 1.0.0
The minimax-tts-pro skill is a legitimate tool for generating audio using the MiniMax Text-to-Speech API. The core logic in scripts/tts.py uses the requests library to send text to the official MiniMax endpoint (api.minimax.io) and saves the returned audio data to a local file. It correctly handles API authentication via environment variables and supports both standard and streaming responses. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and scripts/tts.py all implement a TTS HTTP client to api.minimax.io — that capability is coherent. However the registry metadata lists no required environment variables or primary credential, while the SKILL.md and script require MINIMAX_API_KEY (or --api_key). The missing declared credential is an inconsistency.
Instruction Scope
SKILL.md instructs the agent to call the MiniMax REST endpoints (api.minimax.io / api-uw.minimax.io) and to run scripts/tts.py with provided flags. The instructions do not attempt to read unrelated files or credentials; they only reference MINIMAX_API_KEY (and an optional override).
Install Mechanism
No install spec is provided (instruction-only with an included script). No downloads or archive extracts are requested, so nothing is written to disk by an installer step beyond running the included script.
Credentials
The skill requires a bearer token (MINIMAX_API_KEY) to authenticate to the external TTS API — this is proportional for a remote TTS service. The concern is the skill registry metadata did not declare this required env var or a primary credential, which is a mismatch that could cause confusion or conceal required secrets.
Persistence & Privilege
always is false and there is no install step that requests persistent system-wide changes. The skill does not attempt to modify other skills or system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-tts-pro - After installation, invoke the skill by name or use
/minimax-tts-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of MiniMax Text-to-Speech Pro:
- Supports generating high-quality, ultra-realistic speech audio in 40+ languages.
- Offers 200+ voices and multiple audio formats (mp3, wav, pcm) with adjustable speed, pitch, and volume.
- Features advanced options including streaming and non-streaming modes, sound tags, and voice effects.
- Provides CLI script with customizable parameters for model, voice, format, and API usage.
- Includes comprehensive documentation with usage examples and supported features.
Metadata
Frequently Asked Questions
What is Minimax Tts?
MiniMax Text-to-Speech synthesis using the HTTP REST API. Generates high-quality audio from text in 40+ languages with ultra-realistic voices. Use when the u... It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.
How do I install Minimax Tts?
Run "/install minimax-tts-pro" 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 Fuzzyb33s (@fuzzyb33s); the current version is v1.0.0.
More Skills