voice-clone

Installation
SKILL.md

Voice Clone Skill

Use this skill to clone a speaker's voice and generate text-to-speech audio.

Two-Step Process

Step 1: Clone Voice (one-time)

python skills/voice-clone/clone.py <audio_sample.wav> [--transcript "text"]

Creates a speaker embedding file that can be reused.

Step 2: Generate Speech

python skills/voice-clone/speak.py <embedding.safetensors> "Text to speak"

Generates audio using the cloned voice.

Requirements

Related skills

More from smithery/ai

Installs
2
First Seen
Mar 8, 2026