elevenlabsText-to-speech, sound effects, music generation, voice management, and quota checks via the ElevenLabs API. Use when generating audio with ElevenLabs or mana...
Install via ClawdBot CLI:
clawdbot install odrobnik/elevenlabsGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/odrobnik/elevenlabs-skillAudited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
Generate expressive voiceovers for podcast episodes using Eleven v3 model with audio tags like [excited] or [whispers] to add emotional depth. Create custom intro music and sound effects for branding, and clone host voices for consistent audio across episodes.
Produce multilingual narration for online courses using Multilingual v2 model for clear, straightforward explanations. Add sound effects to enhance engagement in interactive modules and generate background music for video lessons to maintain learner focus.
Implement low-latency Turbo v2.5 model for real-time voice responses in chatbots or IVR systems, supporting languages like German. Clone customer voices for personalized interactions and use quota checks to monitor API usage and manage costs effectively.
Create dynamic character dialogues with Eleven v3 model using audio tags such as [grumpy voice] or [sighs] for immersive storytelling. Generate sound effects and background music loops for game environments, and clone voice actors for consistent character audio across updates.
Produce high-quality voiceovers for commercials using Eleven v3 model with emotional tags like [warmly] to connect with audiences. Generate short music stings for brand intros and clone spokesperson voices for unified marketing campaigns across different media formats.
Integrate the skill into a subscription-based platform offering audio generation services to content creators. Charge users based on API usage tiers, with revenue from monthly subscriptions and pay-per-character models for high-volume clients.
Use the skill to offer custom voice cloning, sound design, and music generation services on freelance marketplaces. Generate revenue by charging per project or hourly rates for creating audio assets for clients in industries like podcasting or e-learning.
Deploy the skill within large organizations for internal training, customer support, or marketing automation. Monetize through enterprise licensing agreements, providing tailored support and integration services, with revenue from annual contracts and customization fees.
💬 Integration Tip
Ensure the ELEVENLABS_API_KEY environment variable is set and use the appropriate model (e.g., Turbo v2.5 for real-time applications) to optimize performance and cost.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Start voice calls via the OpenClaw voice-call plugin.
Local text-to-speech via sherpa-onnx (offline, no cloud)