← 返回 Skills 市场
whille

MiniMax TTS 国内版

作者 whille · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1535
总下载
1
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-tts-cn
功能描述
调用MiniMax语音合成API,支持中文多音色、高质量文本转语音,提供流式和非流式音频输出。
安全使用建议
This skill mostly behaves like a normal TTS client, but review the following before installing or using it: - Verify the API endpoint: the SKILL.md homepage references platform.minimax.io, but the script calls https://api.minimaxi.com (note the extra 'i' in minimaxi). That could be a harmless typo or point to an unintended/malicious host; confirm the correct API domain with the vendor/documentation before providing an API key. - Metadata mismatch: the registry entry claims no required env vars, while SKILL.md and the script require MINIMAX_API_KEY. Prefer skills whose published metadata matches their runtime requirements. - Limit exposure: only supply an API key that you control and can revoke; do not reuse broad-scoped or production credentials. Consider creating a limited/test account on the provider for initial use. - Code review: the script decodes hex audio and writes a local file (expected). It imports subprocess but does not use it—likely harmless but worth noting. If you have doubts, run the script in an isolated environment (container/VM) and inspect network traffic to confirm it talks only to the intended API host. - If you cannot confirm the correct API host or the publisher identity, do not provide credentials or use this skill in sensitive environments.
功能分析
Type: OpenClaw Skill Name: minimax-tts-cn Version: 1.0.0 The skill bundle appears benign. The `tts.py` script correctly uses `argparse` for command-line arguments, makes legitimate API calls to `api.minimaxi.com` using the `requests` library, and writes audio data to a local file. There is no evidence of data exfiltration, malicious execution (e.g., `os.system`, `subprocess.run` with unsanitized input, `eval`), persistence mechanisms, or obfuscation. The `SKILL.md` provides standard usage instructions and does not contain any prompt injection attempts against the OpenClaw agent.
能力评估
Purpose & Capability
The skill's name/description (MiniMax TTS) align with the code and SKILL.md: it calls a remote TTS API, accepts text and voice/model parameters, lists voices, and writes audio output. However, registry metadata claims no required env vars or primary credential while SKILL.md and the script clearly require MINIMAX_API_KEY—this metadata inconsistency is unexpected and reduces trust.
Instruction Scope
The runtime instructions and the included script stay within the stated purpose: they call TTS endpoints, list voices, decode audio and write an output file. The script does not read arbitrary user files, other environment variables, or post data to unknown endpoints beyond the declared API_BASE. It does print and write the generated audio file to disk (expected behavior for a CLI TTS tool).
Install Mechanism
There is no install spec (instruction-only plus an included Python script). That is low-risk compared to remote downloads. The SKILL.md asks for python3 and the requests package; the script imports requests. No archives or external installers are used.
Credentials
The script and SKILL.md require a single API credential (MINIMAX_API_KEY), which is proportionate for a third-party TTS API. However, the registry metadata claims no required env variables or primary credential—this mismatch is suspicious. No other secret env vars are requested or accessed by the script.
Persistence & Privilege
The skill does not request persistent or elevated privileges: always is false, it does not modify other skills or system-wide settings, and it only writes output audio files in the current working directory (or specified path).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-tts-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-tts-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
MiniMax TTS 1.0.0 初始发布 - 支持中文文本转语音(TTS)功能,含系统和克隆音色 - 可通过命令行选择模型、音色、语速、输出格式等参数 - 支持获取账号下所有可用音色 - 提供流式和非流式输出选项 - 易于集成,需配置 MINIMAX_API_KEY 环境变量
元数据
Slug minimax-tts-cn
版本 1.0.0
许可证
累计安装 13
当前安装数 13
历史版本数 1
常见问题

MiniMax TTS 国内版 是什么?

调用MiniMax语音合成API,支持中文多音色、高质量文本转语音,提供流式和非流式音频输出。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1535 次。

如何安装 MiniMax TTS 国内版?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-tts-cn」即可一键安装,无需额外配置。

MiniMax TTS 国内版 是免费的吗?

是的,MiniMax TTS 国内版 完全免费(开源免费),可自由下载、安装和使用。

MiniMax TTS 国内版 支持哪些平台?

MiniMax TTS 国内版 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MiniMax TTS 国内版?

由 whille(@whille)开发并维护,当前版本 v1.0.0。

💬 留言讨论