From the JSON response, extract the current temperature:
Field:
current.temperature_2m
Unit label is in:
current_units.temperature_2m
Return Result
Return the temperature value and unit clearly.
Expected Output
After completing this skill's instructions:
Current Dubai Temperature: [X]°[C/F]
Unit: [Celsius/Fahrenheit]
Notes
Only fetch the temperature, do not perform any transformations or write any files
Open-Meteo is free, requires no API key, and uses coordinate-based lookups for reliability
Dubai coordinates: latitude 25.2048, longitude 55.2708
Return the numeric temperature value and unit clearly
Support both Celsius and Fahrenheit based on the caller's request