什么是 health?
TTS 和 Telegram 机器人子系统的健康检查。触发器 - tts 健康状况、kokoro 状态、电报机器人检查、tts 诊断。 来源:terrylica/cc-skills。
TTS 和 Telegram 机器人子系统的健康检查。触发器 - tts 健康状况、kokoro 状态、电报机器人检查、tts 诊断。
通过命令行快速安装 health AI 技能到你的开发环境
来源: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 |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/terrylica/cc-skills --skill healthTTS 和 Telegram 机器人子系统的健康检查。触发器 - tts 健康状况、kokoro 状态、电报机器人检查、tts 诊断。 来源:terrylica/cc-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/terrylica/cc-skills --skill health 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/terrylica/cc-skills