elevenlabs
Text-to-speech, sound effects, music generation, voice management, and quota checks via the ElevenLabs API. Use when generating audio with ElevenLabs or managing voices.
Install
mkdir -p .claude/skills/elevenlabs && curl -L -o skill.zip "https://mcp.directory/api/skills/download/5707" && unzip -o skill.zip -d .claude/skills/elevenlabs && rm skill.zipInstalls to .claude/skills/elevenlabs
About this skill
ElevenLabs Skill
Core tools for interacting with the ElevenLabs API for sound generation, music, and voice management.
Setup
Requires ELEVENLABS_API_KEY in environment.
Output Formats
All scripts support multiple output formats via --format:
| Format | Description |
|---|---|
mp3_44100_128 | MP3, 44.1kHz, 128kbps (default) |
mp3_44100_192 | MP3, 44.1kHz, 192kbps |
pcm_16000 | Raw PCM, 16kHz |
pcm_22050 | Raw PCM, 22.05kHz |
pcm_24000 | Raw PCM, 24kHz |
pcm_44100 | Raw PCM, 44.1kHz |
ulaw_8000 | μ-law, 8kHz (telephony) |
Tools
1. Speech (speech.py)
Text-to-speech using ElevenLabs voices.
# Basic usage
python3 {baseDir}/scripts/speech.py "Hello world" -v <voice_id> -o output.mp3
# With format option
python3 {baseDir}/scripts/speech.py "Hello world" -v <voice_id> -o output.pcm --format pcm_44100
# With voice settings
python3 {baseDir}/scripts/speech.py "Hello" -v <voice_id> -o out.mp3 --stability 0.7 --similarity 0.8
2. Sound Effects (sfx.py)
Generate sound effects and short audio clips.
# Generate a sound
python3 {baseDir}/scripts/sfx.py "Cinematic boom" -o boom.mp3
# Generate a loop
python3 {baseDir}/scripts/sfx.py "Lo-fi hip hop beat" --duration 10 --loop -o beat.mp3
# Different format
python3 {baseDir}/scripts/sfx.py "Whoosh" -o whoosh.pcm --format pcm_44100
3. Music Generation (music.py)
Generate full musical compositions or instrumental tracks.
# Generate instrumental intro
python3 {baseDir}/scripts/music.py --prompt "Upbeat 6s news intro sting, instrumental" --length-ms 6000 -o intro.mp3
# Generate background bed
python3 {baseDir}/scripts/music.py --prompt "Soft ambient synth pad" --length-ms 30000 -o bed.mp3
# High quality MP3
python3 {baseDir}/scripts/music.py --prompt "Jazz piano" --length-ms 10000 -o jazz.mp3 --output-format mp3_44100_192
4. Voices (voices.py)
List available voices and their IDs.
# List voices
python3 {baseDir}/scripts/voices.py
# JSON output
python3 {baseDir}/scripts/voices.py --json
5. Voice Cloning (voiceclone.py)
Create instant voice clones from audio samples.
# Clone from audio files
python3 {baseDir}/scripts/voiceclone.py --name "MyVoice" --files sample1.mp3 sample2.mp3
# With language and gender labels
python3 {baseDir}/scripts/voiceclone.py --name "Andi" --files *.m4a --language de --gender male
# With description and noise removal
python3 {baseDir}/scripts/voiceclone.py --name "Andi" --files *.m4a --description "German male" --denoise
6. Quota & Usage (quota.py)
Check subscription quota and usage statistics.
# Show current quota
python3 {baseDir}/scripts/quota.py
# Include usage breakdown by voice
python3 {baseDir}/scripts/quota.py --usage
# Last 7 days usage
python3 {baseDir}/scripts/quota.py --usage --days 7
# JSON output
python3 {baseDir}/scripts/quota.py --json
Output:
📊 ElevenLabs Quota
=======================================
Plan: pro (active) — annual
Characters: 66.6K / 500.0K (13.3%)
[███░░░░░░░░░░░░░░░░░░░░░░░░░░░]
Resets: 2026-02-18 (29 days)
Voices: 22 / 160 (IVC: ✓)
Pro Voice: 0 / 1 (PVC: ✓)
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversControl Ableton Live for advanced music production—track creation, MIDI editing, playback, and sound design. Perfect for
Unlock powerful text to speech and AI voice generator tools with ElevenLabs. Create, clone, and customize speech easily.
Strudel Live Coding offers real-time music generation in your browser with 40+ tools for pattern creation, theory, and l
FFmpeg Media Tools lets you easily extract audio, sound, or music from video files with a simple interface—no command-li
Generate lyrics, songs, and tracks instantly with Mureka.ai Music Generation, an AI music generator. No production skill
MusicMCP.AI — AI music generator that creates songs and musical content within conversations using advanced music-genera
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.