Developer Tools21 toolsPaste one API key
OpenWeather API integration for AI agents
Provides access to current weather data, forecasts, and historical weather data for any location worldwide.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect OpenWeather API once and call the same tools from all of them.
Setup
Connect OpenWeather API through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
OpenWeather API exposes 21 tools through ClawLink. The 20 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
openweather_api_get_air_pollution_current | Fetch current air pollution data for a location | Read |
openweather_api_get_air_pollution_forecast | Get forecasted air pollution data for a specific location | Read |
openweather_api_get_air_pollution_history | Retrieve historical air pollution data | Read |
openweather_api_get_circle_city_weather | Search for current weather data in cities around a geographic point | Read |
openweather_api_get_current_weather | Retrieve current weather data for a location | Read |
openweather_api_get_geocoding_by_zip | Convert zip/post code into geographic coordinates | Read |
openweather_api_get_geocoding_direct | Convert a location name into geographic coordinates | Read |
openweather_api_get_geocoding_reverse | Convert geographic coordinates into a location name | Read |
openweather_api_get_station_measurements | Retrieve aggregated measurements from a weather station with minute, hour, or day granularity | Read |
openweather_api_get_uv_index | Retrieve current UV index for a location | Read |
openweather_api_get_uv_index_forecast | Retrieve UV index forecast for a specific location | Read |
openweather_api_get_uv_index_history | Retrieve historical UV index data for a specified location and time range | Read |
openweather_api_get_weather_map_tile | Fetch Weather Maps 2.0 tile images | Read |
openweather_api_get_weather_station | Get information about a specific weather station by its ID | Read |
openweather_api_get_weather_stations | List all weather stations added to your account | Read |
openweather_api_get_weather_triggers | Retrieve weather triggers for specific conditions | Read |
openweather_api_get5_day_forecast | Get a 5-day forecast every 3 hours (up to 40 UTC timestamps) | Read |
openweather_api_post_add_weather_station | Add a new weather station to your account | Write |
openweather_api_post_submit_station_measurements | Submit weather measurements from a registered station | Write |
openweather_api_update_weather_station | Update weather station details | Write |