macos-notification
Installation
SKILL.md
macOS 系统通知
使用 osascript 发送 macOS 系统通知。
使用场景
- 长时间任务完成后通知用户
- 定时提醒
- 需要引起用户注意的重要消息
命令参考
发送基础通知
osascript -e 'display notification "任务已完成" with title "小搭子"'
使用 osascript 发送 macOS 系统通知。
osascript -e 'display notification "任务已完成" with title "小搭子"'