← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install turbos7-minimax-tts
Description
MiniMax 语音合成技能(TTS)。使用 MiniMax API 将文本转换为语音。触发场景:(1) 用户请求将文本转换为语音,(2) 用户需要特定音色的语音合成,(3) 用户想要生成不同语言的语音,(4) 用户需要长文本语音合成,(5) 用户想要克隆自己的声音。支持的模型:speech-2.8-hd, sp...
Usage Guidance
This skill appears to be a real MiniMax TTS client, but metadata omitted its required credential. Before installing: (1) confirm the MINIMAX_API_KEY requirement and only provide a key with limited scope/quota; (2) inspect the included Python scripts yourself (they're present) and ensure you have a trusted MiniMax API domain (api.minimaxi.com) and acceptable privacy/usage terms for voice cloning; (3) be aware audio files will be saved to ~/.openclaw/workspace/assets/audios by default — change that if you don't want persistent files; (4) ensure a Python runtime and the requests library are available; (5) avoid supplying broader credentials (AWS, database, etc.) since none are needed. The main risk is the metadata mismatch (undeclared secret requirement) — fix or confirm that before use.
Capability Analysis
Type: OpenClaw Skill
Name: turbos7-minimax-tts
Version: 1.1.0
The skill bundle provides a legitimate integration for the MiniMax Text-to-Speech (TTS) API, including scripts for asynchronous synthesis, voice cloning, and voice management. All network activity is directed to the official MiniMax API domain (api.minimaxi.com), and sensitive credentials like the API key are handled appropriately via environment variables. The scripts (e.g., tts_sync.py, voice_clone.py) and documentation (SKILL.md) align with the stated purpose and follow standard development practices without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the included code and docs: the scripts and references call MiniMax TTS endpoints for async/sync TTS, voice cloning and voice management. That capability is coherent with the stated purpose. However, the package metadata declares no required credentials while every script and SKILL.md rely on an environment variable MINIMAX_API_KEY — a mismatched declaration.
Instruction Scope
SKILL.md and the scripts instruct the agent to call https://api.minimaxi.com endpoints, poll task status, download audio, and save files to ~/.openclaw/workspace/assets/audios. These actions are consistent with TTS functionality. The instruction set does reference and require MINIMAX_API_KEY at runtime (os.getenv calls) even though the registry metadata omitted that requirement. The save path is under the skill workspace (not a system-wide path), but it is hard-coded in docs/scripts — consider whether you want files written there.
Install Mechanism
No install specification or external downloads; the skill is instruction- and script-based. That is lower risk than arbitrary remote installs. The included Python scripts use the requests library and expect a Python runtime; no package manager downloads or extraction from unknown URLs are present.
Credentials
All scripts require MINIMAX_API_KEY (os.getenv('MINIMAX_API_KEY')) for Bearer auth to MiniMax endpoints, but the skill's declared required env vars/primary credential fields are empty. This is a clear inconsistency: the skill will fail or implicitly require you to set a secret without metadata documenting it. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and does not request elevated or persistent platform privileges. It only writes audio files into a workspace directory and uses network calls to the stated API domains.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turbos7-minimax-tts - After installation, invoke the skill by name or use
/turbos7-minimax-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
优化:使用异步端点,自动保存音频,进度显示,音色搜索功能
v1.0.0
语音合成+音色复刻,支持多种情绪和声音效果
Metadata
Frequently Asked Questions
What is MiniMax TTS?
MiniMax 语音合成技能(TTS)。使用 MiniMax API 将文本转换为语音。触发场景:(1) 用户请求将文本转换为语音,(2) 用户需要特定音色的语音合成,(3) 用户想要生成不同语言的语音,(4) 用户需要长文本语音合成,(5) 用户想要克隆自己的声音。支持的模型:speech-2.8-hd, sp... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install MiniMax TTS?
Run "/install turbos7-minimax-tts" 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 Vesper (@turbos7); the current version is v1.1.0.
More Skills