Skip to main content

OpenWeather

Integrates with the OpenWeatherMap API to retrieve current weather conditions, 5-day/3-hour forecasts, air quality/pollution data, and geocoding (city name to coordinates). All weather and air pollution nodes take latitude/longitude coordinates; use Geocoding Search to resolve city names first. Nodes support metric, imperial, and standard units, plus 10 languages for weather descriptions. Authentication is via API key credential, either through a Connect node or directly on each node.

NamespaceRobomotion.OpenWeather
Version1.1.0
CategoryMapping, Other
Nodes7

Nodes

NodeDescription
ConnectOpens a connection to OpenWeather and returns a Client ID.
DisconnectCloses a OpenWeather connection.
Get Current WeatherGets a current weather in OpenWeather.
Get ForecastGets a forecast in OpenWeather.
Get Air PollutionGets an air pollution in OpenWeather.
Geocoding SearchGeocoding Search — see the properties below.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

6 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Get Current Weather, Get Forecast, Get Air Pollution, Geocoding Search.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.