Text-to-Speech (TTS)
JSON →A Text-to-Speech server supporting multiple backends like macOS say, ElevenLabs, Google Gemini, and OpenAI TTS.
Install
npx skills Tools · 4
- say_tts Uses the macOS `say` binary to speak the text with built-in system voices
- elevenlabs_tts Uses the ElevenLabs text-to-speech API to speak the text with premium AI voices
- google_tts Uses Google's Gemini TTS models to speak the text with 30 high-quality voices
- openai_tts Uses OpenAI's Text-to-Speech API to speak the text with 10 natural-sounding voices
Environment variables
ELEVENLABS_API_KEYELEVENLABS_VOICE_IDGOOGLE_AI_API_KEYOPENAI_API_KEYGEMINI_API_KEY
Links
★ 59 GitHub stars