voice-edge-ttsConvert text to speech using Microsoft Edge TTS with real-time streaming, customizable voice settings, and support for multiple languages including Chinese a...
Install via ClawdBot CLI:
clawdbot install zhaov1976/voice-edge-ttsGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
exec(Calls external URL not in known-safe list
https://github.com/GyanD/codexffmpeg/releasesAudited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Integrate the skill into customer service chatbots to provide real-time voice responses in multiple languages, enhancing user experience with natural-sounding speech. It can handle inquiries, confirmations, and instructions, reducing wait times and improving accessibility for non-text users.
Use the skill to generate audio narrations for e-learning platforms, language learning apps, or audiobooks, offering customizable voices and streaming for immediate playback. It supports diverse languages like Chinese, English, and Japanese, making it ideal for multilingual educational materials.
Implement the skill in apps or devices to convert text content, such as news articles or documents, into speech with adjustable rate and volume, aiding visually impaired individuals. The secure streaming feature ensures real-time audio without delays, enhancing usability in daily tasks.
Embed the skill in video games or virtual reality environments to generate dynamic voice lines for characters or narrators, using customizable pitch and volume for immersive effects. It supports real-time streaming, allowing for responsive audio feedback during gameplay.
Deploy the skill in public spaces like airports, train stations, or smart homes to broadcast announcements in multiple languages with clear, high-quality speech. The security features prevent command injection, ensuring reliable and safe operation in critical infrastructure.
Offer the skill as a cloud-based service where businesses pay a monthly or annual fee per API call or usage tier, providing scalable TTS with security updates and support. Revenue comes from subscriptions tailored to small startups or large enterprises needing reliable voice generation.
License the skill package to software developers or companies for one-time or annual fees, allowing integration into proprietary apps like customer service tools or educational platforms. Revenue is generated through licensing agreements that include updates and technical support.
Provide a free basic version with limited voices or usage, then charge for advanced features like additional languages, higher streaming quality, or enhanced security options. Revenue streams from upgrades and in-app purchases within applications using the skill.
💬 Integration Tip
Ensure ffmpeg is installed and properly configured for streaming playback, and validate all user inputs against the voice whitelist to maintain security.
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 speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Text-to-speech via OpenAI Audio Speech API.