unified-notifications-apprise

Sends unified notifications to Email, Discord, and Telegram via Apprise.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill unified-notifications-apprise-sakamotomomotaro0809-netizen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unified-notifications-apprise
Source: https://github.com/sakamotomomotaro0809-netizen/tateyomi/tree/main/taisun_agent/.claude/skills/unified-notifications-apprise
Command: npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill unified-notifications-apprise-sakamotomomotaro0809-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires apprise.

What problem does it solve? Managing notifications across multiple channels like Email, Discord, and Telegram requires separate integrations and inconsistent formatting, making it hard to standardize success, failure, and review-needed alerts. ## Core Features & Use Cases - Unified Delivery: Standardizes notification targets across Email, Discord, Telegram, and other services through Apprise. - Status Color-Coding: Distinguishes success, failure, and needs-review outcomes in message wording. - Escalation Rules: Defines re-notification and alternate-channel escalation when failures occur. - Use Case: A CI pipeline finishes a nightly build; the skill sends a color-coded success or failure message to Discord, and escalates repeated failures to Email via a different channel. ## Quick Start Send a failure notification to my Discord and Email channels using Apprise with escalation if delivery fails.

Frequently Asked Questions about unified-notifications-apprise

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

FAQPage Schema
How do I send notifications to Discord and Telegram from one tool?▼

Use Apprise, which provides a single API for dozens of notification services including Discord and Telegram. Configure each service URL once, then send messages to all channels with one call.

What is Apprise used for in notification workflows?▼

Apprise is a notification library that unifies delivery to Email, Discord, Telegram, and many other services behind one interface. It removes the need to write separate integrations per channel.

Can I escalate failed notifications to a different channel?▼

Yes, this skill defines escalation rules for failures, including re-notification and switching to an alternate channel. For example, a failed Discord alert can be escalated to Email.

How do I distinguish success and failure alerts in messages?▼

The skill standardizes message wording so success, failure, and needs-review states are clearly differentiated. This color-coding approach is expressed through the message text itself.

What are the limitations of Apprise-based notifications?▼

Apprise depends on each target service's API availability and correct URL configuration. Delivery guarantees vary by channel, so critical alerts should use escalation rules with a fallback channel.