Weather
Use this skill for quick weather lookups without API keys.
Current weather
bash
curl -s "wttr.in/San+Francisco?format=3"
Compact format
bash
curl -s "wttr.in/San+Francisco?format=%l:+%c+%t+%h+%w"
Multi-day forecast
bash
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.