- Home
- Skills
- Probichaux
- Clawdskills
- Aviation Weather
aviation-weather_skill
- Python
0
GitHub Stars
3
Bundled Files
3 weeks ago
Catalog Refreshed
2 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstart where the catalogue uses aiagentskills.
npx veilstart add skill probichaux/clawdskills --skill aviation-weather- LICENSE1.0 KB
- README.md3.0 KB
- SKILL.md2.6 KB
Overview
This skill fetches aviation weather data (METAR, TAF, PIREPs, SIGMETs) from the NOAA Aviation Weather Center for any ICAO airport worldwide. It delivers concise flight-relevant information like flight category, winds, visibility, clouds, temperature, altimeter, and active advisories. Use it to get current conditions, short-term forecasts, pilot reports, and combined briefings without an API key.
How this skill works
The skill queries NOAA aviationweather.gov endpoints and parses METARs, TAFs, PIREPs, and SIGMET/AIRMET products into human-readable fields and optional raw or JSON output. It supports single or multiple ICAO station requests and can limit results by time window or count. A combined briefing aggregates METAR, TAF, and active SIGMETs for one or more airports.
When to use it
- Checking current airport conditions before flight planning or dispatch
- Retrieving terminal aerodrome forecasts for upcoming hours
- Monitoring recent pilot reports for turbulence or icing encounters
- Getting active SIGMETs/AIRMETs for hazardous weather like convection, icing, or turbulence
- Generating a full weather briefing for one or several airports
Best practices
- Always use 4-letter ICAO codes (e.g., KHSV, EGLL) rather than local identifiers
- Request raw text when you need exact transmitted METAR/TAF strings for logs or regulatory use
- Check METAR update times (updated every minute) and TAF validity periods (updated every 6 hours)
- Combine METAR and TAF in a single briefing for a quick operational snapshot
- Filter SIGMETs by hazard type if you only need turbulence, icing, or convective alerts
Example use cases
- Quick preflight: avwx metar KHSV to confirm flight category and wind for takeoff/landing
- Route planning: avwx taf KJFK to review forecast wind shifts and visibility over the next 24 hours
- Weather awareness: avwx pirep --hours 4 to see recent pilot reports of turbulence along a route
- Hazard check: avwx sigmet --hazard CONVECTIVE to list active thunderstorm SIGMETs
- Multi-airport briefing: avwx brief KHSV,KMDQ to compare conditions at alternate fields
FAQ
No. The skill uses NOAA Aviation Weather Center data and does not require an API key.
What format options are available for outputs?
You can request parsed human-readable output, raw transmitted METAR/TAF text, or JSON for integration with other tools.