modesty-elevenlabs-tts-apiUSE THIS for elevenlabs api. ElevenLabs text-to-speech. 0% markup, 648+ APIs, one key. Powered by SkillBoss.
Install via ClawdBot CLI:
clawdbot install modestyrichards/modesty-elevenlabs-tts-apiGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.skillboss.co/v1/runCalls external URL not in known-safe list
https://skillboss.co/console?utm_source=clawhub&utm_medium=skill&utm_campaign=elAudited Apr 25, 2026 · audit v1.0
Generated May 24, 2026
Content creators can generate high-quality voice-overs for videos, podcasts, or audiobooks using ElevenLabs TTS. The zero-markup pricing ensures cost-effective production at scale.
Developers integrate TTS into apps to convert text to speech for visually impaired users. The OpenAI-compatible API simplifies integration into existing workflows.
Build custom voice assistants for customer service or smart home devices with natural-sounding speech. The API allows switching models easily to balance quality and cost.
Language learning apps use ElevenLabs TTS to provide accurate pronunciation and natural speech for lessons. The multilingual model supports diverse languages.
E-learning platforms generate narration for courses automatically, reducing production time and cost. The pay-as-you-go model scales with content volume.
Charge users per character of generated speech with zero markup, passing through provider costs directly to customers. Revenue comes from a small platform fee or subscription for premium features.
Agencies offer TTS voice-over services to clients, using ElevenLabs TTS as the underlying engine. They markup the service for production, editing, and convenience.
Embed ElevenLabs TTS into a SaaS tool (e.g., video editor, accessibility tool). Revenue comes from monthly subscriptions or usage-based billing.
💬 Integration Tip
Use the SKILLBOSS_API_KEY environment variable and the provided curl/Python example to test instantly; the API is OpenAI-compatible, so existing OpenAI SDKs work with a base URL change.
Scored May 24, 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.