weather-fetcher
Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API
npxskills add shanraisshan/claude-code-best-practice--skill weather-fetcherLoading…
Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API
npxskills add shanraisshan/claude-code-best-practice--skill weather-fetcherLoading…
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]
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Get current weather and forecasts (no API key required).
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Get current weather and forecasts (no API key required).
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.