Claude Skill

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.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_apprise-universal-push-notification-library-cli-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/apprise-universal-push-notification-library-cli
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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

Use the upstream install or setup path that matches your environment:

  • pip install apprise

Requirements and caveats from upstream:

  • Python
  • python
  • To send a notification from within your python application, just do the following:

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2 KB
    ---
    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"
    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
    
    Use the upstream install or setup path that matches your environment:
    - pip install apprise
    
    Requirements and caveats from upstream:
    - [![Python](https://img.shields.io/pypi/pyversions/apprise.svg?style=flat-square)](https://pypi.org/project/apprise/)
    - python
    - To send a notification from within your python application, just do the following:
    
    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...
    
    - 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/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related