Install
openclaw skills install discord-weather-reporterFetch weather forecasts and current conditions, formatted for Discord display. Use when asked about weather, temperature, rain forecasts, or travel planning weather checks. Triggers: 'weather', 'temperature in [city]', 'will it rain', 'forecast for [city]', 'is it going to snow', weather alerts for a location.
openclaw skills install discord-weather-reporterFetch current conditions and forecasts, formatted as clean Discord embeds.
# Current weather for a city (one-liner)
curl -s "wttr.in/{city}?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
# 3-day forecast
curl -s "wttr.in/{city}?format=v2"
# Will it rain?
curl -s "wttr.in/{city}?format=%l:+%c+%p"
curl -s "wttr.in/{city}?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
curl -s "wttr.in/{city}"
curl -s "wttr.in/{city}?format=%l:+%c+%p"
curl -s "wttr.in/{city}?format=v2"
%c — Condition emoji%t — Temperature%f — "Feels like"%w — Wind speed%h — Humidity%p — Precipitation%l — Location name"Weather in London?"
London: ☀️ +18°C (feels like +17°C), 12 km/h wind, 65% humidity
"Will it rain in Tokyo?"
Tokyo: 🌦 Light rain, 4mm expected
"3-day Paris forecast" Full 3-day forecast with daily highs/lows
curl wttr.in/JFK