tools/tts/SKILL.md
Generate speech audio from text using Telnyx Text-to-Speech API. Use when you need to convert text to spoken audio, create voice messages, or generate audio content.
npx skillsauth add team-telnyx/telnyx-toolkit telnyx-ttsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate high-quality speech audio from text using the Telnyx TTS API.
To convert text to speech, run the script:
{baseDir}/scripts/telnyx-tts.py "Your text here" -o /tmp/output.mp3
The script outputs the path to the generated audio file on success.
-o, --output PATH: Output file path (default: output.mp3)--voice VOICE: Voice ID (default: Telnyx.NaturalHD.astra)Telnyx provides multiple voice options:
Telnyx.NaturalHD.astra (default)Telnyx.NaturalHD.lunaTelnyx.NaturalHD.andersen_johanTelnyx.KokoroTTS.afTelnyx.KokoroTTS.amGenerate speech and return as media:
{baseDir}/scripts/telnyx-tts.py "Hello! This is a test of Telnyx text to speech." -o /tmp/tts-output.mp3
Then return the audio file:
MEDIA: /tmp/tts-output.mp3
For Telegram voice notes, the audio will be sent as a voice message.
Requires TELNYX_API_KEY environment variable to be set.
tools
Build cross-platform VoIP calling apps with React Native using Telnyx Voice SDK. High-level reactive API with automatic lifecycle management, CallKit/ConnectionService integration, and push notifications. Use for mobile VoIP apps with minimal setup.
tools
Build browser-based VoIP calling apps using Telnyx WebRTC JavaScript SDK. Covers authentication, voice calls, events, debugging, call quality metrics, and AI Agent integration. Use for web-based real-time communication.
tools
Build VoIP calling apps on iOS using Telnyx WebRTC SDK. Covers authentication, making/receiving calls, CallKit integration, PushKit/APNS push notifications, call quality metrics, and AI Agent integration. Use when implementing real-time voice communication on iOS.
tools
Build cross-platform VoIP calling apps with Flutter using Telnyx WebRTC SDK. Covers authentication, making/receiving calls, push notifications (FCM + APNS), call quality metrics, and AI Agent integration. Works on Android, iOS, and Web.