telnyx-tts

Convert text into speech audio using the Telnyx Text-to-Speech API.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-tts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-tts
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/tools/tts
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-tts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires websockets, and includes scripts (resource) components.

What problem does it solve?

This Skill converts written text into spoken audio, enabling voice output for applications and content creation.

Core Features & Use Cases

  • Text-to-Speech Conversion: Generates high-quality speech audio from input text.
  • Customizable Voices: Supports various voice options, including premium and budget-friendly choices.
  • Use Case: Create voice messages, generate audio content for presentations, or add spoken elements to applications.

Quick Start

Use the telnyx-tts skill to convert the text "Hello world" into an audio file named output.mp3.

Frequently Asked Questions about telnyx-tts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text into an audio file using a text-to-speech API?

Text-to-speech conversion transforms written input into speech audio by sending text to an API. This Skill uses the Telnyx Text-to-Speech API to generate audio files directly from your provided text strings.

Do I need an API key to generate speech audio?

Yes, generating speech audio requires the TELNYX_API_KEY environment variable for authentication. You must configure this API key in your environment before running the text-to-speech conversion process.

Can I choose different voices for voice synthesis?

Yes, voice synthesis supports various customizable voice options. You can select from premium and budget-friendly choices when converting your text into spoken audio output.

What is the best way to create audio content for presentations from text?

The best way to create audio content is using text-to-speech conversion to generate high-quality speech audio. This approach allows you to quickly produce voice messages or spoken elements for applications.

Does text-to-speech generation work with websockets?

Yes, the text-to-speech generation process includes websockets as a dependency. This enables the communication protocol required to interact with the API and output audio files.