·health
</>

health

TTS および Telegram ボット サブシステムのヘルス チェック。トリガー - tts の健康状態、ココロのステータス、電報ボットのチェック、tts の診断。

20インストール·1トレンド·@terrylica

インストール

$npx skills add https://github.com/terrylica/cc-skills --skill health

health のインストール方法

コマンドラインで health AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/terrylica/cc-skills --skill health
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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 health
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-07
更新日
2026-03-11

Browse more skills from terrylica/cc-skills

クイックアンサー

health とは?

TTS および Telegram ボット サブシステムのヘルス チェック。トリガー - tts の健康状態、ココロのステータス、電報ボットのチェック、tts の診断。 ソース: terrylica/cc-skills。

health のインストール方法は?

ターミナルまたはコマンドラインツール(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