Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use for current weather, rain/temperature checks, forecasts, and travel planning. Need a city, region, airport code, or coordinates.
curl "wttr.in/London?format=3"
curl "wttr.in/London?0"
curl "wttr.in/London"
curl "wttr.in/London?format=v2"
curl "wttr.in/London?1"
curl "wttr.in/New+York?format=3"Useful formats:
%l: location%c: condition icon%t: temperature%f: feels like%w: wind%h: humidity%p: precipitationcurl "wttr.in/London?format=%l:+%c+%t,+feels+%f,+rain+%p,+wind+%w"JSON:
curl "wttr.in/London?format=j1"c88d7d1
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.