Current conditions, forecasts, and air quality. $0.001/request via MPP. No API key required.
Set up https://api.agentweather.dev/skill.mdGET /v1/weather?location=Brooklyn { "location": { "name": "Brooklyn", "country": "US", "lat": 40.65, "lon": -73.95 }, "current": { "temp_c": 14, "temp_f": 57, "condition": "Partly cloudy", "humidity_pct": 62, "wind_speed_kmh": 15 }, "daily": [ ... 3 days ... ], "summary": "Brooklyn: 14C, partly cloudy, light breeze.", "tips": { "umbrella": false, "uv_protection": false } }