Triage which containers are unhealthy across the fleet
언제 쓸까: You manage many envs through Portainer and need a fleet-wide health snapshot.
사전 조건
- Server/skill installed and authenticated — See repo README
흐름
-
InventoryList every environment Portainer manages. For each, count running, exited, and unhealthy containers.✓ 복사됨→ Per-env health table
-
Drill inFor the env with the most unhealthy containers, show the last 50 log lines from each and tell me what's failing.✓ 복사됨→ Root-cause hypothesis per container
결과: Fleet-wide triage in one chat, prioritized by impact.
함정
- Granting an API token full admin to give Claude broad access is risky — Granting an API token full admin to give Claude broad access is risky — scope to read-only first, then escalate per-task.