voice-clone-lab

Creates reusable cloned voices from local audio samples with mandatory consent verification.

6.8k|540|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill voice-clone-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-clone-lab
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/bundled/voice-clone-lab
Command: npx skills add https://github.com/opensquilla/opensquilla --skill voice-clone-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloning a voice for text-to-speech requires verifying speaker consent, validating audio samples, and registering the voice with a provider, and doing this incorrectly creates legal and ethical risks.

Core Features & Use Cases

  • Consent-First Cloning: Requires structured consent metadata (speaker, consent, sample source, permitted use, requested by) before any cloning call is made.
  • Provider Voice Registration: Calls the voice_clone tool to create a reusable voice ID from a local audio sample for later TTS use.
  • Locale and Accent Guidance: Advises on matching sample audio to the target language and locale to avoid poor accent transfer in generated speech.
  • Use Case: A team lead wants to clone their own voice for internal training narration. The Skill verifies consent metadata, checks provider availability, clones the voice, and returns the voice ID with an allowed-use summary.

Quick Start

Clone my voice from the local file sample.wav for internal TTS narration and confirm I have given consent as the speaker.

Frequently Asked Questions about voice-clone-lab

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

FAQPage Schema
How do I clone a voice for text-to-speech?

Provide a local audio sample and consent metadata including speaker, consent, sample source, permitted use, and requested by. The voice_clone tool then registers a reusable voice ID with the audio provider for later TTS calls.

What consent is required for voice cloning?

Explicit consent from the speaker is mandatory before cloning. The consent metadata must include the speaker identity, consent set to true, the sample source, the permitted use, and who requested the clone.

Can I clone a celebrity or public figure voice?

No. Cloning or imitating public figures, celebrities, politicians, influencers, actors, singers, or fictional characters is prohibited. Copyrighted recordings, film clips, and scraped audio are also rejected unless you own the rights.

Why does my cloned voice have a wrong accent in another language?

Accent transfer degrades when the sample language does not match the target locale. Use 30-90 seconds of clean, dry speech recorded in the target language, such as Mandarin samples for Chinese narration or en-US samples for American English.

What happens if the voice cloning provider is unavailable?

The audio_provider_capabilities tool checks availability first. If cloning returns not_available, the response distinguishes disabled providers, key or quota limits, feature gating, and sample format issues without suggesting workarounds.