← 返回 Skills 市场
webkubor

Snowvoice Tts

作者 webkubor · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
90
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install snowvoice-tts
功能描述
本地中文语音合成工具,基于 Qwen3-TTS。当用户需要将文字转换为语音、克隆声音、 设计新音色或生成对话配音时触发。支持自然语言直接调用 snowvoice CLI 生成音频。 Keywords: TTS, 语音合成, 文字转语音, 声音克隆, 音色设计, 配音, snowvoice, 语音生成.
安全使用建议
This skill is coherent for local TTS: it clones an upstream GitHub project and executes that project's install.sh, then downloads ~3GB of models and runs the installed CLI. Before installing, review the upstream repository (especially install.sh) to ensure you trust it; confirm you have sufficient disk space and bandwidth; consider running the setup manually in a sandbox or virtual environment rather than allowing an agent to run it autonomously; note SKILL.md claims macOS Apple Silicon but the scripts do not strictly enforce OS checks (they only check Python version and git). If you are uncomfortable with remote install scripts executing on your machine, do not run the automated setup and instead perform a manual, inspected installation.
功能分析
Type: OpenClaw Skill Name: snowvoice-tts Version: 1.0.2 The snowvoice-tts skill automates the installation of a third-party repository by cloning from GitHub (snowvoice-studio) and executing a shell script (install.sh) via scripts/init.py. While this behavior is aligned with the stated purpose of setting up a local TTS engine, the execution of remote scripts and the downloading of large models (approx. 3GB) from ModelScope represent a supply-chain risk. The skill also utilizes subprocess.run in scripts/tts_skill.py to execute CLI commands, which is a high-risk capability if the underlying tool or repository is compromised.
能力评估
Purpose & Capability
Name/description (local SnowVoice TTS, voice cloning/design) match the provided code and runtime instructions: the skill discovers/installs a SnowVoice repo, manages model downloads, and wraps the snowvoice CLI.
Instruction Scope
SKILL.md and scripts instruct the agent to clone the upstream GitHub repo, run its install.sh, download ~3GB of models, and run the project's CLI. The instructions stay within TTS/installation scope but include executing install.sh from the cloned repo (see install_mechanism).
Install Mechanism
No packaged install spec, but init.py will git clone https://github.com/webkubor/snowvoice-studio and execute its install.sh (bash). Cloning from GitHub is expected, but executing a remote install script on the user's machine is a meaningful risk that users should review; model downloads (via modelscope CLI) will contact external model registries.
Credentials
The skill requests no environment variables, credentials, or unusual config paths beyond writing to user-home under ~/.snowvoice-studio (and an optional Desktop path). The filesystem access is proportionate for a local TTS installer.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It will install files under the user's home directory (default ~/.snowvoice-studio) which is normal for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install snowvoice-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /snowvoice-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
add GitHub URL, bump version
v1.0.1
Add GitHub repo URL to SKILL.md
v1.0.0
Initial release: 本地中文语音合成,基于 Qwen3-TTS,支持声音克隆和音色设计
元数据
Slug snowvoice-tts
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Snowvoice Tts 是什么?

本地中文语音合成工具,基于 Qwen3-TTS。当用户需要将文字转换为语音、克隆声音、 设计新音色或生成对话配音时触发。支持自然语言直接调用 snowvoice CLI 生成音频。 Keywords: TTS, 语音合成, 文字转语音, 声音克隆, 音色设计, 配音, snowvoice, 语音生成. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Snowvoice Tts?

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

Snowvoice Tts 是免费的吗?

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

Snowvoice Tts 支持哪些平台?

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

谁开发了 Snowvoice Tts?

由 webkubor(@webkubor)开发并维护,当前版本 v1.0.2。

💬 留言讨论