← Back to Skills Marketplace
seacozz2007

minimax-tts-send

by Eric · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
297
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install minimax-tts-send
Description
调用 MiniMax 语音合成 API 生成语音,发送语音消息。支持系统音色、克隆音色、流式/非流式输出。使用场景:用户需要生成高质量中文语音、语音合成、文本转语音。
Usage Guidance
Do not install or run this skill in a production environment until these issues are resolved. The package embeds a bearer API key in scripts/tts.py and uses an API domain that doesn't match the documented homepage — this could be a leaked/compromised key or a misconfigured/malicious endpoint. Ask the author to: (1) remove the hardcoded key and require the operator to provide their own API key via an environment variable (e.g., MINIMAX_API_KEY), (2) explain/confirm the correct API hostname and update SKILL.md to document it, and (3) rotate/revoke the embedded key if it is real. If you must test it, run in an isolated sandbox or VM with network monitoring, and avoid exposing any sensitive systems or credentials.
Capability Analysis
Type: OpenClaw Skill Name: minimax-tts-send Version: 1.0.1 The skill contains a hardcoded API key in `scripts/tts.py` (sk-api-Tszh...), which is a significant security vulnerability and poor practice. While the script appears to function as described for MiniMax TTS services using the domain `api.minimaxi.com`, the inclusion of static credentials poses a risk of credential leakage or misuse, though no direct evidence of malicious intent against the user was identified.
Capability Assessment
Purpose & Capability
Name/description match the included code (a TTS client). However the skill declares no required credentials/env vars while the script embeds a bearer API key directly in get_api_key(), which is inconsistent and not proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python script and sending the generated audio; that is within scope. But the runtime instructions do not mention the embedded secret or the specific API endpoint used, so an operator would not expect the skill to ship a hardcoded credential or contact the non-obvious API host.
Install Mechanism
No install spec; the skill is instruction-only with a small Python script — minimal installation risk (nothing downloaded from arbitrary URLs).
Credentials
The skill requests no environment variables or credentials, yet the code contains a hardcoded bearer API key and uses API_BASE = "https://api.minimaxi.com" (note domain differs from the published homepage minimax.io). Hardcoded secrets and a domain mismatch are disproportionate and problematic.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-tts-send
  3. After installation, invoke the skill by name or use /minimax-tts-send
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated SKILL.md to anonymize example target ID in the Telegram sending command from a specific number to "xxxxxxx". - No code or functionality changes.
v1.0.0
- Initial release introducing MiniMax TTS skill. - Supports generating and sending speech via MiniMax TTS API. - Allows selection of system and cloned voices, and choice of streaming/non-streaming output. - Provides command-line tools for text-to-speech conversion and voice message sending. - Lists common system voices; supports listing all available voices with a command. - Includes detailed usage instructions and parameter options.
Metadata
Slug minimax-tts-send
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is minimax-tts-send?

调用 MiniMax 语音合成 API 生成语音,发送语音消息。支持系统音色、克隆音色、流式/非流式输出。使用场景:用户需要生成高质量中文语音、语音合成、文本转语音。 It is an AI Agent Skill for Claude Code / OpenClaw, with 297 downloads so far.

How do I install minimax-tts-send?

Run "/install minimax-tts-send" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is minimax-tts-send free?

Yes, minimax-tts-send is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does minimax-tts-send support?

minimax-tts-send is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created minimax-tts-send?

It is built and maintained by Eric (@seacozz2007); the current version is v1.0.1.

💬 Comments