tts

Convert written text into spoken audio using gTTS and edge-tts.

38|14|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ericwang915/PythonClaw --skill tts-ericwang915
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tts
Source: https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/media/tts
Command: npx skills add https://github.com/ericwang915/PythonClaw --skill tts-ericwang915

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gTTS, edge-tts.

What problem does it solve?

Converts written text into spoken audio to enable accessibility, voiceovers, and hands-free consumption of content.

Core Features & Use Cases

  • Text-to-speech output using gTTS or edge-tts
  • Versatile use cases: read aloud articles, generate audio files, and create voiceovers for videos
  • Note: Not intended for transcription or audio editing

Quick Start

Run the speak.py script with your text to generate speech, optionally specifying language and engine.

Frequently Asked Questions about tts

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

FAQPage Schema
How do I convert text to natural-sounding speech for a voiceover?

You can convert text to speech by running the provided Python script with your written content, optionally specifying the language and engine. This synthesizes text into natural-sounding audio files using the gTTS or edge-tts libraries.

Does this text-to-speech tool support multiple languages and voice configurations?

Yes, the text-to-speech synthesis supports optional language and voice configurations. By leveraging the edge-tts and gTTS libraries, it applies these settings to generate spoken audio tailored to your specific accessibility or media production needs.

Can I use this for generating audio files from website content and documents?

Yes, you can use this text-to-speech tool to generate audio files from apps, websites, and documents. It synthesizes written content into spoken audio, enabling hands-free consumption and rapid voiceover generation across versatile use cases.

What is the difference between using gTTS and edge-tts for audio generation?

Both gTTS and edge-tts are Python libraries used to synthesize text into audio, but they offer different voice options. You can specify either engine when running the script to achieve your desired text-to-speech output for media production or accessibility.

Are there limitations to this text-to-speech approach for media production?

The main limitation is that this text-to-speech tool is not intended for transcription or audio editing. It strictly synthesizes written content into spoken audio, meaning you cannot use it to convert speech back to text or modify existing audio files.