.claude/skills/weather-fetcher/SKILL.md
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
npx skillsauth add shanraisshan/claude-code-best-practice weather-fetcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides instructions for fetching current weather data.
Fetch the current temperature for Dubai, UAE in the requested unit (Celsius or Fahrenheit).
Fetch Weather Data: Use the WebFetch tool to get current weather data for Dubai from the Open-Meteo API.
For Celsius:
https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=celsiusFor Fahrenheit:
https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=fahrenheitExtract Temperature: From the JSON response, extract the current temperature:
current.temperature_2mcurrent_units.temperature_2mReturn Result: Return the temperature value and unit clearly.
After completing this skill's instructions:
Current Dubai Temperature: [X]°[C/F]
Unit: [Celsius/Fahrenheit]
documentation
Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.
data-ai
Instructions for fetching current Dubai time via bash command
documentation
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.
tools
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.