voice-cloning

Generate local speech audio and cloned voices as WAV files.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Zedit42/clawdbot-skills --skill voice-cloning-zedit42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-cloning
Source: https://github.com/Zedit42/clawdbot-skills/tree/main/voice-cloning
Command: npx skills add https://github.com/Zedit42/clawdbot-skills --skill voice-cloning-zedit42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires TTS, bark, numpy, scipy, and includes scripts (resource) components.

What problem does it solve?

It removes the cost and privacy tradeoffs of cloud text-to-speech by generating speech and cloned voices entirely on your machine.

Core Features & Use Cases

  • Local text-to-speech for narration, demos, accessibility audio, and other spoken content without external APIs.
  • Voice cloning with XTTS v2 from a clean sample for personalized voiceovers and character audio.
  • Multiple synthesis engines including Coqui TTS, Bark, and Piper so you can balance quality, speed, and language support.
  • Batch generation for turning lists of lines into many audio files in one run.

Quick Start

Ask the skill to generate a local WAV voiceover from your text, or clone a voice from a clean sample using the best available engine.

Frequently Asked Questions about voice-cloning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate local text-to-speech voiceovers without paid APIs?

You can generate local text-to-speech voiceovers by synthesizing speech entirely on your machine using Coqui TTS, Bark, and Piper workflows. This process requires Python TTS packages, Bark, NumPy, and SciPy to normalize and write WAV output from local models.

Can I clone a voice locally from a clean audio sample?

Yes, you can clone a voice locally from a clean audio sample using XTTS v2. This allows you to create personalized voiceovers and character audio without relying on external cloud services or paid APIs.

What Python packages do I need for local voice cloning?

Local voice cloning requires Python TTS packages along with Bark, NumPy, and SciPy support. These dependencies are necessary to synthesize, normalize, and write WAV output files directly from local models.

Does local text-to-speech support batch generation for podcast narration?

Yes, local text-to-speech supports batch generation for podcast narration. You can turn lists of lines into many WAV audio files in one run, making it suitable for accessibility audio and demos.

Bark vs Coqui TTS for local speech synthesis: which should I use?

Local speech synthesis supports multiple engines including Bark and Coqui TTS so you can balance quality, speed, and language support. XTTS v2 via Coqui TTS is specifically used for voice cloning from samples.