en un clic
start-tts
Start the TTS server in HTTP mode for audio generation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Start the TTS server in HTTP mode for audio generation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Use when asked to regenerate audio examples with shorthand like "L15 > P1 > E2" or "lesson 15 pattern 1 example 2" - runs regenerate_example.py with correct parameters
Stop the TTS server
Use when iteratively improving agent prompts through automated LLM-as-Judge evaluation. Runs eval→fix→commit loop with circuit breakers.
| name | start-tts |
| description | Start the TTS server in HTTP mode for audio generation |
Start the VibeVoice TTS server in HTTP mode on port 8002.
cd /home/smolen/dev/EnglishConnect/src/services/tts-mcp && source .venv/bin/activate && python server.py --http
Run this command in the background so it doesn't block the conversation.
curl -s http://localhost:8002/health
Should return {"status":"ok"}.
generate_demos.py and regenerate_example.py scripts