Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
70
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Get current weather conditions and forecasts.
✅ USE this skill when:
❌ DON'T use this skill when:
Always include a city, region, or airport code in weather queries.
&m (°C, km/h)&u (°F, mph)# One-line summary
curl "wttr.in/London?format=3&m"
# Detailed current conditions
curl "wttr.in/London?0&m"
# Specific city
curl "wttr.in/New+York?format=3&u"# 3-day forecast
curl "wttr.in/London?m"
# Week forecast
curl "wttr.in/London?format=v2&m"
# Specific day (0=today, 1=tomorrow, 2=day after)
curl "wttr.in/London?1&m"# One-liner
curl "wttr.in/London?format=%l:+%c+%t+%w"
# JSON output
curl "wttr.in/London?format=j1"
# PNG image
curl "wttr.in/London.png"%c — Weather condition emoji%t — Temperature%f — "Feels like"%w — Wind%h — Humidity%p — Precipitation%l — Location"What's the weather?"
curl -s "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity&m""Will it rain?"
curl -s "wttr.in/London?format=%l:+%c+%p&m""Weekend forecast"
curl "wttr.in/London?format=v2"curl wttr.in/ORD92e7db0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.