← Back to Skills Marketplace
rons4

SIGNL4 Alerting

by rons4 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
975
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install signl4
Description
Send and close SIGNL4 alerts using the SIGNL4 inbound webhook (team secret in URL).
Usage Guidance
This skill appears to do only what it says: POST JSON to the SIGNL4 inbound webhook using the team secret in the URL. Before installing, ensure you: (1) only provide a team secret intended for webhook use (rotate it if exposed), (2) do not embed the secret in chat messages or logs (the SKILL.md already warns against printing it), and (3) trust the agent to send/resolve alerts on your behalf because autonomous invocation would allow it to issue webhook calls without manual approval. If you need stricter control, keep the secret scoped/rotated and require manual confirmation before sending alerts.
Capability Analysis
Type: OpenClaw Skill Name: signl4 Version: 1.0.0 The skill is designed to interact with the SIGNL4 alerting system via its inbound webhook. It uses `curl` to send and close alerts, authenticating with a `SIGNL4_TEAM_SECRET` environment variable. All commands and instructions for the agent are directly aligned with this stated purpose, targeting the legitimate `connect.signl4.com` domain. The `SKILL.md` explicitly includes security notes instructing the agent not to print or echo the team secret, which is a positive indicator of responsible design. No evidence of data exfiltration, malicious execution, persistence, prompt injection with harmful intent, or obfuscation was found across `_meta.json`, `SKILL.md`, and `README.md`.
Capability Assessment
Purpose & Capability
Name/description match the required binaries and env var (curl and SIGNL4_TEAM_SECRET). Requested resources are appropriate for calling an inbound webhook.
Instruction Scope
SKILL.md only instructs the agent to build the webhook URL from SIGNL4_TEAM_SECRET and POST alert or resolve payloads to the documented SIGNL4 endpoint; it does not ask to read system files or unrelated environment variables.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; nothing is written to disk or installed by the skill itself.
Credentials
Only a single credential (SIGNL4_TEAM_SECRET) is required and declared as the primary credential. Optional SIGNL4_WEBHOOK_BASE is reasonable. No unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system-wide changes. Default autonomous invocation is allowed (platform normal) but not combined with other privilege concerns.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install signl4
  3. After installation, invoke the skill by name or use /signl4
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of SIGNL4 skill. - Send and close SIGNL4 alerts via the inbound webhook using your team secret. - Supports customizable alert fields: title, message, external ID, service, scenario, and location. - Allows closing (resolving) alerts by external correlation ID. - Includes usage instructions, required environment variables, and security guidelines.
Metadata
Slug signl4
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is SIGNL4 Alerting?

Send and close SIGNL4 alerts using the SIGNL4 inbound webhook (team secret in URL). It is an AI Agent Skill for Claude Code / OpenClaw, with 975 downloads so far.

How do I install SIGNL4 Alerting?

Run "/install signl4" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SIGNL4 Alerting free?

Yes, SIGNL4 Alerting is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SIGNL4 Alerting support?

SIGNL4 Alerting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SIGNL4 Alerting?

It is built and maintained by rons4 (@rons4); the current version is v1.0.0.

💬 Comments