desktop-notifications
Installation
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)
Related skills
More from lirrensi/agent-cli-helpers
edge-tts
>
27screenshot
>
15bg-jobs
>
9crony
>
8memory-bank
Use this skill to save, recall, or organize memories across conversations. Trigger on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'do you remember', 'recall'. Also use proactively when the user seems to be resuming previous work, referencing past decisions, or when you discover something genuinely worth preserving for future sessions. This skill is NOT limited to code — use it for business decisions, personal notes, meeting recaps, research, project management, creative work, client history, anything.
8document-extractor
>
5