signalgrid-push

Send push notifications to your iOS / Android phones using Signalgrid.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "signalgrid-push" with this command: npx skills add signalgridco/signalgrid-push

Signalgrid Push

Send push notifications to your phone through the Signalgrid API.

Examples

 

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

Options

  • --title <title>: Notification title (required)
  • --body <body>: Main message (required)
  • --type <type>: Notification type --- crit, warn, success, info
  • --critical <bool>: Emergency bypass flag (optional)

When to use

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

Notes

clawdhub --workdir ~/.openclaw install signalgrid-push
  • And ensure your OpenClaw Tool Profile is set to full ( Config -> Tools -> Tool Profile )
     
  • Configure environment variables ( Config -> Environment -> Environment Variables Overrides + Add Entry):
SIGNALGRID_CLIENT_KEY=your_client_key_here
SIGNALGRID_CHANNEL=your_channel_name_here

 

  • Signalgrid notifications do not require a phone number or message target.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Fitbit Tracker

Personal Fitbit integration for daily health tracking with adaptive sleep and activity reporting

Registry SourceRecently Updated
General

Ollama Load Balancer

Ollama load balancer for Llama, Qwen, DeepSeek, and Mistral inference across multiple machines. Load balancing with auto-discovery via mDNS, health checks, q...

Registry SourceRecently Updated
General

Google Merchant Center

Google Merchant Center integration. Manage Accounts. Use when the user wants to interact with Google Merchant Center data.

Registry SourceRecently Updated
General

Twitter/X All-in-One — Search, Monitor & Publish Text & Media Posts

Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike...

Registry SourceRecently Updated