Agent skill
start-tts
Start the TTS server in HTTP mode for audio generation
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/start-tts
SKILL.md
Start TTS Server
Start the VibeVoice TTS server in HTTP mode on port 8002.
Steps
- Run the TTS server in the background:
bash
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.
- Verify it's running:
bash
curl -s http://localhost:8002/health
Should return {"status":"ok"}.
Notes
- Server runs on port 8002
- Required for
generate_demos.pyandregenerate_example.pyscripts - Uses GPU for inference
Didn't find tool you were looking for?