Loading...
Loading...
Send push notifications via ntfy.sh with a lightweight shell workflow. Use when posting alerts, job status updates, reminders, or automation results to an ntfy topic using token auth or public topics.
npx skill4agent add gitstua/stu-skills ntfy-notifyscripts/ntfy_send.shNTFY_DEFAULT_TOPICexport NTFY_DEFAULT_TOPIC="my-topic"NTFY_ACCESS_TOKENNTFY_TOKENexport NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"~/.config/stu-skills/ntfy-notify/.envntfy-notify/.env-pathNTFY_DEFAULT_TOPIC--topicexport NTFY_DEFAULT_TOPIC="my-topic"export NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"https://ntfy.shexport NTFY_SERVER="https://ntfy.sh"~/.config/stu-skills/ntfy-notify/.envNTFY_DEFAULT_TOPIC="my-topic"NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"NTFY_SERVER="https://ntfy.sh"~/.config/stu-skills/ntfy-notify/.envNTFY_DEFAULT_TOPIC="my-topic"
NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"
NTFY_SERVER="https://ntfy.sh"scripts/ntfy_send.sh "Build finished"scripts/ntfy_send.sh --topic ops-alerts "Backup completed"scripts/ntfy_send.sh --title "Deploy" --priority 4 --tags rocket,white_check_mark "Release shipped"--dry-run--dry-run