From aidotnet-moyucode
Converts text to speech audio files with support for multiple voices, languages, and speech rates. Useful for generating audio from text or reading documents aloud.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:text-to-speechThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert text to speech audio files with support for multiple voices, languages, and speech rates.
Convert text to speech audio files with support for multiple voices, languages, and speech rates.
/tts command# 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
tts, speech, audio, voice, accessibility
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeConverts text and documents to audio using Google Cloud TTS. Supports multiple voices, languages, and podcast generation with alternating speakers.
Generates spoken audio from text using the OpenAI Audio API. Supports single clips and batch processing via a bundled CLI script.
Generates speech from text via OpenAI's Audio Speech API. Supports multiple voices, models, audio formats, and playback speed control.