notify | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / notify

notify

maintained by mgreenly

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

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)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
grafana
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.