bot-status
Installation
SKILL.md
Bot Status — Quick Health Check via SSH
Fast health check of whichever bot is currently running on the Raspberry Pi.
Bot detection
First, SSH to the Pi and check which bot containers are running:
ssh pi@raspberrypi.local "docker ps --format '{{.Names}} {{.Status}} {{.Ports}}'"
| Container name | Bot | Deploy path | Port |
|---|---|---|---|
| keltner-bot | Keltner | /home/pi/keltner-bot |
8080 |
| ema-bot | EMA | /home/pi/ema-bot |
8080 |
| ema-cross-beyond-bot | EMA Cross Beyond | /home/pi/ema-cross-beyond-bot |
8080 |