What problem does it solve? Pilots planning UK general aviation flights often need finer-grained hourly weather trends than METAR/TAF provide, plus sunrise/sunset and legal night-flying boundary times that no other briefing source computes. This Skill fetches that supplementary model data from Open-Meteo for any lat/lon location. ## Core Features & Use Cases - Hourly Forecast Model: Retrieves temperature, dewpoint, cloud cover, wind (surface and 925 hPa), gusts, freezing level, and visibility for one or more locations. - Sunrise/Sunset & Night Boundaries: Computes UK ANO 2016 night-flying boundaries (sunset+30min to sunrise-30min) directly in Python, avoiding date arithmetic errors. - Use Case: A pilot flying to a small grass strip with no TAF station asks for the hourly wind and cloud trend plus when a night rating becomes legally required, and receives structured JSON with all values in UTC. ## Quick Start Ask the assistant to fetch the hourly forecast and night-flying times for a location such as EGKA at 50.835602, -0.297222 using the open-meteo-fetcher skill.