test-edge-tts
SKILL.md
test-edge-tts
Speak user-provided text using edge-tts (Microsoft neural TTS, free, no API key).
Usage
/test-edge-tts "Hello, this is a test"
/test-edge-tts "Any text you want spoken aloud"
How It Works
- Parse the user's text from the command arguments
- Generate speech with
edge-ttsand play it withffplay
Command
edge-tts --text "USER_TEXT" --voice en-US-BrianMultilingualNeural --rate "+0%" --write-media /tmp/test-edge-tts.mp3 && ffplay -nodisp -autoexit /tmp/test-edge-tts.mp3
Instructions
When invoked:
- Extract the text from the user's arguments (everything after
/test-edge-tts) - Run the edge-tts command above, replacing
USER_TEXTwith the provided text - Run it in background so it doesn't block
- Binary:
/Users/zanearcher/miniconda3/bin/edge-tts - If no text is provided, ask the user what they'd like to hear
Weekly Installs
1
Repository
tivojn/test-edge-ttsFirst Seen
Feb 17, 2026
Security Audits
Installed on
openclaw1
opencode1
claude-code1
gemini-cli1