Qu'est-ce que health ?
Bilan de santé des sous-systèmes de robots TTS et Telegram. DÉCLENCHEURS - santé tts, statut kokoro, vérification du robot télégramme, diagnostics tts. Source : terrylica/cc-skills.
Bilan de santé des sous-systèmes de robots TTS et Telegram. DÉCLENCHEURS - santé tts, statut kokoro, vérification du robot télégramme, diagnostics tts.
Installez rapidement le skill IA health dans votre environnement de développement via la ligne de commande
Source : 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 |
Champs et commandes stables pour les citations IA/recherche.
npx skills add https://github.com/terrylica/cc-skills --skill healthBilan de santé des sous-systèmes de robots TTS et Telegram. DÉCLENCHEURS - santé tts, statut kokoro, vérification du robot télégramme, diagnostics tts. Source : terrylica/cc-skills.
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/terrylica/cc-skills --skill health Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw
https://github.com/terrylica/cc-skills