qwen3-tts

Generate multilingual CustomVoice samples and one-off voice replies with Qwen3‑TTS (no Remotion). Includes local setup (Conda Py3.12) and simple CLI scripts.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "qwen3-tts" with this command: npx skills add yusufferdogan/openclaw-qwen-tts-skill/yusufferdogan-openclaw-qwen-tts-skill-qwen3-tts

Qwen3‑TTS Skill (TTS‑only)

This skill provides:

  • Python 3.12 Conda env + qwen-tts install
  • Batch audio generation from sample text
  • One-off voice replies from arbitrary text (returns WAV path)
  • Toggle for auto voice replies

No Remotion/video rendering is included in this skill.

Prereqs

  • macOS with Homebrew
  • Conda/Miniforge (auto-installed if missing)
  • FFmpeg (system)

Quick Start

# 1) Prepare env (Conda + Python 3.12)
bash scripts/setup-python.sh

# 2) Generate audio samples
TEXT="This is a voice test." bash scripts/generate-audio.sh

# Outputs WAV files under clawd/tmp/qwen_samples/

One-off voice reply

TEXT="Your message here" SPEAKER=Ryan LANG=English bash scripts/voice-reply.sh
# -> prints /Users/yusuf/clawd/tmp/qwen_voice/voice-<ts>.wav

Toggle auto-voice replies:

bash scripts/enable-voice-replies.sh
bash scripts/disable-voice-replies.sh
# Wrapper respecting the toggle:
bash scripts/reply-or-voice.sh "Your message" Ryan English

Notes

  • For higher quality or cloning, switch models in scripts/generate-audio.py
  • CPU works but GPU is faster

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

qwen3-tts

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Agent Dev Workflow

Orchestrate coding agents (Claude Code, Codex, etc.) to implement coding tasks through a structured workflow. Use when the user gives a coding requirement, f...

Registry SourceRecently Updated
Coding

Tesla Commander

Command and monitor Tesla vehicles via the Fleet API. Check status, control climate/charging/locks, track location, and analyze trip history. Use when you ne...

Registry SourceRecently Updated
Coding

Skill Creator (Opencode)

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a...

Registry SourceRecently Updated