skills/lirrensi/agent-cli-helpers/desktop-notifications

desktop-notifications

SKILL.md

Notify Skill

Send desktop notifications from the terminal.

Installation Check

notify --help

If not installed:

uv tool install agentcli-helpers

Usage

Basic Notification

notify "Title" "Body message"

Pipe Input

echo "Status update" | notify "Progress"
cat log.txt | notify "Logs"

In Scripts

# After long operation
long_operation && notify "Done" "Operation completed successfully"

Examples

# Simple alert
notify "Build Complete" "All tests passed!"

# With pipe
curl -s http://api/status | notify "API Status"

# Chain with other commands
find . -name "*.py" | wc -l | notify "File Count"

Platform Support

  • Windows: Uses Windows Toast notifications
  • macOS: Uses osascript for native notifications
  • Linux: Uses notify-send (libnotify)
Weekly Installs
7
GitHub Stars
2
First Seen
10 days ago
Installed on
cline7
github-copilot7
codex7
kimi-cli7
gemini-cli7
cursor7