← 返回 Skills 市场
ghwyever

06 Tts Voice

作者 GHwyever · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
178
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 06-tts-voice
功能描述
Convert short drama dialogues into multi-character, emotional TTS audio matching scene rhythm for enhanced expressive content.
使用说明 (SKILL.md)

语音合成TTS技能

功能介绍

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

输入参数

  • dialogue:台词文本(必填)

输出结果

  • audio_url:生成语音地址

使用场景

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

技术说明

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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 06-tts-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /06-tts-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug 06-tts-voice
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

06 Tts Voice 是什么?

Convert short drama dialogues into multi-character, emotional TTS audio matching scene rhythm for enhanced expressive content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。

如何安装 06 Tts Voice?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install 06-tts-voice」即可一键安装,无需额外配置。

06 Tts Voice 是免费的吗?

是的,06 Tts Voice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

06 Tts Voice 支持哪些平台?

06 Tts Voice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 06 Tts Voice?

由 GHwyever(@ghwyever)开发并维护,当前版本 v1.0.3。

💬 留言讨论