Agent skill

voice-clone-lab

Create and register cloned voices for later TTS only when the speaker has explicit consent. Use when the user asks for voice clone, clone voice, 克隆音色, 复刻声音, or wants a reusable voice_id.

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add opensquilla/opensquilla --skill voice-clone-lab --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: src/opensquilla/skills/bundled/voice-clone-lab/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,515 · +130 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# voice-clone-lab Creates a reusable provider voice from a local sample. OpenRouter may help summarize the request or produce labels, but cloning must use the direct audio provider through `voice_clone`. ## Request triage Before calling tools, extract these fields from the user request: - sample path and whether the file is local, intentional, and user-provided - speaker identity class: self, employee/team member, private person, public figure, fictional character, or unknown - consent metadata: speaker, consent, sample source, permitted use, requested by, retention expectation, and whether commercial use is allowed - target use: TTS narration, IVR, dubbing, training content, or internal demo - target language, target locale, and desired locale-appropriate accent OpenRouter can summarize consent text or label a voice, but it is not an audio provider and cannot replace explicit consent. ## Consent-first workflow 1. Confirm the sample audio path is local and intentionally provided. 2. Require `consent_metadata` before calling `voice_clone`. 3. Include at minimum: - `speaker` - `consent: true` - `sample_source` - `permitted_use` - `requested_by` 4. Reject or stop when consent is missi

What's inside
Steps it walks through
  1. Request triage
  2. Consent-first workflow
  3. Tool-result handling
  4. Rights and copyright guard
  5. Locale and accent quality notes
  6. Output contract
More from opensquilla
All skills →
About this skill
What does the voice-clone-lab skill do?

Create and register cloned voices for later TTS only when the speaker has explicit consent. Use when the user asks for voice clone, clone voice, 克隆音色, 复刻声音, or wants a reusable voice_id.

How do I install it?

Run `npx skills add opensquilla/opensquilla --skill voice-clone-lab --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going