Weather Skill
When asked about weather, follow these steps:
- •
Extract the location from the user's message
- •If no location specified, ask for one
- •Accept city names, countries, or "here" (ask for city if ambiguous)
- •
Use the
web_fetchtool to get weather data:- •Fetch
https://wttr.in/{location}?format=j1for JSON weather data - •Fallback:
https://wttr.in/{location}?format=3for a one-line summary
- •Fetch
- •
Present the response in this format: Currently in [Location]: [temp]°C, [conditions] Feels like: [feelslike]°C | Humidity: [humidity]% | Wind: [wind] km/h [Brief forecast for next hours if available]
Keep it concise. People just want the basics.