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.