weather-fetcher
SolidInstructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
AI & Automation 57,507 stars
5774 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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: `https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=celsius`
For **Fahrenheit**:
- URL: `https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=fahrenheit`
2. **Extract Temperature**: From the JSON response, extract the current temperature:
- Field: `current.temperature_2m`
- Unit label is in: `current_units.temperature_2m`
3. **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
Details
- Author
- shanraisshan
- Repository
- shanraisshan/claude-code-best-practice
- Created
- 7 months ago
- Last Updated
- today
- Language
- HTML
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
weather-fetcher
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
1 Updated today
Recepay6358 AI & Automation Listed
fetch-weather-report
Fetch the current weather forecast for a specified location and return a structured summary.
29 Updated 2 days ago
prakhar1114 AI & Automation Listed
weather
Get weather information for locations using Open-Meteo API. Use when user asks about weather, temperature, or forecasts.
2 Updated today
tanveerkhan2005