Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기stop-tts
스타0
포크0
업데이트2026년 1월 22일 21:48
Stop the TTS server
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Stop the TTS server
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
Start the TTS server in HTTP mode for audio generation
Use when iteratively improving agent prompts through automated LLM-as-Judge evaluation. Runs eval→fix→commit loop with circuit breakers.
| name | stop-tts |
| description | Stop the TTS server |
Stop the VibeVoice TTS server running on port 8002.
pkill -f "python server.py --http" || pkill -f "tts-mcp.*server.py"
curl -s http://localhost:8002/health 2>/dev/null || echo "TTS server stopped"
Should show "TTS server stopped" or connection refused.