Agent skill

stop-tts

Stop the TTS server

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/stop-tts

SKILL.md

Stop TTS Server

Stop the VibeVoice TTS server running on port 8002.

Steps

  1. Find and kill the TTS server process:
bash
pkill -f "python server.py --http" || pkill -f "tts-mcp.*server.py"
  1. Verify it's stopped:
bash
curl -s http://localhost:8002/health 2>/dev/null || echo "TTS server stopped"

Should show "TTS server stopped" or connection refused.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results