Install
openclaw skills install signalgrid-pushSend push notifications to your iOS / Android phones using Signalgrid.
openclaw skills install signalgrid-pushSend push notifications to your phone through the Signalgrid API.
Send a simple notification:
node {baseDir}/skills/signalgrid-push/signalgrid-push.js --title "OpenClaw" --body "Hello from OpenClaw" --type INFO
Send a deployment notification:
node {baseDir}/skills/signalgrid-push/signalgrid-push.js --title "Deployment" --body "Build finished successfully" --type INFO
Send a critical notification:
node {baseDir}/skills/signalgrid-push/signalgrid-push.js --title "Attention" --body "This is a critical one" --type INFO --critical true
--title <title>: Notification title (required)--body <body>: Main message (required)--type <type>: Notification type --- crit, warn, success,
info--critical <bool>: Emergency bypass flag (optional)Use this skill when the user asks to:
o send a notification
o notify me
o send a push
o push a message
o alert me
o send a signalgrid notification
o notify my phone
clawdhub --workdir ~/.openclaw install signalgrid-push
full ( Config -> Tools -> Tool Profile )SIGNALGRID_CLIENT_KEY=your_client_key_here
SIGNALGRID_CHANNEL=your_channel_name_here