Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lirrensi avatar

Desktop Notifications

  • 35 installs
  • 4 repo stars
  • Updated June 24, 2026
  • lirrensi/agent-cli-helpers

Helps with ai & agent building tasks.

About

desktop-notifications is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • desktop-notifications
  • AI & Agent Building
  • AI-coding skill

Desktop Notifications by the numbers

  • 35 all-time installs (skills.sh)
  • Ranked #8,740 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/lirrensi/agent-cli-helpers --skill desktop-notifications

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs35
repo stars4
Last updatedJune 24, 2026
Repositorylirrensi/agent-cli-helpers

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Notify Skill

Send desktop notifications from the terminal.

Installation Check

notify --help

If not installed:

uv tool install "git+https://github.com/lirrensi/agent-sommelier"

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)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.