Agent skill

voice-conversion-studio

Convert a local source recording into an authorized target voice. Use when the user asks for voice conversion, voice changer, 换声, 变声, 音色转换, or converting existing narration to another approved voice.

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add opensquilla/opensquilla --skill voice-conversion-studio --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-conversion-studio/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-conversion-studio Converts an existing local recording into a target voice using the configured audio provider. OpenRouter can assist with planning or file naming, but the conversion itself must use `voice_convert`. ## Request triage Before calling tools, extract these fields from the user request: - source audio path and whether it is local, intentional, and user-provided - source rights: speaker consent and recording copyright - target voice: provider-licensed voice, cloned voice ID, or user-provided voice ID - target language, target locale, desired accent, emotion, pace, and output format - output expectation: quick conversion sample, final asset, or multiple takes OpenRouter can help summarize or translate instructions, but it is not an audio provider and cannot authorize voice identity use. ## Required workflow 1. Check the source file is local and intentionally provided. 2. Confirm rights for both sides: - source recording copyright and speaker authorization - target voice consent or provider-licensed voice 3. Refuse public figure or copyrighted character imitation. 4. Use `audio_provider_capabilities` if conversion availability is uncertain. 5. Call `voice_convert`

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

Convert a local source recording into an authorized target voice. Use when the user asks for voice conversion, voice changer, 换声, 变声, 音色转换, or converting existing narration to another approved voice.

How do I install it?

Run `npx skills add opensquilla/opensquilla --skill voice-conversion-studio --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