Install
1
Install the plugin$
npx claudepluginhub jason-hchsieh/marketplace --plugin claude-ntfyWant just this skill?
Add to a custom plugin, then install with one command.
Description
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".
Tool Access
This skill uses the workspace's default tool permissions.
Skill Content
Test Notification
Send a test notification to verify the ntfy setup is working correctly.
Reference
- Script:
scripts/test-ntfy.sh - Config:
docs/CONFIG.md
Steps
1. Run the test script
bash "$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.
2. Interpret results
| 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 |
3. Troubleshooting
If the test passes but the user doesn't receive notifications:
- Verify subscription to the correct topic
- Check the server URL matches
- Try opening
$NTFY_SERVER_URL/$NTFY_TOPICin a browser - Run the diagnostics script to inspect all config sources:
bash "$CLAUDE_PLUGIN_ROOT/scripts/detect-config.sh"
Stats
Stars0
Forks0
Last CommitFeb 12, 2026
Actions