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