← 返回 Skills 市场
65
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-tts-pro
功能描述
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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-tts-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-tts-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。
如何安装 Minimax Tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-tts-pro」即可一键安装,无需额外配置。
Minimax Tts 是免费的吗?
是的,Minimax Tts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Minimax Tts 支持哪些平台?
Minimax Tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Minimax Tts?
由 Fuzzyb33s(@fuzzyb33s)开发并维护,当前版本 v1.0.0。
推荐 Skills