git:20260710.2925510 to git:20260710.62afd0f
17 added, 15 removed. Audit B to A.
---
- title: "Apprise Universal Push Notification Library and CLI"
+ name: "Apprise Universal Push Notification Library and CLI"
+ slug: "apprise-universal-push-notification-library-cli"
description: "Apprise is a Python library and CLI that sends push notifications to over 100 services including Telegram, Discord, Slack, Amazon SNS, Gotify, email, and more through a single unified API. It supports attachments, images, and asynchronous delivery."
+ github_stars: 16227
verification: "security_reviewed"
source: "https://github.com/caronc/apprise"
author: "Chris Caron"
publisher_type: "Individual Developer"
- category:
- - "Monitoring & Alerts"
- framework:
- - "Multi-Framework"
+ category: "Monitoring & Alerts"
+ framework: "Multi-Framework"
tool_ecosystem:
github_repo: "caronc/apprise"
github_stars: 16227
---
# Apprise Universal Push Notification Library and CLI
Apprise is a Python library and CLI that sends push notifications to over 100 services including Telegram, Discord, Slack, Amazon SNS, Gotify, email, and more through a single unified API. It supports attachments, images, and asynchronous delivery.
## Prerequisites
Python 3.8+
## Installation
- Choose whichever fits your setup:
+ Use the upstream install or setup path that matches your environment:
+ - pip install apprise
- 1. Copy this skill folder into your local skills directory.
- 2. Clone the repo and symlink or copy the skill into your agent workspace.
- 3. Add the repo as a git submodule if you manage shared skills centrally.
- 4. Install it through your internal provisioning or packaging workflow.
- 5. Download the folder directly from GitHub and place it in your skills collection.
+ Requirements and caveats from upstream:
+ - [](https://pypi.org/project/apprise/)
+ - python
+ - To send a notification from within your python application, just do the following:
- Install command or upstream instructions:
+ Basic usage or getting-started notes:
+ - [Command Line Usage](#command-line-usage)
+ - [Developer API Usage](#developer-api-usage)
+ - The table below identifies the services this tool supports and some example service urls you need to use in order to take advantage of it. Click on any of the services listed below to get more details on how you can c...
- ```
- pip install apprise
- ```
+ - Source: https://github.com/caronc/apprise
+ - Extracted from upstream docs: https://raw.githubusercontent.com/caronc/apprise/HEAD/README.md
## Documentation
- https://appriseit.com/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/apprise-universal-push-notification-library-cli/)