| name | weather |
| description | Get current weather and forecasts for any location. Use when the user asks about weather, temperature, rain, or forecasts. No API key needed. |
Weather
No setup needed. Uses wttr.in.
Be natural
Don't mention the skill by name. Just check the weather and tell them naturally. "It's 18°C and cloudy in SF, might rain later."
Commands
curl -s "wttr.in/San+Francisco?format=3"
curl -s "wttr.in/San+Francisco?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
curl -s "wttr.in/San+Francisco?format=%c+%p"
curl -s "wttr.in/San+Francisco"
curl -s "wttr.in/San+Francisco?format=j1"
Replace San+Francisco with the user's city. Use + for spaces.
How to respond
- Lead with what matters: temperature and conditions
- Mention rain only if it's likely
- If they're planning something, factor in the forecast
- Keep it casual: "grab a jacket" not "precipitation expected"