Weather
Use this skill for quick weather lookups without API keys.
Current weather
curl -s "wttr.in/San+Francisco?format=3"
Compact format
curl -s "wttr.in/San+Francisco?format=%l:+%c+%t+%h+%w"
Multi-day forecast
curl -s "wttr.in/San+Francisco?m"
Usage guidance
- URL-encode spaces with
+. - Use
?mfor metric and?ufor US units. - For ambiguous place names, clarify state/country first.