From claude-ntfy
Use this skill when the user wants to test, verify, or debug their ntfy notification setup. Triggers on requests like "test notification", "send test message", "verify ntfy works", or "check notification setup".
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-ntfy:test-ntfyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send a test notification to verify the ntfy setup is working correctly.
Send a test notification to verify the ntfy setup is working correctly.
scripts/test-ntfy.shdocs/CONFIG.mdbash "$CLAUDE_PLUGIN_ROOT/scripts/test-ntfy.sh"
This script loads configuration, checks server health, sends a test notification, and reports the result. See scripts/README.md for details.
| Result | Meaning | Action |
|---|---|---|
| OK (HTTP 200) | Setup working | Ask user to check their ntfy client |
| FAIL (HTTP 401/403) | Auth failure | Check NTFY_TOKEN value |
| FAIL (HTTP 404) | Topic not found | Check topic name in config |
| FAIL (connection error) | Server unreachable | Check server URL |
| Config error | No topic configured | Suggest the /setup skill |
If the test passes but the user doesn't receive notifications:
$NTFY_SERVER_URL/$NTFY_TOPIC in a browserbash "$CLAUDE_PLUGIN_ROOT/scripts/detect-config.sh"
npx claudepluginhub jason-hchsieh/claude-ntfySends notifications to human supervisor via ntfy.sh for blockers, input needs, progress updates, or milestones. Supports fire-and-forget and polling for replies when blocked.
Configures Bark push, WeChat, and system notifications for Claude Code projects. Enables persistent alerts and proactive sending via PowerShell scripts after tasks.
Configures Bark push, WeChat, and system notifications for Claude Code via .claude/claude-notification.local.md. Provides bash scripts for proactive task alerts.