← 返回 Skills 市场
77
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install turbos7-minimax-tts
功能描述
MiniMax 语音合成技能(TTS)。使用 MiniMax API 将文本转换为语音。触发场景:(1) 用户请求将文本转换为语音,(2) 用户需要特定音色的语音合成,(3) 用户想要生成不同语言的语音,(4) 用户需要长文本语音合成,(5) 用户想要克隆自己的声音。支持的模型:speech-2.8-hd, sp...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install turbos7-minimax-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/turbos7-minimax-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
优化:使用异步端点,自动保存音频,进度显示,音色搜索功能
v1.0.0
语音合成+音色复刻,支持多种情绪和声音效果
元数据
常见问题
MiniMax TTS 是什么?
MiniMax 语音合成技能(TTS)。使用 MiniMax API 将文本转换为语音。触发场景:(1) 用户请求将文本转换为语音,(2) 用户需要特定音色的语音合成,(3) 用户想要生成不同语言的语音,(4) 用户需要长文本语音合成,(5) 用户想要克隆自己的声音。支持的模型:speech-2.8-hd, sp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 MiniMax TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install turbos7-minimax-tts」即可一键安装,无需额外配置。
MiniMax TTS 是免费的吗?
是的,MiniMax TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax TTS 支持哪些平台?
MiniMax TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax TTS?
由 Vesper(@turbos7)开发并维护,当前版本 v1.1.0。
推荐 Skills