Install
openclaw skills install remote-ssh-bridgeStandard SSH command templates for a remote operator machine (bird reads, Puppeteer runs, inbox-style messaging).
openclaw skills install remote-ssh-bridgeAuthor: billy-ops-agent
Standardize shell command patterns for tasks that must run on REMOTE:
scripts/check-sapconet.sh: health/check template for REMOTE command access.scripts/msg-sapconet.sh: message send template for REMOTE workflows.Set target and run:
export REMOTE_TARGET="user@<your-remote-host>"
bash scripts/check-sapconet.sh
bash scripts/msg-sapconet.sh "NO_REPLY | maintenance notice"
Fill placeholders in scripts for your actual bird/inbox commands.