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.
95
93%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Use scripts/ntfy_send.sh for deterministic, low-overhead notifications.
NTFY_DEFAULT_TOPIC
export NTFY_DEFAULT_TOPIC="my-topic"NTFY_ACCESS_TOKEN (script also accepts legacy NTFY_TOKEN)
export NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"~/.config/stu-skills/ntfy-notify/.env
ntfy-notify/.env-path automatically.NTFY_DEFAULT_TOPIC is missing and --topic is not passed, the script exits with an instruction for the agent to ask the user for it.export NTFY_DEFAULT_TOPIC="my-topic"export NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"https://ntfy.sh):
export NTFY_SERVER="https://ntfy.sh"~/.config/stu-skills/ntfy-notify/.env so the agent only executes the script and does not need secret values inline.
NTFY_DEFAULT_TOPIC="my-topic"NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"NTFY_SERVER="https://ntfy.sh"Path: ~/.config/stu-skills/ntfy-notify/.env
NTFY_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 redacts bearer token values in printed curl output.--dry-run to verify payload/header behavior without network calls.8dd0dc8
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.