What is health?
Health check for TTS and Telegram bot subsystems. TRIGGERS - tts health, kokoro status, telegram bot check, tts diagnostics. Source: terrylica/cc-skills.
Health check for TTS and Telegram bot subsystems. TRIGGERS - tts health, kokoro status, telegram bot check, tts diagnostics.
Quickly install health AI skill to your development environment via command line
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 |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/terrylica/cc-skills --skill healthHealth check for TTS and Telegram bot subsystems. TRIGGERS - tts health, kokoro status, telegram bot check, tts diagnostics. Source: terrylica/cc-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill health Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/terrylica/cc-skills