Auto TTS for Claude Code — sends short responses as Telegram voice messages using Microsoft Edge TTS (free, no API key needed)
npx claudepluginhub devlux-creator/claude-code-tts-edgeAuto TTS for Claude Code — sends short responses (<300 chars) as Telegram voice messages using Microsoft Edge TTS. Free, no API key needed.
Auto text-to-speech plugin for Claude Code. Converts short responses to voice and sends them as Telegram voice messages — 100% free, no API key required.
Uses Microsoft Edge TTS (edge-tts) with 300+ voices in 50+ languages.
Stop hook after each responseedge-tts (pip3 install edge-tts)# 1. Install edge-tts
pip3 install edge-tts
# 2. Set credentials in your shell profile
export TELEGRAM_BOT_TOKEN="your-bot-token"
export TELEGRAM_CHAT_ID="your-chat-id"
# 3. Install plugin
claude plugin marketplace add https://github.com/devlux-creator/claude-code-tts-edge
claude plugin install claude-code-tts-edge
All settings via environment variables:
| Variable | Default | Description |
|---|---|---|
TELEGRAM_BOT_TOKEN | (required) | Your Telegram bot token |
TELEGRAM_CHAT_ID | (required) | Your Telegram chat ID |
TTS_VOICE | es-ES-AlvaroNeural | Edge TTS voice |
TTS_MAX_CHARS | 300 | Max chars to trigger audio |
Browse available voices:
edge-tts --list-voices
| Language | Voice |
|---|---|
| Spanish (Spain) | es-ES-AlvaroNeural |
| Spanish (Mexico) | es-MX-JorgeNeural |
| English (US) | en-US-GuyNeural |
| English (UK) | en-GB-RyanNeural |
| French | fr-FR-HenriNeural |
MIT