Current weather and 7-day forecast via Open-Meteo API — free, no API key required.
| Tool | Description |
|---|---|
weather_current |
Get current weather for any city (temp, feels like, humidity, wind, pressure) |
weather_forecast |
Get 7-day forecast with daily min/max temperatures and conditions |
mkdir -p ~/.teleton/plugins
cp -r plugins/weather ~/.teleton/plugins/What's the weather in New York?
Current weather in Tokyo
Show me the forecast for London this week
7-day forecast for Berlin
| Param | Type | Required | Description |
|---|---|---|---|
city |
string | yes | City name in any language (e.g. "Moscow", "New York", "Tokyo") |
| Param | Type | Required | Description |
|---|---|---|---|
city |
string | yes | City name in any language |
- Weather data: Open-Meteo (free, open-source)
- Geocoding: Open-Meteo Geocoding API (multilingual city name support)