voice-clone-bot
Installation
SKILL.md
Voice Clone Skill
A self-initializing, zero-configuration voice cloning skill. It manages a background TTS daemon that keeps heavy model weights in memory for fast inference. Supports multiple engines and unlimited text length.
Quick reference
| Item | Value |
|---|---|
| Entry script | bash scripts/run_tts.sh --text "..." --ref_audio "..." [--speed 1.0] [--output_dir "..."] |
| Output | Single line: absolute path to generated .ogg file |
| Attachment format | MEDIA:<output_path> |
| Default engine | F5-TTS (env TTS_BACKEND=f5) |
| Host/Port config | .env (TTS_SERVER_HOST, TTS_SERVER_PORT) |