Notify - Smart Notification Delivery for Openclaw

A logic-driven framework for AI agents to deliver the right message through the right channel at the right time while avoiding user fatigue.

ivangdavila
v1.0.1
Feb 12, 2026
3
5.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install notify

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install notify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Notify - Smart Notification Delivery?

Notify is a sophisticated communication management layer designed for AI agents within the Openclaw Skills ecosystem. It solves the critical problem of notification fatigue by providing a structured approach to channel selection, timing, and message formatting. Instead of bombarding users with every minor update, Notify intelligently routes alerts based on urgency, batches related tasks, and respects user-defined quiet hours.

By leveraging this skill, developers can ensure their agents communicate professionally and effectively. It differentiates between critical system failures that require immediate SMS or push alerts and routine task completions that can be summarized in a daily digest. The core value of this addition to Openclaw Skills is building long-term user trust through high-signal, low-noise communication.

Notify - Smart Notification Delivery Use Cases

  • Routing critical security alerts or system downtime notifications to high-priority channels like SMS or Push for immediate visibility.
  • Batching multiple subtask completion updates into a single summary message to prevent chat flooding.
  • Scheduling non-urgent weekly reports and analytics to be delivered via email during the user's preferred business hours.
  • Implementing escalation logic for unacknowledged critical tasks to ensure important items are never missed.
  • Automating the delivery of debug logs and internal status updates to silent log files rather than user-facing channels.

How Notify - Smart Notification Delivery Works

  1. The AI agent categorizes an event based on its type (System, Task, Summary, or Debug) and assigns an urgency level.
  2. The skill selects the most appropriate channel (Push, SMS, Email, or Chat) based on the mapped priority and user preferences.
  3. The system checks the user's current timezone and validates if the notification violates established quiet hours.
  4. If multiple notifications occur for the same project within a 5-15 minute window, they are automatically batched into a single summary.
  5. The content is reformatted to fit the technical constraints of the selected channel, such as character limits for SMS or list formatting for Telegram.
  6. For critical alerts, an escalation workflow monitors for a response and triggers secondary channels if the initial notification is ignored.

Notify - Smart Notification Delivery Setup

To integrate Notify within your Openclaw Skills environment, follow these steps:

  1. Define user preferences including primary channel, timezone, and quiet hour boundaries.
  2. Map your application events to the predefined notification levels (1-5).
  3. Install the skill into your agent workspace:
openclaw skill add notify
  1. Configure your API keys for secondary channels like Twilio (SMS) or SendGrid (Email) in your environment variables.

Notify - Smart Notification Delivery Data Schema & Taxonomy

The skill organizes notification logic using the following taxonomy:

Attribute Description
Urgency Level Scale of 1-5 determining channel and quiet hour bypass.
Channel Map Mapping of levels to Telegram, Discord, SMS, Email, or Push.
Quiet Hours Default 23:00-08:00; configurable per user timezone.
Batching Logic 5-15 minute windows for grouping related informational alerts.
Formatting Channel-specific templates (e.g., Push: 50 char title / 100 char body).

Notify - Smart Notification Delivery Advanced Features

  • Multi-channel escalation logic that moves from Chat to SMS if critical alerts remain unread.
  • Intelligent batching that combines 3+ notifications within 5 minutes into a single project summary.
  • Timezone-aware delivery that queues non-critical messages for the user's next active window.
  • Context-aware formatting that automatically converts complex Markdown tables into mobile-friendly bullet lists for chat apps.
  • Automated 'Anti-spam' protection that prevents redundant notifications across multiple channels.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*