Send desktop notifications from Super Agent CLI.
- Cross-platform support (macOS, Windows, Linux)
- Urgency levels (low, normal, critical)
- Simple, single-tool example
super-agent plugins install @plugins/examples/notify> Notify me when this is done
> Send a notification saying the build is complete
> Alert me with "Meeting in 5 minutes"
- macOS: Built-in (uses
osascript) - Windows: Built-in (uses PowerShell)
- Linux: Requires
notify-send(usually pre-installed)
{
"title": "Build Complete",
"message": "Your project build finished successfully!",
"urgency": "normal"
}MIT