name: notify description: Send push notifications to the user via ntfy.sh
Notify
Send push notifications when user attention is needed.
Usage
echo '{"title": "Title", "message": "Body"}' | .claude/scripts/notify
Input
-
title- optional -
message- required
Output
{"success": true, "status": 200}
{"success": false, "status": 401, "error": "..."}
Example
$ echo '{"title": "Build Complete", "message": "All tests passed"}' | .claude/scripts/notify
{"success":true,"status":200}
$ echo '{"title": "Test"}' | .claude/scripts/notify
{"success":false,"error":"message is required"}
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
1
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!