← スキル一覧に戻る

system-health
by amco3008
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: system-health description: Show agent-mobile system health when user asks "health", "system health", "check health", or runs /health allowed-tools:
- Bash
System Health Skill
Shows the health of all agent-mobile systems at a glance.
Trigger Phrases
- "health" or "/health"
- "system health"
- "check health"
- "agent health"
Usage
When triggered, run the status script:
$HOME/.claude/skills/system-health/scripts/status.sh
What It Checks
- Credentials - OAuth token backup exists and is recent
- Skills Sync - Git status of skills folder (clean/dirty, last commit)
- Tailscale - Connection status and hostname
- Notifications - ntfy config and topic
- Ralph Loops - Active loops with iteration counts
- Deployed Services - Running Docker containers with uptime and ports
- Backups - Age of credential, config, and settings backups
IMPORTANT: Check Before Deploying
Always run /health before deploying any services to avoid conflicts with other Claude sessions.
If you see services already running in "Deployed Services", do NOT deploy again unless:
- User explicitly asks to restart/redeploy
- You need to update to a new version
Deploying when services are already running causes:
- Duplicate containers
- Port conflicts
- Database corruption
- Need for manual cleanup
Output Format
╭─────────────────────────────────────────────────────────╮
│ AGENT-MOBILE STATUS │
╰─────────────────────────────────────────────────────────╯
Credentials: ✓ Valid (backup: 5 min ago)
Skills Sync: ✓ Clean (last commit: 2h ago)
Tailscale: ✓ Connected (agent-mobile.tail1234.ts.net)
Notifications: ✓ Enabled (topic: my-claude-xyz)
Active Ralph Loops:
• trading (iteration 12/50)
• zones (iteration 3/20)
Deployed Services:
● app-api (up 2h, port 3001)
● app-web (up 2h, port 3000)
● redis (up 2h, port 6379)
Backups:
• credentials: 5 min ago
• config: 5 min ago
• settings.local: 5 min ago
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です