← 返回 Skills 市场
3883
总下载
9
收藏
38
当前安装
1
版本数
在 OpenClaw 中安装
/install qwen-tts
功能描述
Local text-to-speech using Qwen3-TTS-12Hz-1.7B-CustomVoice. Use when generating audio from text, creating voice messages, or when TTS is requested. Supports 10 languages including Italian, 9 premium speaker voices, and instruction-based voice control (emotion, tone, style). Alternative to cloud-based TTS services like ElevenLabs. Runs entirely offline after initial model download.
安全使用建议
Install only if you intend to use both local ML TTS and possibly a remote TTS server. Keep QWEN_TTS_REMOTE unset for private/offline use, avoid sending sensitive text to remote endpoints, bind any server to localhost or a tightly controlled private network, and add access controls before exposing it.
功能分析
Type: OpenClaw Skill
Name: qwen-tts
Version: 1.0.0
The skill provides text-to-speech functionality, supporting both local execution and a remote server option. The `scripts/setup.sh` script creates a Python virtual environment and installs legitimate Python packages (`qwen-tts`, `soundfile`). The `scripts/tts.py` and `scripts/tts-voicedesign.py` scripts either perform local TTS or connect to a user-configured remote server. The `MAC_SERVER.md` document describes how to set up a server on a separate machine (Mac), including using `launchd` for persistence, which is a standard practice for user-deployed services and not a malicious persistence mechanism on the agent's host. All observed behaviors, including network access for remote TTS and model downloads from Hugging Face, are clearly aligned with the stated purpose and lack any indicators of intentional harmful behavior or prompt injection against the OpenClaw agent.
能力评估
Purpose & Capability
Local TTS is coherent and implemented, but the main description says it runs entirely offline after model download while bundled scripts and docs support remote client/server TTS and a separate VoiceDesign remote client.
Instruction Scope
The server defaults to binding on 0.0.0.0, has no visible authentication or TLS controls, and lets requesters supply a model name that is passed to model loading.
Install Mechanism
Manual setup creates a local Python virtual environment and installs expected TTS dependencies; package/model downloads are expected for this purpose but are not pinned or tightly constrained.
Credentials
Remote mode sends user text, speaker or voice description, language, instructions, and model choice over HTTP to a user-configured server, which is broader than the offline framing implies.
Persistence & Privilege
The launchd persistence instructions are optional and documented for a user-run Mac server, but they can keep a network-exposed unauthenticated service running.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qwen-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/qwen-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of qwen-tts v1.0.0:
- Adds offline local text-to-speech using Qwen3-TTS-12Hz-1.7B-CustomVoice.
- Supports 10 languages, including Italian, with 9 premium speaker voices.
- Instruction-based voice control: adjust emotion, tone, and style from the command line.
- Provides easy setup and quick command-line usage; outputs standard WAV files.
- Integrates with OpenClaw and alternatives to cloud-based TTS (like ElevenLabs).
元数据
常见问题
Qwen3-tts 是什么?
Local text-to-speech using Qwen3-TTS-12Hz-1.7B-CustomVoice. Use when generating audio from text, creating voice messages, or when TTS is requested. Supports 10 languages including Italian, 9 premium speaker voices, and instruction-based voice control (emotion, tone, style). Alternative to cloud-based TTS services like ElevenLabs. Runs entirely offline after initial model download. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3883 次。
如何安装 Qwen3-tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qwen-tts」即可一键安装,无需额外配置。
Qwen3-tts 是免费的吗?
是的,Qwen3-tts 完全免费(开源免费),可自由下载、安装和使用。
Qwen3-tts 支持哪些平台?
Qwen3-tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qwen3-tts?
由 paki81(@paki81)开发并维护,当前版本 v1.0.0。
推荐 Skills