Получение температуры через Open-Meteo
★ 7.1 · general
weather-fetcher is a Claude Code skill that retrieves the current air temperature for Dubai, UAE from the Open-Meteo API. It uses the WebFetch tool to query weather data by geographic coordinates (latitude 25.2048, longitude 55.2708) and extracts the value from the `current.temperature_2m` field of the JSON response. Both Celsius and Fahrenheit are supported via dedicated URL parameters. No registration or API key is needed — Open-Meteo is free and relies on coordinate-based lookups. The skill performs no data transformations and writes no files; it simply returns the numeric temperature value
- #weather
- #api
- #open-meteo
- #dubai
- #temperature
- #data-fetching