← All skills

Weather

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.

Use when

You need live weather or a forecast for a location, by place name or by coordinates.

Not for

Past or historical weather, climate normals, air quality, guaranteed severe-weather alerts, or safety-critical marine, aviation, or evacuation decisions.

What you can do

Each is a sub-skill of Weather; the router picks the right one for your request.

What you get back

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.

When it checks with you first

A place name matches several real places in different countries or states and the request does not say which one.

Run it

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

  • What are the coordinates of Tokyo?
  • What's the weather in Tokyo right now?
  • What's the weather forecast for Paris this week?
  • What will the weather be like in Rome at 3pm today?