OpenSky Weather
api.openskyweather.com
Real-time weather data and forecasts for any location worldwide. Provides current conditions (temperature, humidity, wind) and multi-day forecasts. Useful when an agent needs to answer weather-related questions or plan around weather conditions.
api_key
freemium
1.0
https://api.openskyweather.com
1
2026-03-01 09:26:47
Health
Capabilities
get_current_weather
locationGet the current weather conditions for a specific location, including temperature, humidity, wind speed, and a text summary.
Detail: https://api.openskyweather.com/capabilities/get_current_weather
get_forecast
locationGet a multi-day weather forecast for a specific location. Returns daily high/low temperatures, precipitation probability, and conditions.
Detail: https://api.openskyweather.com/capabilities/get_forecast
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: OpenSky Weather Description: Real-time weather data and forecasts for any location worldwide. Provides current conditions (temperature, humidity, wind) and multi-day forecasts. Useful when an agent needs to answer weather-related questions or plan around weather conditions. Auth: api_key Capabilities: - get_current_weather: Get the current weather conditions for a specific location, including temperature, humidity, wind speed, and a text summary. - get_forecast: Get a multi-day weather forecast for a specific location. Returns daily high/low temperatures, precipitation probability, and conditions.