🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Notify Tool

by @dinghaibin

Send desktop notifications from command line scripts and automated tasks. Use for alerts, reminders, and process completion notifications.

TERMINAL
clawhub install notify-tool

πŸ“– About This Skill


name: notify-tool description: Send desktop notifications from command line scripts and automated tasks. Use for alerts, reminders, and process completion notifications.

Notify - Desktop Alert Utility

Display system notifications with customizable title, message, and urgency level. Integrates with desktop notification daemons for visual alerts.

Usage

notify-tool [options] 

Options

  • -t title: Set notification title
  • -u level: Urgency (low, normal, critical)
  • -e: Expire notification after timeout
  • Examples

    # Simple notification
    notify-tool "Task complete!"

    With title

    notify-tool -t "Backup" "Backup finished successfully"

    Critical alert

    notify-tool -u critical "Disk space low!"

    πŸ’‘ Examples

    # Simple notification
    notify-tool "Task complete!"

    With title

    notify-tool -t "Backup" "Backup finished successfully"

    Critical alert

    notify-tool -u critical "Disk space low!"

    βš™οΈ Configuration

  • -t title: Set notification title
  • -u level: Urgency (low, normal, critical)
  • -e: Expire notification after timeout