Install
openclaw skills install gateway-notifySet up automatic notifications when OpenClaw gateway restarts. Use when user wants to be notified of gateway startup events via any messaging channel (iMessa...
openclaw skills install gateway-notifyAutomatically send notifications when the OpenClaw gateway starts up.
Creates a hook that triggers on gateway:startup events and sends a notification message to the user's preferred channel with gateway status information.
Run the setup script with the user's messaging channel and address:
scripts/setup_gateway_notify.sh <channel> <address>
Examples:
scripts/setup_gateway_notify.sh imessage user@example.com
scripts/setup_gateway_notify.sh whatsapp +1234567890
scripts/setup_gateway_notify.sh telegram @username
The script will:
~/.openclaw/hooks/gateway-restart-notifyThe hook uses OpenClaw's internal hook system:
gateway:startup eventsSee CHANNELS.md for channel-specific CLI commands and address formats.
If you need to customize the hook, see MANUAL.md for step-by-step instructions.