Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Text To Speech

  • 29 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

text-to-speech is a Claude Code skill that converts text to speech audio files using the pyttsx3 engine with multiple voices and rates.

About

text-to-speech is a Claude Code skill that converts text into speech audio using the pyttsx3 engine. It supports multiple voices, adjustable speech rate, and saving output to an audio file or reading from a text file. A developer uses it to generate spoken audio from text.

  • Converts text to speech audio files
  • Uses the pyttsx3 engine
  • Supports multiple voices and speech rates

Text To Speech by the numbers

  • 29 all-time installs (skills.sh)
  • Ranked #975 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

text-to-speech capabilities & compatibility

Capabilities
text to speech · audio export · voice selection
Use cases
transcription
Pricing
Free
From the docs

What text-to-speech says it does

Convert text to speech audio files with support for multiple voices, languages, and speech rates.
SKILL.md
python scripts/text_to_speech.py "Hello World" --output hello.mp3
SKILL.md
`tts`, `speech`, `audio`, `voice`, `accessibility`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill text-to-speech

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs29
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Convert text or a text file into a speech audio file with configurable voice and rate using pyttsx3.

Who is it for?

Generating spoken audio files from text or a document.

When should I use this skill?

You need to convert text into an audio file with a chosen voice and rate.

What you get

Produces a speech audio file from the supplied text.

  • speech audio file

By the numbers

  • Exposes voice, rate, and volume controls

Files

SKILL.mdMarkdownGitHub ↗

Text to Speech Tool

Description

Convert text to speech audio files with support for multiple voices, languages, and speech rates.

Trigger

  • /tts command
  • User needs text to speech
  • User wants to generate audio

Usage

# Speak text
python scripts/text_to_speech.py "Hello World"

# Save to file
python scripts/text_to_speech.py "Hello World" --output hello.mp3

# Change voice/rate
python scripts/text_to_speech.py "Hello" --rate 150 --voice 1

# Read from file
python scripts/text_to_speech.py --file document.txt --output audio.mp3

Tags

tts, speech, audio, voice, accessibility

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

What engine does the TTS skill use?

It uses the pyttsx3 Python library.

Can it change the voice and speed?

Yes, it exposes --rate and --voice options.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.