
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-notificationsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 35 |
|---|---|
| repo stars | ★ 4 |
| Last updated | June 24, 2026 |
| Repository | lirrensi/agent-cli-helpers ↗ |
What it does
Helps with ai & agent building tasks.
Files
Notify Skill
Send desktop notifications from the terminal.
Installation Check
notify --helpIf 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
AI & Agent Buildingagents