aviation-weatherFetch aviation weather data (METAR, TAF, PIREPs) from aviationweather.gov. Use for flight planning, weather briefings, checking airport conditions, or any pilot-related weather queries. Triggers on "METAR", "TAF", "flight weather", "airport weather", "aviation weather", "pilot report", "PIREP", or specific ICAO codes.
Install via ClawdBot CLI:
clawdbot install dimitryvin/aviation-weatherFetch real-time aviation weather from the FAA's aviationweather.gov API.
# METAR for specific airports
python3 scripts/wx.py KSMO KLAX KVNY
# METAR + TAF
python3 scripts/wx.py KSMO KLAX --metar --taf
# Just TAF
python3 scripts/wx.py KSMO --taf
# PIREPs near a location (lat/lon)
python3 scripts/wx.py --pirep --lat 34.0 --lon -118.4 --radius 100
# Raw output with JSON
python3 scripts/wx.py KSMO --json
# Verbose (show raw METAR text)
python3 scripts/wx.py KSMO -v
When no stations specified, defaults to Santa Monica area: KSMO, KLAX, KVNY
| Code | Name |
|------|------|
| KSMO | Santa Monica |
| KLAX | Los Angeles Intl |
| KVNY | Van Nuys |
| KBUR | Burbank |
| KTOA | Torrance |
| KSNA | John Wayne |
| KFUL | Fullerton |
| KCMA | Camarillo |
| KOXR | Oxnard |
| KPSP | Palm Springs |
--metar, -m: Fetch METAR (default)--taf, -t: Fetch TAF forecast--pirep, -p: Fetch pilot reports--hours N: Hours of METAR history (default: 2)--lat, --lon: Location for PIREP search--radius N: PIREP search radius in nm (default: 100)--verbose, -v: Show raw observation text--json: Output raw JSON dataGenerated Mar 1, 2026
Pilots can quickly retrieve METAR and TAF data for departure, en-route, and destination airports to assess weather conditions, ensuring safe flight planning and compliance with FAA regulations. This is essential for VFR and IFR flight operations, helping to avoid adverse weather and plan alternate routes.
Airport managers and air traffic controllers use real-time weather data to monitor conditions like visibility and ceiling, optimizing runway usage, managing delays, and ensuring safe takeoffs and landings. This supports efficient airport operations and enhances safety protocols during changing weather.
Flight schools and instructors integrate this skill into training programs to teach students how to interpret METAR and TAF reports, improving weather analysis skills for pilot certification. It provides hands-on experience with real-world data for scenario-based learning.
Airlines and charter companies use the skill to gather weather updates for dispatch decisions, route planning, and fleet scheduling, minimizing disruptions and ensuring passenger safety. It aids in assessing PIREPs for in-flight conditions and adjusting operations accordingly.
Private pilots and hobbyists access localized weather data for recreational flying, checking conditions at nearby airports like those in SoCal to plan weekend flights or cross-country trips. This helps in making go/no-go decisions based on current and forecasted weather.
Offer tiered subscription plans for developers and aviation companies to integrate this weather data into their own apps or systems, with premium features like historical data or higher API limits. Revenue is generated through monthly or annual fees based on usage levels.
Develop a mobile app that provides basic weather data for free, with in-app purchases or ads, and charge for advanced features such as detailed forecasts, PIREP alerts, or offline access. This targets pilots and aviation enthusiasts, driving revenue from app sales and premium upgrades.
Partner with flight schools, airlines, and airport operators to embed this skill into their existing platforms, offering customized weather dashboards and data feeds under licensing agreements. Revenue comes from one-time setup fees and ongoing service contracts.
💬 Integration Tip
Integrate this skill with flight planning software or mobile apps using its JSON output option for easy data parsing, and consider adding voice command triggers for hands-free use in cockpit environments.
Get current weather and forecasts (no API key required).
Google Weather API - accurate, real-time weather data. Get current conditions, temperature, humidity, wind, and forecasts. Powered by Google's Weather API fo...
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
Monitor solar weather conditions including geomagnetic storms, solar flares, aurora forecasts, and solar wind data. Uses NOAA Space Weather Prediction Center real-time data.
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.