Transform any voice into a different voice while preserving speech content and emotion.
Works with
Supports two models: multilingual STS v2 (70+ languages) and English-optimized STS v2
Access to 22+ premium voices across multiple styles and accents (British, American, Australian, and more)
Configurable output formats and seamless integration with media workflows for voice-over replacement and character creation
Requires inference.sh CLI ( infsh ) for command-line execution
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionelevenlabs-voice-changerExecute the skills CLI command in your project's root directory to begin installation:
Fetches elevenlabs-voice-changer from inferen-sh/skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate elevenlabs-voice-changer. Access via /elevenlabs-voice-changer in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
304
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
304
stars
Transform any voice into a different voice via inference.sh CLI.

Requires inference.sh CLI (
infsh). Install instructions
infsh login
# Transform voice
infsh app run elevenlabs/voice-changer --input '{"audio": "https://recording.mp3", "voice": "aria"}'
| Model | ID | Best For |
|---|---|---|
| Multilingual STS v2 | eleven_multilingual_sts_v2 |
70+ languages (default) |
| English STS v2 | eleven_english_sts_v2 |
English-optimized |
Same 22+ premium voices as ElevenLabs TTS:
| Voice | Style |
|---|---|
george |
British, authoritative (default) |
aria |
American, conversational |
alice |
British, confident |
brian |
American, conversational |
charlie |
Australian, natural |
daniel |
British, commanding |
jessica |
American, expressive |
sarah |
American, friendly |
adam, bella, bill, callum, chris, eric, harry, laura, liam, lily, matilda, river, roger, will |
Various styles |
# Change voice to British male
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://my-recording.mp3",
"voice": "george"
}'
# Change voice to American female
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://my-recording.mp3",
"voice": "aria"
}'
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://recording.mp3",
"voice": "daniel",
"output_format": "mp3_44100_192"
}'
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://english-speech.mp3",
"voice": "brian",
"model": "eleven_english_sts_v2"
}'
# 1. Record yourself reading the script (any quality mic)
# 2. Transform to professional voice
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://my-rough-recording.mp3",
"voice": "george"
}' > professional.json
# 3. Add to video
infsh app run infsh/media-merger --input '{
"media": ["video.mp4", "<professional-audio-url>"]
}'
# Record one actor, create multiple characters
# Character 1: British narrator
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://actor-line1.mp3",
"voice": "george"
}' > char1.json
# Character 2: Young female
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://actor-line2.mp3",
"voice": "lily"
}' > char2.json
# Character 3: Casual male
infsh app run elevenlabs/voice-changer --input '{
"audio": "https://actor-line3.mp3",
"voice": "charlie"
}' > char3.json
# ElevenLabs TTS (generate from text instead)
npx skills add inference-sh/skills@elevenlabs-tts
# ElevenLabs voice isolator (clean audio first)
npx skills add inference-sh/skills@elevenlabs-voice-isolator
# ElevenLabs dubbing (translate to other languages)
npx skills add inference-sh/skills@elevenlabs-dubbing
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli
Browse all audio apps: infsh app list --category audio
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
elevenlabs-voice-changer reduced setup friction for our internal harness; good balance of opinion and flexibility.
elevenlabs-voice-changer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
elevenlabs-voice-changer reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend elevenlabs-voice-changer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend elevenlabs-voice-changer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in elevenlabs-voice-changer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Useful defaults in elevenlabs-voice-changer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
elevenlabs-voice-changer has been reliable in day-to-day use. Documentation quality is above average for community skills.
elevenlabs-voice-changer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
elevenlabs-voice-changer reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 30