notifications

Route user-facing alerts through a unified notification pipeline with deduplication and audit logging.

1.0k|158|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/vellum-ai/vellum-assistant --skill notifications-vellum-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notifications
Source: https://github.com/vellum-ai/vellum-assistant/tree/main/skills/notifications
Command: npx skills add https://github.com/vellum-ai/vellum-assistant --skill notifications-vellum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sending timely and reliable alerts across multiple channels can be error-prone and hard to audit. This Skill centralizes notification delivery through a unified routing pipeline, ensuring consistent delivery, deduplication, and traceability.

Core Features & Use Cases

  • Unified notification routing that decides the best channel and handles delivery, deduplication, and audit logging.
  • Multi-channel alerts across assistants, email, and chat platforms for real-time or scheduled notifications.
  • Use Case: When a critical event occurs, issue a single notification that is delivered to the appropriate channels with an auditable trail.

Quick Start

Use the assistant notifications send CLI to dispatch a message with a source channel and event name.

Frequently Asked Questions about notifications

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

FAQPage Schema
How do I route alerts across multiple channels from a single CLI command?▼

Multi-channel alert routing is handled by sending a message with a source channel and event name through a unified CLI, which determines the best delivery channel and ensures reliable dispatch.

How does notification deduplication work for real-time alerts?▼

Notification deduplication prevents repeated alerts for the same event by centralizing delivery through a routing pipeline that filters duplicate messages before they reach the target channels.

Can I use this unified notification pipeline for scheduled reminders and system notices?▼

Yes, the unified notification pipeline supports scheduled reminders, system-initiated notices, and real-time alerts, routing each through the appropriate channel with consistent delivery.

What is the best way to audit alert delivery across chat and email platforms?▼

Audit logging tracks alert delivery across email, chat, and assistants by generating an auditable trail within the routing pipeline, ensuring every dispatched notification is traceable.

Do I need additional dependencies to handle multi-channel alert delivery and deduplication?▼

No additional dependencies are required, as the notification routing pipeline internally manages multi-channel delivery, deduplication, and audit logging through its CLI interface.

Why are my duplicate alerts still sending to the same channel despite using a routing pipeline?▼

Duplicate alerts may occur if the source-event-name is not uniquely identified, as the deduplication mechanism relies on accurate event naming to filter redundant messages before delivery.