push-notifications

Coordinate cross-channel push notifications for workflow events via webhook and terminal-notifier.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/SAS-Asset-Management/SASAMClaudeCodeSkills --skill push-notifications-sas-asset-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push-notifications
Source: https://github.com/SAS-Asset-Management/SASAMClaudeCodeSkills/tree/main/push-notifications/1.0.0/skills/push-notifications
Command: npx skills add https://github.com/SAS-Asset-Management/SASAMClaudeCodeSkills --skill push-notifications-sas-asset-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Teams and macOS users often miss critical workflow updates, leading to delayed responses and wasted time. This Skill centralizes alerts by delivering timely notifications across multiple channels.

Core Features & Use Cases

  • Two notification channels: Microsoft Teams via incoming webhook and macOS desktop notifications via terminal-notifier
  • Supports integration events and custom alerts to keep stakeholders informed
  • Use cases include task completion notices, error alerts, and cross-skill event triggers triggered by other Claude Code skills

Quick Start

Configure your notification channels and run a test to verify setup.

Frequently Asked Questions about push-notifications

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

FAQPage Schema
How do I send push notifications to Microsoft Teams and macOS desktop?

You can send push notifications to both platforms by configuring a config-driven model that uses Microsoft Teams incoming webhooks and the terminal-notifier integration for macOS desktop alerts.

Can I use custom templates for workflow event alerts?

Yes, push notifications for workflow events support customization options for message types and templates, allowing you to tailor alerts for task completion notices and error alerts.

What is the best way to automate error alerts across cross-channel notification systems?

The best way to automate error alerts is using a config-driven notification model that coordinates cross-channel delivery via webhooks and terminal-notifier, complete with validation, logging, and error handling.

Do I need a webhook to trigger macOS desktop notifications for integration events?

No, macOS desktop notifications are triggered via the terminal-notifier integration, while Microsoft Teams alerts use an incoming webhook, all managed through a centralized config-driven model.

How does cross-skill event triggering work for workflow notifications?

Cross-skill event triggering works by allowing other Claude Code skills to send integration events to this notification coordinator, which then delivers timely alerts across configured channels.

What limitations exist when centralizing alerts across Teams and macOS?

Limitations include reliance on external tools like terminal-notifier for macOS and incoming webhooks for Teams, meaning notifications require proper configuration and network access to deliver successfully.