Notifications

Send native macOS notifications and cross-device alerts via Pushover API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mshuffett/dotfiles --skill notifications-mshuffett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Notifications
Source: https://github.com/mshuffett/dotfiles/tree/main/agents/knowledge/atoms/claude-skill-archive/notifications
Command: npx skills add https://github.com/mshuffett/dotfiles --skill notifications-mshuffett

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows for the programmatic sending of native macOS notifications, enabling timely alerts and user feedback for completed tasks or important information.

Core Features & Use Cases

  • Local Notifications: Send temporary banners or persistent alerts directly on the Mac.
  • Cross-Device Notifications: Utilize Pushover for notifications across all user devices.
  • Use Case: After a long-running script finishes, send a persistent alert notification to the user's Mac indicating "Task completed: Data analysis finished."

Quick Start

Send a persistent alert notification to your Mac with the message "Your build is complete."

Frequently Asked Questions about Notifications

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

FAQPage Schema
How do I send native macOS notifications from a script?

You can send native macOS notifications from a script by using the Notifier app or AppleScript to trigger local temporary banners or persistent alerts directly on your Mac.

Can I send push notifications to my phone when a long-running script finishes?

Yes, you can send cross-device push notifications to your phone when a script finishes by utilizing the Pushover API to deliver alerts across all your connected devices.

What is the difference between temporary banners and persistent alerts on macOS?

Temporary banners on macOS disappear automatically after a short duration, while persistent alerts remain on screen until manually dismissed by the user.

Does this notification system require any external dependencies?

No external dependencies are required for local macOS notifications via AppleScript or the Notifier app, though utilizing the Pushover API for cross-device alerts requires a Pushover account.

What is the best way to notify a user of task completion across multiple Apple devices?

The best way to notify a user of task completion across multiple Apple devices is to use the Pushover API, which manages cross-device push notifications for alerts like completed data analysis.

Why use AppleScript instead of Pushover for local macOS alerts?

AppleScript is used for local macOS alerts when you only need on-device notifications without relying on external APIs, whereas Pushover is needed to route notifications to other devices.