← Back to Skills Marketplace
ghwyever

06 Tts Voice

by GHwyever · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
178
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install 06-tts-voice
Description
Convert short drama dialogues into multi-character, emotional TTS audio matching scene rhythm for enhanced expressive content.
README (SKILL.md)

语音合成TTS技能

功能介绍

将短剧台词转为自然、带情感的配音音频,适配短剧节奏。

输入参数

  • dialogue:台词文本(必填)

输出结果

  • audio_url:生成语音地址

使用场景

  • 短剧角色配音
  • 短视频旁白制作
  • 批量语音生成

技术说明

支持通用TTS模型,需配置 API_KEY、API_BASE、MODEL_NAME。

Usage Guidance
This skill forwards your provided dialogue to the HTTP API you configure via API_BASE using the API_KEY you supply. Before installing or using it: (1) point API_BASE to a trusted TTS provider and verify its privacy/retention policy, (2) use an API key with least privilege and rotate/revoke it if needed, (3) avoid sending highly sensitive content through unknown endpoints, and (4) confirm that returned audio_url points to the expected host and content. The implementation is small and clear, but data exfiltration risk depends entirely on the remote endpoint you configure.
Capability Analysis
Type: OpenClaw Skill Name: 06-tts-voice Version: 1.0.3 The skill is a standard Text-to-Speech (TTS) integration that sends text to a user-defined API endpoint. The code in skill.js and the configuration in manifest.json correctly handle environment variables (API_KEY, API_BASE) and inputs without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (TTS for short drama/dialogue) match the implementation: skill.js posts the dialogue to a TTS endpoint using model, API key, and base URL. No unrelated capabilities or extra privileges are requested.
Instruction Scope
SKILL.md and code both require API_KEY, API_BASE, and MODEL_NAME and only send the dialogue text to `${API_BASE}/tts`. This is expected, but it means user-provided dialogue is transmitted to whatever host API_BASE points to — the SKILL.md does not identify or vouch for any provider, so the user must ensure the configured endpoint is trusted.
Install Mechanism
Instruction-only with a small nodejs skill.js file; there is no install script, no downloads, and no additional packages pulled in. Low install risk.
Credentials
Declared environment variables (API_KEY, API_BASE, MODEL_NAME) are directly used by the code and are appropriate for a generic TTS integration. API_KEY is sensitive — its use here is justified by the integration but requires the user to trust the remote service.
Persistence & Privilege
always:false and no modifications to other skills or system settings. The skill does not request persistent/system-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install 06-tts-voice
  3. After installation, invoke the skill by name or use /06-tts-voice
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated skill documentation with a more concise and generalized description. - Clarified supported use cases and removed specialized details. - Simplified technical instructions, specifying required configuration parameters. - Removed the _meta.json file.
v1.0.2
- Updated manifest.json with minor adjustments. - No user-facing feature changes.
v1.0.1
- Added metadata file (_meta.json) for the skill. - No changes to functionality or documentation.
v1.0.0
- Initial release of TTS配音技能. - Converts short drama scripts into multi-character, emotion-rich audio using LingYa AI TTS. - Supports dialogue input and outputs an audio URL. - Allows flexible adjustment of voice type, emotion, and speed via environment variables for optimal character matching. - Enables efficient, high-quality audio generation for content creators.
Metadata
Slug 06-tts-voice
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is 06 Tts Voice?

Convert short drama dialogues into multi-character, emotional TTS audio matching scene rhythm for enhanced expressive content. It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.

How do I install 06 Tts Voice?

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

Is 06 Tts Voice free?

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

Which platforms does 06 Tts Voice support?

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

Who created 06 Tts Voice?

It is built and maintained by GHwyever (@ghwyever); the current version is v1.0.3.

💬 Comments