Install
openclaw skills install openweatherGet current weather, hourly forecasts, and 8-day daily forecasts for any location worldwide using OpenWeather One Call API 3.0. Use when the user asks about weather, temperature, rain, snow, forecast, or conditions for any city or location.
openclaw skills install openweatherOpenWeather One Call API 3.0 via a small Python CLI (stdlib only).
City is optional if OPENWEATHER_DEFAULT_LOCATION is set.
python3 {skillDir}/scripts/weather.py current [city] python3 {skillDir}/scripts/weather.py forecast [city] --days 5 python3 {skillDir}/scripts/weather.py hourly [city] --hours 12
OPENWEATHER_DEFAULT_LOCATION when configured; otherwise ask the user for a location.