π¦ ClawHub
Reboot Checker
by @hostilespider
Detect unexpected system reboots and alert when the system comes back online. Tracks boot history and flags suspicious restarts.
π‘ Examples
# Check for unexpected reboot (run at startup or on first heartbeat)
bash {baseDir}/scripts/check-reboot.shView boot history
bash {baseDir}/scripts/check-reboot.sh --historyReset state (mark current boot as known)
bash {baseDir}/scripts/check-reboot.sh --reset
βοΈ Configuration
--state FILE β State file path (default: ~/.reboot-check-state)--history β Show recorded boot history--reset β Reset state to current boot--json β Output as JSONTERMINAL
clawhub install reboot-checker