skills/park-alerts/SKILL.md
Check alerts, closures, and fire bans for NSW National Parks. Use this skill when the user asks about park closures, fire bans, track closures, park conditions, whether a park is open, Blue Mountains conditions, bushwalking, hiking, camping trip planning, track conditions, or any NSW national park alert. Works with zero configuration — no API keys needed.
npx skillsauth add agairola/fuel-pricing-skill park-alertsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check alerts, closures, and fire bans for NSW National Parks. Zero config — no API keys, no setup.
npx skills add agairola/life-skills --skill park-alerts
Trigger this skill when the user:
brew install uv (macOS) or pip install uv (all platforms)uv run.!command -v uv > /dev/null 2>&1 && echo "uv: installed" || echo "uv: NOT INSTALLED"
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py" [OPTIONS]
| Flag | Values | Default | Purpose |
|------|--------|---------|---------|
| --park | park name (string) | (none) | Filter alerts by park name (fuzzy match) |
| --category | closures fire conditions all | all | Filter by alert category |
| --limit | integer | 10 | Maximum number of results |
| --no-cache | (flag) | off | Force fresh data |
Only parse stdout (JSON). Stderr contains diagnostics only.
# All recent alerts (default limit 10)
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py"
# Alerts for a specific park
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py" --park "Blue Mountains"
# Only park closures
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py" --category closures
# Only fire bans
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py" --category fire
# Changed conditions for a specific park
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py" --park "Royal" --category conditions
# More results
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py" --park "Kosciuszko" --limit 20
# Force fresh data
uv run "${CLAUDE_SKILL_DIR}/scripts/park_alerts.py" --park "Blue Mountains" --no-cache
Follow the formatting rules in ../../references/platform-formatting.md. Key skill-specific formatting below.
For platforms with hyperlinks (Telegram, Discord, terminal):
Blue Mountains National Park — 3 alerts:
1. Changed conditions — 10 Mar 2026
Track closed due to landslide near Wentworth Falls.
[More info](link_url)
2. Fire bans — 9 Mar 2026
Total fire ban in effect for the Greater Blue Mountains area.
[More info](link_url)
3. Changed conditions — 8 Mar 2026
Grand Canyon Track reopened after maintenance.
[More info](link_url)
Source: NSW National Parks and Wildlife Service
For platforms without hyperlinks (WhatsApp, Signal, SMS):
Blue Mountains National Park — 3 alerts:
1. Changed conditions — 10 Mar 2026
Track closed due to landslide near Wentworth Falls.
More info: [link_url]
2. Fire bans — 9 Mar 2026
Total fire ban in effect for the Greater Blue Mountains area.
More info: [link_url]
3. Changed conditions — 8 Mar 2026
Grand Canyon Track reopened after maintenance.
More info: [link_url]
Source: NSW National Parks and Wildlife Service
The RSS feed uses these category labels:
The --category flag maps user-friendly names to these:
closures matches "Closed parks"fire matches "Fire bans"conditions matches "Changed conditions"all shows everything (including Moderate fire danger)All data comes from the NSW National Parks and Wildlife Service RSS feed. No API key needed. Data is updated by NPWS as conditions change. No user data is sent to any external service.
content-media
Extract transcripts from YouTube videos. Use when the user asks for a transcript, subtitles, or captions of a YouTube video and provides a YouTube URL (youtube.com/watch?v=, youtu.be/, or similar). Supports output with or without timestamps.
development
Check the current UV index and sun safety advice for Australian cities. Use this skill when the user asks about UV index, sunscreen, sun protection, sunburn risk, whether it's safe to be outside in the sun, SPF recommendation, or sun safety for any Australian city. Works with zero configuration — no API keys needed.
development
Check live traffic incidents, roadworks, and hazards in Sydney. Use this skill when the user asks about traffic jams, road closures, accidents, roadworks, traffic conditions, how the traffic is, M5 traffic, highway conditions, or any Sydney traffic question. Works without API keys (provides Live Traffic NSW/Google Maps links) but best with a free TfNSW API key for real-time incident data.
development
Check Sydney toll road prices and calculate route toll costs. Use this skill when the user asks about toll prices, toll costs, how much the toll is, M2 toll, harbour bridge toll, tunnel toll, cheapest route, toll calculator, E-Tag, Linkt, or any Sydney toll road question. Works with zero configuration — no API keys needed.