What problem does it solve? Pilots and briefing tools need live observed (METAR) and forecast (TAF) weather for specific airfields, but querying aviation data sources and parsing their verbose responses manually is tedious. This Skill fetches fresh METAR/TAF data for any set of ICAO codes and returns a trimmed, structured JSON summary. ## Core Features & Use Cases - Live METAR/TAF Retrieval: Queries the aviationweather.gov (NOAA) API for one or more ICAO codes, with no API key required and no caching — every call returns fresh data. - Structured JSON Output: Returns decoded fields (wind, visibility, clouds, temperature, flight category, TAF forecast periods) alongside the authoritative raw report strings. - Global Coverage: Works for any airfield worldwide with a reporting station, not just the UK; gracefully reports nulls with notes when a station has no current report. - Use Case: While building a GA weather briefing for a flight from Shoreham (EGKA) to Le Touquet, fetch current conditions for the origin, destination, and alternates in one command. ## Quick Start Ask the assistant to fetch the current METAR and TAF for airfields EGKA, EGLL, and EGHR using the metar-taf-fetcher skill.