ntfy-notify
Installation
SKILL.md
ntfy Notify
Use scripts/ntfy_send.sh for deterministic, low-overhead notifications.
Prerequisites
- Required default topic:
NTFY_DEFAULT_TOPIC- Example:
export NTFY_DEFAULT_TOPIC="my-topic"
- Example:
- Optional auth:
NTFY_ACCESS_TOKEN(script also accepts legacyNTFY_TOKEN)- Example:
export NTFY_ACCESS_TOKEN="<your-ntfy-access-token>"
- Example:
- Secrets/defaults file:
~/.config/stu-skills/ntfy-notify/.env- The script reads this path from
ntfy-notify/.env-pathautomatically.
- The script reads this path from
- If
NTFY_DEFAULT_TOPICis missing and--topicis not passed, the script exits with an instruction for the agent to ask the user for it.
Configure
Related skills
More from gitstua/stu-skills
outbound-ip
Get the current public/outbound IP address of this machine using a reliable shell workflow with multiple fallback endpoints. Use when users ask for outbound IP, public IP, WAN IP, egress IP, or need IP checks before firewall/network allowlisting.
3ics-calendar-reader
Read, parse, and summarize iCalendar (.ics) files from Google Calendar, Apple Calendar, and similar providers. Use when extracting upcoming events, filtering by date range, converting ICS events to JSON/text, or debugging calendar fields like DTSTART/DTEND/TZID/RRULE.
3