首页龙虾技能列表 › minimax-tts — 高质量文本转语音合成

🔊 minimax-tts — 高质量文本转语音合成

v1.0.0

利用 MiniMax speech-2.8-hd 模型进行高质量文本转语音合成,支持多种中文和英文声音。按需安装。

0· 233·0 当前·0 累计
by @jlin53882·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/24
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的代码和指令与 MiniMax TTS 工具匹配,使用 API 密钥和 Python;虽然看似无恶意,但有一些不匹配和小风险,在安装前应注意。
评估建议
该技能似乎是一个正常的 MiniMax TTS 客户端,实现为 Python 脚本。安装前应:(1)确保提供 MINIMAX_API_KEY(SKILL.md 和脚本都需要,但注册元数据错误地省略了这一点),(2)验证信任 MiniMax 服务及其域名(脚本将发送您的 API 密钥和文本到 MINIMAX_BASE_URL 或默认的 https://api.minimax.io),(3)了解包含的脚本也支持图像生成(将下载图像并写入输出文件),(4)注意小的代码问题(使用 tempfile.mktemp 和 BASE_URL 上的脆弱 .rstrip())这些是功能 bug 而非恶意行为,并(5)如果想要检查网络流量,在受控环境中审查或运行脚本(以确认调用仅发送到预期的 API 主机)。如果需要更高的保证,请要求发布者提供来源证明(签名发布或已知源)或进行网络捕获以确认端点。...
详细分析 ▾
用途与能力
Primary purpose is TTS and the script implements TTS using MiniMax (speech-2.8-hd). The repository and SKILL.md also expose an image-generation function (image-01) not emphasized in the skill description. Registry metadata listed 'Required env vars: none' but SKILL.md and the script require MINIMAX_API_KEY — this metadata omission is inconsistent.
指令范围
Runtime instructions call the included Python script which only: reads MINIMAX_API_KEY and optional MINIMAX_BASE_URL, posts to the MiniMax API endpoints, downloads returned images (for image generation), decodes hex audio, and writes files to disk. The script does not read arbitrary local files or transmit unrelated environment data. Network calls go to BASE_URL and use the API key in the Authorization header (expected for an API client).
安装机制
No install spec—this is instruction-only with an included script. Required binary is Python and the code depends on the 'requests' package (script prints an error and exits if requests is missing). No unusual downloads or archive extraction are present.
凭证需求
The script legitimately needs MINIMAX_API_KEY (and optionally MINIMAX_BASE_URL) to call the MiniMax API. The registry metadata incorrectly states 'Required env vars: none', which is a mismatch that could lead to confusion. No other credentials or secrets are requested.
持久化与权限
Skill is not always-enabled and has no special persistence requirements. It does write temporary or output files when generating audio/images (to provided paths or temp files), which is expected behavior for a media tool.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/24

初始发布:MiniMax speech-2.8-hd TTS

● 无害

安装命令 点击复制

官方npx clawhub@latest install minimax-tts-voice
镜像加速npx clawhub@latest install minimax-tts-voice --registry https://cn.clawhub-mirror.com

技能文档

MiniMax 文本转语音调用

调用方式:python scripts/minimax_media.py tts "<文本>" [选项]

用法

python scripts/minimax_media.py tts "你好,这是语音测试。" --voice female-tianmei --speed 1.0

选项

  • --voice: 声音 ID(见下)
  • --speed: 语音速度 0.5 ~ 2.0(默认:1.0)
  • --output: 输出 MP3 文件路径

可用声音

声音 ID语言性别
female-tianmei中文
male-qn-qingse中文
male-qn-jianbin中文
English_expressive_narrator英文
返回:{"audio_path": "...", "size_bytes": ..., "duration_hint": "..."}

环境变量

  • MINIMAX_API_KEY — 必需
  • MINIMAX_BASE_URL — 可选(默认:https://api.minimax.io)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务