notify

Send macOS system notifications with custom titles and messages via osascript.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jack5316/Obsidian --skill notify-jack5316
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify
Source: https://github.com/Jack5316/Obsidian/tree/main/.claude/skills/notify
Command: npx skills add https://github.com/Jack5316/Obsidian --skill notify-jack5316

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to send system-level notifications on macOS, useful for alerting users about task completions or important reminders.

Core Features & Use Cases

  • Pipeline Completion Alerts: Get notified when automated processes finish.
  • Scheduler Callbacks: Receive alerts from scheduled tasks.
  • Quick Reminders: Set up timely reminders for yourself.

Quick Start

Use the notify skill to send a notification with the title "Task Complete" and the message "The daily report has been generated.".

Frequently Asked Questions about notify

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

FAQPage Schema
How do I send macOS system notifications for pipeline completion alerts?

To send macOS system notifications for pipeline completion alerts, you can use this Skill to trigger an alert via osascript. It allows you to define custom titles and messages to signal when automated processes finish.

Can I receive scheduler callbacks as macOS system notifications?

Yes, you can receive scheduler callbacks as macOS system notifications. The Skill processes scheduled task alerts and delivers them directly to your screen, with an option to send them silently without sound.

Does sending macOS system notifications require specific environments or dependencies?

Sending macOS system notifications requires the macOS operating system and utilizes osascript for delivery. No additional dependencies are needed, making it straightforward to execute scripts for quick reminders.

How do I set up quick reminders using macOS system notifications?

You can set up quick reminders using macOS system notifications by passing your desired text into the Skill. It generates a custom titled alert on your screen, acting as a timely reminder for your tasks.

Are there limitations when using osascript for macOS system notifications?

A limitation of using osascript for macOS system notifications is that it is strictly bound to the macOS operating system. It cannot be used to deliver alerts on Windows or Linux environments.