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.
npx skills add opensquilla/opensquilla --skill voice-clone-lab --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Request triage
- Consent-first workflow
- Tool-result handling
- Rights and copyright guard
- Locale and accent quality notes
- Output contract
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.