snowvoice-tts

本地中文语音合成工具,基于 Qwen3-TTS。当用户需要将文字转换为语音、克隆声音、 设计新音色或生成对话配音时触发。支持自然语言直接调用 snowvoice CLI 生成音频。 Keywords: TTS, 语音合成, 文字转语音, 声音克隆, 音色设计, 配音, snowvoice, 语音生成.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "snowvoice-tts" with this command: npx skills add webkubor/snowvoice-tts

SnowVoice TTS

本地中文语音合成 Skill,基于 SnowVoice Studio (Qwen3-TTS)

触发条件

  • "把这段话转成语音" / "用小烛的声音说你好"
  • "克隆这个声音" / "设计一个温柔的女声"
  • "生成一段配音" / "帮我朗读这段文字"

环境初始化

首次使用前,必须确保 SnowVoice Studio 已安装。 Agent 应自动检测并引导安装。

检查环境

python3 scripts/init.py status

一键安装(推荐)

python3 scripts/init.py setup

这会自动完成:git clone → venv 创建 → 依赖安装 → 模型下载(约 3GB)

分步安装

python3 scripts/init.py install          # 仅安装软件
python3 scripts/init.py download-model Base-1.7B          # 下载克隆模型
python3 scripts/init.py download-model VoiceDesign-1.7B   # 下载设计模型

安装路径

默认安装到 ~/.snowvoice-studio。如果开发者路径 ~/Desktop/personal/tts 存在也会被识别。

执行流程

  1. 检查环境:确认 snowvoice 可用(自动发现路径)
  2. 识别意图:判断克隆/设计/列表
  3. 提取参数:文字内容 + 音色(自然语言解析)
  4. 构建并执行命令python -m cli.app clone/design <args>(在 snowvoice 项目目录下)
  5. 返回结果:音频文件完整路径

核心命令

克隆(最常用)

# 在 snowvoice 项目目录下执行
python -m cli.app clone <persona_key> "要合成的文字"
python -m cli.app clone <persona_key> "文字" --tone "温柔" --emotion "Happy"

音色设计

python -m cli.app design <voice_name> "建模短句" --tone "描述"

音色列表

python -m cli.app voice list

音色速查

简称persona_key说明
顾栖月gu_qiyue默认音色
小烛candy小烛原版
小烛傲娇candy_cool傲娇大小姐
小烛腹黑candy_mischievous腹黑小恶魔
王爷沉稳王爷-儒武沉稳儒武风格
王爷冷峻王爷-冷峻锋压冷峻风格
星栀星栀-暧昧撩人AI女友
夜棠夜棠-午夜耳语AI女友
朝朝朝朝-元气阳光AI女友
宁观尘ning_guanchen男声
江湖老人jianghu_laoren老年男声
搞笑男zhou_xingchi港式无厘头

完整列表运行 snowvoice voice list 查看。自然语言映射见 scripts/tts_skill.py 的 PERSONA_MAP。

注意事项

  1. 首次使用必须初始化python3 scripts/init.py setup
  2. 模型下载约 3GB:首次可能需要 10-30 分钟
  3. 仅支持 macOS Apple Silicon(MPS 加速)
  4. 执行超时:合成一条语音约 10-30 秒,已设 5 分钟超时
  5. 输出路径:默认在 snowvoice 项目的 out/ 目录

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Openclaw Mlx Audio

Local TTS/STT integration for OpenClaw using mlx-audio - Zero API keys, Zero cloud dependency

Registry SourceRecently Updated
2771Profile unavailable
General

Pocket TTS Complete Documentation

Generate speech from text using Kyutai Pocket TTS - lightweight, CPU-friendly, streaming TTS with voice cloning. English only. ~6x real-time on M4 MacBook Air.

Registry SourceRecently Updated
1K0Profile unavailable
General

Claw Desktop Pet

Give OpenClaw a body — a tiny fluid glass ball desktop pet with voice cloning, 15+ eye expressions, desktop lyrics overlay, and 7 mood colors. Electron-based, pure CSS/JS animation.

Registry SourceRecently Updated
2K1Profile unavailable
Coding

Google Colab GPU Runtime

Execute code on Google Colab GPU runtimes (T4/L4/A100/H100) and manage persistent storage via Google Drive. Use when tasks need GPU compute (ML training, inf...

Registry SourceRecently Updated
1970Profile unavailable