在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用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 职业分类
| 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.
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.