notification-system

Automate multi-channel notifications across in-app, push, and email channels.

60|38|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/abcnuts/manus-skills --skill notification-system-abcnuts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notification-system
Source: https://github.com/abcnuts/manus-skills/tree/main/skills/tier4-specialized/notification-system
Command: npx skills add https://github.com/abcnuts/manus-skills --skill notification-system-abcnuts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react-hot-toast, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Multichannel notification orchestration for applications, enabling in-app alerts, push notifications, and email deliveries to users.

Core Features & Use Cases

  • In-app toasts for immediate feedback
  • Push notifications via OneSignal and Firebase
  • Email deliveries via SendGrid and Resend
  • Use Case: Notify users of order updates across channels

Quick Start

Run the setup_notifications.py script to initialize the notification system in your project.

Frequently Asked Questions about notification-system

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

FAQPage Schema
How do I set up a multi-channel notification system for in-app, push, and email alerts?

To set up a multi-channel notification system, run the setup script to initialize a unified notify API with adapters for in-app toasts, push services, and email delivery. This automates orchestration across web and mobile contexts.

What is the best way to send order updates via push notifications and email deliveries?

The best way to send order updates across channels is using a unified notify API that orchestrates push notifications via OneSignal and Firebase, and email deliveries via SendGrid and Resend, ensuring timely user alerts and confirmations.

Does this notification system support in-app toasts using react-hot-toast?

Yes, the notification system supports in-app toasts using the react-hot-toast dependency. It implements an adapter for immediate feedback within product experiences, alongside its push and email delivery adapters.

Can I use Firebase and OneSignal for push notifications in the same application?

Yes, you can use Firebase and OneSignal for push notifications. The system includes adapters for both push services, allowing your application to deliver timely user alerts and reminders across multiple push platforms.

How do I deliver email notifications using SendGrid and Resend?

You deliver email notifications using SendGrid and Resend through the system's unified notify API. It includes dedicated adapters for both email delivery services, enabling automated confirmations and reminders to users.