← Back to Skills Marketplace
jiachuan-1

Tts Voice Ai

by jiachuan-1 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
568
Downloads
27
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install tts-voice-ai
Description
AI多语言文字转语音工具,支持中文、英文、日语、韩语、粤语语音生成、配音、有声书及语音克隆。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tts-voice-ai
  3. After installation, invoke the skill by name or use /tts-voice-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tts-voice-ai
Version 1.1.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is Tts Voice Ai?

AI多语言文字转语音工具,支持中文、英文、日语、韩语、粤语语音生成、配音、有声书及语音克隆。 It is an AI Agent Skill for Claude Code / OpenClaw, with 568 downloads so far.

How do I install Tts Voice Ai?

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

Is Tts Voice Ai free?

Yes, Tts Voice Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tts Voice Ai support?

Tts Voice Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tts Voice Ai?

It is built and maintained by jiachuan-1 (@jiachuan-1); the current version is v1.1.0.

💬 Comments