notifications

Installation
SKILL.md

Notifications & Alerting

Sending Notifications

Basic notification (OS/app notification)

aiter notify send --message "Build completed successfully!"

With title and priority

# Normal priority (default)
aiter notify send --title "Build Status" --message "All tests passed" --priority normal

# High priority (bypasses quiet hours)
aiter notify send --title "ALERT" --message "Production API returning 500 errors" --priority high
Installs
2
Repository
within-7/aiter
First Seen
Mar 4, 2026
notifications — within-7/aiter