Install
openclaw skills install @dinghaibin/notify-toolSend desktop notifications from command line scripts and automated tasks. Use for alerts, reminders, and process completion notifications.
openclaw skills install @dinghaibin/notify-toolDisplay system notifications with customizable title, message, and urgency level. Integrates with desktop notification daemons for visual alerts.
notify-tool [options] <message>
-t title: Set notification title-u level: Urgency (low, normal, critical)-e: Expire notification after timeout# Simple notification
notify-tool "Task complete!"
# With title
notify-tool -t "Backup" "Backup finished successfully"
# Critical alert
notify-tool -u critical "Disk space low!"