Your agent has no live weather; this returns current conditions and a multi-day forecast for any place.
Maps & Weather
Provides current conditions, forecasts, and short-term precipitation nowcasts for any location on earth. Get the temperature and conditions right now, a multi-day planning forecast, an hour-by-hour breakdown for later today, or a minute-level rain nowcast for the next hour. All data is real and data-backed, not estimated.
You need live weather or a forecast for a location, by place name or by coordinates.
Past or historical weather, climate normals, air quality, guaranteed severe-weather alerts, or safety-critical marine, aviation, or evacuation decisions.
Each is a sub-skill of Weather; the router picks the right one for your request.
information
Returns weather data for the resolved location. A place-name lookup may instead return candidate locations when the name is ambiguous, so you can pick the right one.
A place name matches several real places in different countries or states and the request does not say which one.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/weather/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What are the coordinates of Tokyo?"}}'Example requests