outbound-ip
Installation
SKILL.md
Outbound IP
Use scripts/get_outbound_ip.sh for deterministic public IP lookup with endpoint fallback.
Workflow
- Run the helper script:
scripts/get_outbound_ip.sh
- Return the resulting IPv4/IPv6 value exactly as printed.
Notes
- The script tries several HTTPS endpoints and returns the first valid IP.
- Use
--family 4to force IPv4 and--family 6to force IPv6. - Use
--jsonwhen downstream automation needs structured output. - If all providers fail, report the error and likely network/DNS restrictions.
Related skills
More from gitstua/stu-skills
ntfy-notify
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.
30ics-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