← 返回 Skills 市场
Tts Voice Ai
作者
jiachuan-1
· GitHub ↗
· v1.1.0
· MIT-0
568
总下载
27
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install tts-voice-ai
功能描述
AI多语言文字转语音工具,支持中文、英文、日语、韩语、粤语语音生成、配音、有声书及语音克隆。
安全使用建议
This package appears to be a straightforward TTS client for the MiniMax service. Before installing: (1) confirm you trust the MiniMax endpoints (api.minimaxi.com / api.minimax.io) and are comfortable providing your MINIMAX_API_KEY; (2) review the full tts.py file locally (it only uses the API key, makes POST requests, and writes an output file); (3) be aware of legal/privacy implications of voice cloning or synthesizing third-party voices. If you do not trust or recognize the MiniMax service, do not provide your API key.
功能分析
Type: OpenClaw Skill
Name: tts-voice-ai
Version: 1.1.0
The skill bundle is a legitimate implementation of a Text-to-Speech tool using the MiniMax API. The Python script (tts.py) correctly handles API authentication via environment variables, performs language detection, and saves the synthesized audio to a local file without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (TTS, voice cloning) match the declared env var (MINIMAX_API_KEY), required binary (python3) and pip dependency (requests). The code calls MiniMax endpoints and maps voices/languages; these are expected for a TTS client.
Instruction Scope
SKILL.md instructs setting MINIMAX_API_KEY and running the provided tts.py with CLI flags. The instructions and code only perform language detection, voice selection, HTTP POSTs to MiniMax APIs, and write an audio output file—no broad file reads, system interrogation, or external endpoints outside the stated service.
Install Mechanism
No install spec or third-party downloads are present. It's an instruction-and-script package that relies on python3 and the requests library (declared). Nothing is fetched from arbitrary URLs or installed to system paths.
Credentials
Only MINIMAX_API_KEY is required and is used by the script to authenticate to the MiniMax API. No other credentials, secrets, or unrelated env vars are requested or referenced.
Persistence & Privilege
Skill is not always-on and does not request elevated persistence. It does not modify other skills or system-wide configs; it just runs as a standalone script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tts-voice-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/tts-voice-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added support for the --language-boost parameter to enhance small language and dialect recognition.
- Updated documentation and usage examples to recommend --language-boost "Chinese,Yue" for Cantonese TTS.
- Expanded parameter table: now includes --language-boost / -b.
- Added section explaining Language Boost usage and recommended values for each language.
- Clarified that Cantonese requires "Chinese,Yue" for proper output.
v1.0.0
Initial release of tts-voice-ai:
- Provides AI-powered text-to-speech (TTS) supporting Mandarin, English, Japanese, Korean, Cantonese, and Taiwanese voice synthesis.
- Supports voice cloning, multiple preset voices, style/gender/age/language control, and direct MiniMax API integration (domestic/international).
- Offers an easy CLI for speech generation, output formatting, and listing available voices.
- Suitable for audiobook production, dubbing, content creation, voice notification, and multilingual scenarios.
- Includes quickstart and detailed usage examples in SKILL.md.
元数据
常见问题
Tts Voice Ai 是什么?
AI多语言文字转语音工具,支持中文、英文、日语、韩语、粤语语音生成、配音、有声书及语音克隆。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 568 次。
如何安装 Tts Voice Ai?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tts-voice-ai」即可一键安装,无需额外配置。
Tts Voice Ai 是免费的吗?
是的,Tts Voice Ai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tts Voice Ai 支持哪些平台?
Tts Voice Ai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tts Voice Ai?
由 jiachuan-1(@jiachuan-1)开发并维护,当前版本 v1.1.0。
推荐 Skills