← 返回 Skills 市场
MiniMax TTS Generator
作者
lanhaixuan
· GitHub ↗
· v1.0.0
· MIT-0
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-tts-generator
功能描述
Text-to-speech (TTS) generation using MiniMax API. Converts text into natural-sounding speech with support for multiple voices, adjustable speed and pitch, a...
安全使用建议
This skill appears to implement a legitimate MiniMax TTS client and only requires your MiniMax API key. Before installing: (1) Review and confirm you are comfortable providing MINIMAX_API_KEY (the script sends it as a Bearer token to the API). (2) Install ffmpeg if you plan to use multi-segment output (the script calls ffmpeg but ffmpeg is not listed as a required binary). (3) Be aware the code will read ~/.openclaw/openclaw.json and write audio files to ~/.openclaw/workspace/tmp (check those paths and permissions). (4) The script supports an environment override MINIMAX_API_HOST — don't set this to an untrusted host (an attacker-controlled host could capture your API key). (5) If you do not fully trust the skill source, review the included minimax_tts.py before running it (it performs network requests and executes ffmpeg via subprocess). If these points are acceptable or fixed (declare ffmpeg as required, document MINIMAX_API_HOST), the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: minimax-tts-generator
Version: 1.0.0
The skill is a legitimate text-to-speech generator using the MiniMax API. The Python script `scripts/minimax_tts.py` correctly handles API authentication via environment variables or the standard OpenClaw configuration file and uses `ffmpeg` for audio processing. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code: the script sends text to MiniMax endpoints and returns/writes audio. Required binary python3 and MINIMAX_API_KEY are appropriate for a TTS client. The network endpoints in code point to api.minimaxi.com which aligns with the stated MiniMax purpose.
Instruction Scope
SKILL.md instructs running the included Python script and storing the API key in env or openclaw config — this matches the code. The runtime does read the user's openclaw config (~/.openclaw/openclaw.json) and writes audio to ~/.openclaw/workspace/tmp; both are documented in SKILL.md. The script uses subprocess.run to call ffmpeg when concatenating segments; the SKILL.md examples show multi-segment usage but do not declare ffmpeg as a required binary. Also the code allows overriding the API host via MINIMAX_API_HOST (which can redirect network calls) — this override is not declared as a required env var in the registry metadata.
Install Mechanism
This is instruction-only / contained code included in the skill bundle with no network-download install step. No external archives or installers are fetched during install, which lowers supply-chain risk.
Credentials
The only declared required credential is MINIMAX_API_KEY (primaryEnv) which is proportionate for a TTS API client. The code also reads MINIMAX_API_HOST if set (not declared in requires.env) and the openclaw config file; both are reasonable but the undocumented MINIMAX_API_HOST allows redirecting requests to an arbitrary host and should be noted.
Persistence & Privilege
The skill does not request always:true, does not demand extra system privileges, and confines storage to ~/.openclaw/workspace/tmp and its own config entry in ~/.openclaw/openclaw.json. It does not modify other skills' settings or system-wide configs beyond its own entry.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-tts-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-tts-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Text-to-speech generation using MiniMax speech-2.8-hd API. Supports multiple Chinese voices, adjustable speed/pitch, MP3/WAV/PCM output formats.
元数据
常见问题
MiniMax TTS Generator 是什么?
Text-to-speech (TTS) generation using MiniMax API. Converts text into natural-sounding speech with support for multiple voices, adjustable speed and pitch, a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 MiniMax TTS Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-tts-generator」即可一键安装,无需额外配置。
MiniMax TTS Generator 是免费的吗?
是的,MiniMax TTS Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax TTS Generator 支持哪些平台?
MiniMax TTS Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax TTS Generator?
由 lanhaixuan(@lanhaixuan)开发并维护,当前版本 v1.0.0。
推荐 Skills