← Back to Skills Marketplace
1535
Downloads
1
Stars
13
Active Installs
1
Versions
Install in OpenClaw
/install minimax-tts-cn
Description
调用MiniMax语音合成API,支持中文多音色、高质量文本转语音,提供流式和非流式音频输出。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-tts-cn - After installation, invoke the skill by name or use
/minimax-tts-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
MiniMax TTS 1.0.0 初始发布
- 支持中文文本转语音(TTS)功能,含系统和克隆音色
- 可通过命令行选择模型、音色、语速、输出格式等参数
- 支持获取账号下所有可用音色
- 提供流式和非流式输出选项
- 易于集成,需配置 MINIMAX_API_KEY 环境变量
Metadata
Frequently Asked Questions
What is MiniMax TTS 国内版?
调用MiniMax语音合成API,支持中文多音色、高质量文本转语音,提供流式和非流式音频输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1535 downloads so far.
How do I install MiniMax TTS 国内版?
Run "/install minimax-tts-cn" 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 (open-source). 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 whille (@whille); the current version is v1.0.0.
More Skills