Weather skill
Base URL: https://api.open-meteo.com/v1/forecast.
Compose:
?latitude=${input.latitude}&longitude=${input.longitude}
¤t=temperature_2m,weather_code,wind_speed_10m
&hourly=temperature_2m,precipitation
Issue with chat_agent_apirer. Return the parsed JSON's current and
hourly blocks. Open-Meteo is free for non-commercial use and does not
require an API key.