Gateway Notify
v1.2.0Send automatic notifications when the OpenClaw gateway starts up. Supports Telegram, WhatsApp, Discord, Slack, Signal, iMessage, IRC, Google Chat, Line, WeCh...
⭐ 0· 51·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 `openclaw` binary on your PATH is the expected official tool. If you do not want files written to your home directory, do not run the script. Overall low risk but review channel credentials in OpenClaw separately since this hook will use whatever channels are already configured.Like a lobster shell, security has layers — review code before you run it.
latestvk974b2dhyc4hsk5wvahvt3k8b58458gr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
