edge-tts-cleanConvert text to speech with Microsoft Edge neural voices via the node-edge-tts package. Use when a user wants audio output, a spoken summary, a voice note, n...
Install via ClawdBot CLI:
clawdbot install dannyshmueli/edge-tts-cleanGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
Generate audio versions of textbooks, online courses, or study materials for accessibility and learning on the go. Ideal for e-learning platforms or educators producing long-form spoken content without API costs.
Create podcast episodes from written scripts, enabling independent creators or small studios to produce audio content efficiently. Useful for generating narration or filler segments without character limits.
Produce spoken briefs, training modules, or internal communications for businesses, allowing teams to consume information audibly. Suitable for generating voice notes or summaries in corporate settings.
Convert documents, articles, or web content into audio for visually impaired users or those preferring auditory learning. Non-profits or libraries can use this to offer free, unlimited TTS services.
Deploy on cloud servers like Fly.io or VPS to automate TTS for applications such as notification systems, IVR messages, or content platforms without relying on paid APIs.
Offer free TTS generation for basic users with optional premium features like advanced voice cloning or custom integrations. Monetize through subscriptions or ads on the platform.
Provide TTS as a service to businesses for internal use, such as training or communications, with support and customization options. Charge based on usage tiers or enterprise licenses.
Use the skill to offer audio production services to clients like podcasters, educators, or marketers, charging per project or on a retainer basis for high-volume TTS work.
💬 Integration Tip
Deploy the skill on a headless server like Fly.io for automated workflows, and use the --file option for processing large texts efficiently.
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.