Agent skill
notify
Send push notifications to the user via ntfy.sh
Stars
1
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/mgreenly/ikigai/tree/main/.claude/library/notify
SKILL.md
Notify
Send push notifications when user attention is needed.
Usage
bash
echo '{"title": "Title", "message": "Body"}' | .claude/scripts/notify
Input
title- optionalmessage- required
Output
json
{"success": true, "status": 200}
{"success": false, "status": 401, "error": "..."}
Example
bash
$ 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"}
Didn't find tool you were looking for?