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
Installs
1
Repository
lgbarn/skills
GitHub Stars
1
First Seen
Jun 30, 2026
bot-status — lgbarn/skills