text-to-speech

Convert text to speech audio using the OpenAI TTS API.

6|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/avivsinai/telclaude --skill text-to-speech-avivsinai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-to-speech
Source: https://github.com/avivsinai/telclaude/tree/main/.claude/skills/text-to-speech
Command: npx skills add https://github.com/avivsinai/telclaude --skill text-to-speech-avivsinai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts text into natural-sounding speech audio for replies, improving accessibility and user experience by delivering spoken content when needed.

Core Features & Use Cases

  • Generates speech audio from text using multiple voices and adjustable speed.
  • Supports both voice-message replies (OGG/Opus) and standard audio files with configurable format and model.
  • Use Case: Provide spoken summaries in chats, read long messages aloud to users, or create accessible content for users with visual impairments.

Quick Start

Call telclaude tts "Your text here" to generate an audio response.

Frequently Asked Questions about text-to-speech

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

FAQPage Schema
How do I convert text into spoken audio for chat replies?

You can convert text into spoken audio by calling the Skill with your desired text string. It processes the input using the OpenAI TTS API to generate responsive voice-message replies or standard audio files.

Can I use OpenAI TTS to generate voice messages for Telegram?

Yes, you can use OpenAI TTS to generate voice messages for Telegram. The Skill supports configurable voice, speed, model, and format options, outputting OGG/Opus format required for Telegram voice-message replies.

What text-to-speech voices and audio formats can I configure?

The text-to-speech conversion supports configurable voice selection, adjustable speed, model choice, and output format options. You can generate standard audio files or OGG/Opus format for voice-message replies.

Does text-to-speech work for accessibility features in chat applications?

Yes, text-to-speech is highly effective for accessibility features in chat applications. It reads long messages aloud and provides spoken summaries, directly improving accessibility for users with visual impairments.

How do I automatically reply to an incoming voice message with generated speech?

To reply to an incoming voice message with generated speech, the Skill detects the incoming audio and uses the OpenAI TTS API to output a spoken audio response. It automatically formats the reply as a compatible voice-message.