signl4

Verified·Scanned 2/18/2026

This skill sends and resolves SIGNL4 alerts via the inbound webhook. It reads SIGNL4_TEAM_SECRET from environment and posts to https://connect.signl4.com/webhook (via curl).

from clawhub.ai·v47cf6ee·4.0 KB·0 installs
Scanned from 1.0.0 at 47cf6ee · Transparency log ↗
$ vett add clawhub.ai/rons4/signl4

SIGNL4 OpenClaw Skill

This OpenClaw skill allows you to send and close alerts in SIGNL4 using the SIGNL4 inbound webhook.

SIGNL4 provides critical alerting, incident response, and service dispatching for mission-critical operations. It delivers persistent notifications via mobile push, SMS, voice calls, and email, with built-in tracking, escalation, on-call scheduling, and team collaboration. Find out more at https://www.signl4.com/.

What it can do

  • Trigger a new SIGNL4 alert
  • Resolve an existing alert using an External ID
  • Optionally set service, alerting scenario, and location

Requirements

  • curl
  • A SIGNL4 team secret

Configuration

Set the following environment variable:

export SIGNL4_TEAM_SECRET="<your-team-secret>"

Optional:

export SIGNL4_WEBHOOK_BASE="https://connect.signl4.com/webhook"

Usage examples

Send an alert

Send a SIGNL4 alert about a database outage with an External ID.

Close an alert

Close the SIGNL4 alert using the same External ID.

References

https://docs.signl4.com/integrations/webhook/webhook.html