首页龙虾技能列表 › Gateway Notify — 技能工具

Gateway Notify — 技能工具

v1.2.0

Send automatic notifications when the OpenClaw gateway starts up. Supports Telegram, WhatsApp, Discord, Slack, Signal, iMessage, IRC, Google Chat, Line, WeCh...

1· 84·0 当前·0 累计
by @keaneyan (KeaneYan)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/3
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's files, runtime instructions, and requested actions are coherent with its stated purpose (installing a gateway-startup hook that uses OpenClaw's messaging channels) and do not request unrelated credentials or perform surprising network access.
评估建议
This skill appears to do only what it says: it creates a gateway startup hook that uses your existing OpenClaw channels to send notifications. Before running the setup script, ensure you: (1) have OpenClaw installed and channels (Telegram/Slack/WeChat/etc.) already configured and secured (those channel configurations carry the actual send tokens), (2) inspect the generated files (~/.openclaw/hooks/gateway-notify/config.json and handler.ts) to verify the target address, and (3) confirm the `openc...
详细分析 ▾
用途与能力
Name/description (gateway startup notifications) match the included script and handler which create a hook that listens for gateway:startup and calls `openclaw message send`. No unrelated credentials, binaries, or services are requested.
指令范围
SKILL.md instructs running the provided setup script. The script only writes hook files under ~/.openclaw/hooks/gateway-notify, produces a config.json, and creates a handler that calls the local `openclaw` CLI. It does not read arbitrary user files or transmit data outside OpenClaw's configured channels.
安装机制
No remote downloads or install spec; the skill is instruction-only with a bundled setup script. The script requires python3 (checked at runtime) and writes files in the user's home hook directory — a low-risk, expected install pattern.
凭证需求
The skill declares no required env vars or secrets. It relies on the existing OpenClaw channel configuration (which may itself contain tokens). The script uses $HOME and PATH-standard bins (python3, openclaw); these are proportional to the task.
持久化与权限
Does not request always:true or modify other skills. It creates and enables a single hook (its own) under ~/.openclaw/hooks and backs up any existing hook — expected behavior for a hook plugin.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.2.02026/4/3

Add WeChat (openclaw-weixin), Feishu/Lark, and QQ Bot channel support. Now covers all 12 OpenClaw messaging channels.

● 无害

安装命令 点击复制

官方npx clawhub@latest install gateway-startup-notify
镜像加速npx clawhub@latest install gateway-startup-notify --registry https://cn.clawhub-mirror.com

技能文档

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  

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 user@icloud.com

# 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 openid@im.wechat

# 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.md and handler.ts with 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

ChannelAddress Format
telegram@username or chat ID
whatsapp+countrycodenumber
discordChannel ID
slack#channel or channel ID
signal+countrycodenumber
imessageEmail or phone number
googlechatSpace ID
irc#channel
lineUser ID
openclaw-weixinopenid@im.wechat
feishuChat ID (e.g. oc_xxx)
qqbotNumeric chat ID
Note: WeChat (openclaw-weixin), Feishu, and QQ Bot are bundled channel plugins. Make sure the channel is configured via openclaw channels before 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:startup events
  • 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

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务