Was ist health?
Gesundheitsprüfung für TTS- und Telegram-Bot-Subsysteme. AUSLÖSER – TTS-Gesundheit, Kokoro-Status, Telegramm-Bot-Prüfung, TTS-Diagnose. Quelle: terrylica/cc-skills.
Gesundheitsprüfung für TTS- und Telegram-Bot-Subsysteme. AUSLÖSER – TTS-Gesundheit, Kokoro-Status, Telegramm-Bot-Prüfung, TTS-Diagnose.
Installieren Sie den KI-Skill health schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: terrylica/cc-skills.
Run 10 subsystem health checks to verify the full TTS + bot stack.
| 1 | Bot process | pgrep -la 'bun.src/main.ts' | | 2 | Telegram API | curl -s "https://api.telegram.org/bot${BOTTOKEN}/getMe" \| jq .ok | | 3 | Kokoro venv | [[ -d /.local/share/kokoro/.venv ]] | | 4 | MLX-Audio import | /.local/share/kokoro/.venv/bin/python -c "from mlxaudio.tts.utils import loadmodel" |
| 5 | Apple Silicon | [[ "$(uname -m)" == "arm64" ]] | | 6 | Lock state | Check /tmp/kokoro-tts.lock mtime and PID | | 7 | Audio processes | pgrep -x afplay / pgrep -x say | | 8 | Secrets file | [[ -f /.claude/.secrets/ccterrybot-telegram ]] | | 9 | Stale WAVs | find /tmp -name "kokoro-tts-.wav" -mmin +5 |
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/terrylica/cc-skills --skill healthGesundheitsprüfung für TTS- und Telegram-Bot-Subsysteme. AUSLÖSER – TTS-Gesundheit, Kokoro-Status, Telegramm-Bot-Prüfung, TTS-Diagnose. Quelle: terrylica/cc-skills.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/terrylica/cc-skills --skill health Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/terrylica/cc-skills