/install gateway-notify
Gateway Notify
Automatically send notifications when the OpenClaw gateway starts up.
What It Does
Creates a hook that triggers on gateway:startup events and sends a notification message to the user's preferred channel with gateway status information.
Quick Start
Run the setup script with the user's messaging channel and address:
scripts/setup_gateway_notify.sh \x3Cchannel> \x3Caddress>
Examples:
scripts/setup_gateway_notify.sh imessage [email protected]
scripts/setup_gateway_notify.sh whatsapp +1234567890
scripts/setup_gateway_notify.sh telegram @username
The script will:
- Create the hook directory at
~/.openclaw/hooks/gateway-restart-notify - Generate the handler with the specified channel configuration
- Enable the hook in OpenClaw config
- Restart the gateway to activate
How It Works
The hook uses OpenClaw's internal hook system:
- Listens for
gateway:startupevents - Collects gateway status (model, time, port)
- Sends notification via the configured channel CLI
Supported Channels
See CHANNELS.md for channel-specific CLI commands and address formats.
Manual Setup
If you need to customize the hook, see MANUAL.md for step-by-step instructions.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gateway-notify - After installation, invoke the skill by name or use
/gateway-notify - Provide required inputs per the skill's parameter spec and get structured output
What is gateway-notify?
Set up automatic notifications when OpenClaw gateway restarts. Use when user wants to be notified of gateway startup events via any messaging channel (iMessa... It is an AI Agent Skill for Claude Code / OpenClaw, with 778 downloads so far.
How do I install gateway-notify?
Run "/install gateway-notify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is gateway-notify free?
Yes, gateway-notify is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does gateway-notify support?
gateway-notify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created gateway-notify?
It is built and maintained by Deemo (@deemoartisan); the current version is v1.0.5.