system-notify

Send multi-channel notifications and check environment prerequisites for automated pipelines.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill system-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-notify
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/internal/system-notify
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill system-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates multi-channel notifications and environment prerequisite checks into a single, reliable tool for AI agents and automated workflows.

Core Features & Use Cases

  • Unified, multi-channel notification delivery (hint/info/warning/critical) across WebSocket, front-end centers, and remote platforms.
  • Environment prereq detection (e.g., python3/node/go) and basic health checks to prevent runtime failures.
  • Querying recent notifications and maintaining a clear audit trail for debugging and reporting.
  • Use Case: In an automation pipeline, notify on task progress or failures and verify required runtimes are installed before execution.

Quick Start

Use system_notify to send a critical alert when a task fails and check prereqs to verify Python3, Node, and Go are installed.

Frequently Asked Questions about system-notify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send automated workflow notifications across multiple platforms from an AI agent?

To send automated workflow notifications across multiple platforms, use a unified tool to deliver messages to WebSocket, front-end centers, and remote platforms. This consolidates progress updates, warnings, and critical alerts into a single pipeline.

How can I check environment prerequisites like Python3 and Node before running an automated pipeline?

Checking environment prerequisites like Python3 and Node before running an automated pipeline involves executing a basic health check. This verifies required runtimes are installed, preventing runtime failures and ensuring the environment is ready for execution.

What is the best way to maintain an audit trail for AI agent alerts and notifications?

Maintaining an audit trail for AI agent alerts requires a system with de-duplicated history and recent notification retrieval. Querying recent notifications provides a clear record for debugging and reporting automated pipeline events.

Can I categorize automated pipeline alerts by severity level in my AI workflows?

Categorizing automated pipeline alerts by severity level in AI workflows is supported through structured levels like hint, info, warning, and critical. This ensures blocking alerts and progress updates are prioritized correctly across delivery channels.

Does the multi-channel notification system work with structured input schemas for automated tasks?

The multi-channel notification system works with structured input schemas by enforcing fields like action, level, title, message, and category. This ensures actionable notifications and prerequisite results are consistently formatted for automated tasks.