Weather Fetcher Skill This skill provides instructions for fetching current weather data. Task Fetch the current temperature for Dubai, UAE in the requested unit (Celsius or Fahrenheit). Instructions 1. Fetch Weather Data : Use the WebFetch tool to get current weather data for Dubai from the Open-Meteo API. For Celsius : - URL: For Fahrenheit : - URL: 2. Extract Temperature : From the JSON response, extract the current temperature: - Field: - Unit label is in: 3. Return Result : Return the temperature value and unit clearly. Expected Output After completing this skill's instructions: Notes -…