Fetches the current temperature for Dubai from the Open-Meteo API in either Celsius or Fahrenheit. It's narrowly scoped to one city and one metric, making it more of a working example than a general-purpose tool. You get the WebFetch tool to hit specific lat/long coordinates, parse the JSON response for temperature_2m, and return a formatted result. Honestly useful if you're building something Dubai-specific or want a template for adding other cities, but you'll probably want to extend it beyond a single hardcoded location. Open-Meteo requires no API key, which keeps it simple for testing and demos.
npx skills add https://github.com/shanraisshan/claude-code-best-practice --skill weather-fetcher