/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gateway-startup-notify - 安装完成后,直接呼叫该 Skill 的名称或使用
/gateway-startup-notify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gateway Notify 是什么?
Send automatic notifications when the OpenClaw gateway starts up. Supports Telegram, WhatsApp, Discord, Slack, Signal, iMessage, IRC, Google Chat, Line, WeCh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Gateway Notify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gateway-startup-notify」即可一键安装,无需额外配置。
Gateway Notify 是免费的吗?
是的,Gateway Notify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gateway Notify 支持哪些平台?
Gateway Notify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gateway Notify?
由 KeaneYan(@keaneyan)开发并维护,当前版本 v1.2.0。