/install gateway-startup-notify
Gateway Notify
Get notified instantly when your OpenClaw gateway starts up — via any supported messaging channel.
Quick Start
Run the setup script with your preferred channel and recipient address:
bash scripts/setup.sh \x3Cchannel> \x3Caddress>
Examples
# Telegram
bash scripts/setup.sh telegram @your_username
# WhatsApp
bash scripts/setup.sh whatsapp +1234567890
# Discord
bash scripts/setup.sh discord 1234567890
# Slack
bash scripts/setup.sh slack #general
# Signal
bash scripts/setup.sh signal +1234567890
# iMessage
bash scripts/setup.sh imessage [email protected]
# Google Chat
bash scripts/setup.sh googlechat spaces/xxx
# IRC
bash scripts/setup.sh irc #channel
# Line
bash scripts/setup.sh line user_id
# WeChat (requires openclaw-weixin plugin)
bash scripts/setup.sh openclaw-weixin [email protected]
# Feishu / Lark (requires feishu plugin)
bash scripts/setup.sh feishu chat_id
# QQ Bot (requires qqbot plugin)
bash scripts/setup.sh qqbot chat_id
The script will:
- Create the hook directory at
~/.openclaw/hooks/gateway-notify - Generate
HOOK.mdandhandler.tswith your channel config - Enable the hook
- Print instructions to restart the gateway
After restart, you'll receive a notification like:
🚀 Gateway Started
⏰ 2026-04-03 15:52:00
🌐 127.0.0.1:18789
Supported Channels
| Channel | Address Format |
|---|---|
| telegram | @username or chat ID |
+countrycodenumber |
|
| discord | Channel ID |
| slack | #channel or channel ID |
| signal | +countrycodenumber |
| imessage | Email or phone number |
| googlechat | Space ID |
| irc | #channel |
| line | User ID |
| openclaw-weixin | [email protected] |
| feishu | Chat ID (e.g. oc_xxx) |
| qqbot | Numeric chat ID |
Note: WeChat (
openclaw-weixin), Feishu, and QQ Bot are bundled channel plugins. Make sure the channel is configured viaopenclaw channelsbefore using this skill.
For channel-specific details and troubleshooting, see references/CHANNELS.md.
How It Works
Uses OpenClaw's native hook system:
- Listens for
gateway:startupevents - Sends a notification via
openclaw message send - Zero configuration beyond the initial setup
Uninstall
openclaw hooks disable gateway-notify
rm -rf ~/.openclaw/hooks/gateway-notify
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gateway-startup-notify - After installation, invoke the skill by name or use
/gateway-startup-notify - Provide required inputs per the skill's parameter spec and get structured output
What is Gateway Notify?
Send automatic notifications when the OpenClaw gateway starts up. Supports Telegram, WhatsApp, Discord, Slack, Signal, iMessage, IRC, Google Chat, Line, WeCh... It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Gateway Notify?
Run "/install gateway-startup-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 KeaneYan (@keaneyan); the current version is v1.2.0.