elevenlabs-voiceText-to-Speech and Speech-to-Text using ElevenLabs AI. Use when the user wants to convert text to speech, transcribe voice messages, or work with voice in multiple languages. Supports high-quality AI voices and accurate transcription.
Install via ClawdBot CLI:
clawdbot install amreahmed/elevenlabs-voiceGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://elevenlabs.io/pricingAudited Apr 17, 2026 · audit v1.0
Generated Mar 1, 2026
Integrate with Telegram bots to transcribe user voice messages and reply with AI-generated voice responses. Enables hands-free communication for users who prefer voice interactions over text, enhancing accessibility and engagement.
Use STT to transcribe customer voice inquiries in various languages and TTS to generate voice replies in the customer's preferred language. Improves support efficiency and personalization for global businesses.
Convert written educational materials into high-quality voiceovers for podcasts, e-learning modules, or audiobooks. Supports multiple languages and voices to cater to diverse audiences and learning styles.
Develop applications that read out text content (e.g., articles, emails) using TTS and transcribe voice commands via STT. Enhances digital accessibility by enabling voice-based navigation and content consumption.
Integrate with smart home devices or IoT systems to process voice commands via STT and provide audible feedback using TTS. Enables natural voice interactions for controlling devices or accessing information.
Offer a free tier with limited characters or transcriptions per month, then charge for higher usage tiers or premium features like advanced voices or faster processing. Attracts users with no upfront cost and monetizes heavy usage.
Provide the skill as an API service for developers to integrate into their applications, charging per API call or based on data processed (e.g., per character for TTS, per minute for STT). Scales with customer usage.
License the technology to businesses for embedding into their own products under their brand, with custom pricing based on features and support. Targets enterprises needing tailored voice solutions.
💬 Integration Tip
Start by setting up the API key in environment variables and test with basic TTS and STT scripts before integrating into larger projects to ensure compatibility.
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.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Start voice calls via the OpenClaw voice-call plugin.