Fetches current weather for any city using free APIs. No API key required.
- "what's the weather"
- "weather report"
- "check the weather"
- "how's the weather"
No setup required. Uses free Open-Meteo API and Nominatim geocoding.
- User triggers the Ability
- Asks which city to check
- Geocodes the city name to coordinates (Nominatim)
- Fetches current temperature and wind speed (Open-Meteo)
- Speaks a short weather report
- Nominatim — Free geocoding (OpenStreetMap)
- Open-Meteo — Free weather data, no API key needed
User: "What's the weather" AI: "Which city would you like the weather for?" User: "San Francisco" AI: "The current temperature in San Francisco is 15.2 degrees Celsius with wind speeds of 12 kilometers per hour."