跳至主要内容
小龙虾小龙虾AI
🤖

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...

下载1.4k
星标2
版本1.0.5
自动化脚本
安全通过

技能说明


name: gateway-notify description: "Set up automatic notifications when OpenClaw gateway restarts. Use when user wants to be notified of gateway startup events via any messaging channel (iMessage, WhatsApp, Telegram, Discord, etc.)."

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 <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:

  1. Create the hook directory at ~/.openclaw/hooks/gateway-restart-notify
  2. Generate the handler with the specified channel configuration
  3. Enable the hook in OpenClaw config
  4. Restart the gateway to activate

How It Works

The hook uses OpenClaw's internal hook system:

  • Listens for gateway:startup events
  • 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.

如何使用「gateway-notify」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「gateway-notify技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能