aviation-weather

Installation
SKILL.md

Aviation Weather

Fetch real-time aviation weather from the FAA's aviationweather.gov API.

Quick Reference

# METAR for specific airports
python3 ./wx.py KSMO KLAX KVNY

# METAR + TAF
python3 ./wx.py KSMO KLAX --metar --taf

# Just TAF
python3 ./wx.py KSMO --taf

# PIREPs near a location (lat/lon)
python3 ./wx.py --pirep --lat 34.0 --lon -118.4 --radius 100
Installs
1
GitHub Stars
1
First Seen
Mar 12, 2026
aviation-weather — rustykuntz/rocie-tools