weather-fetcher
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
pinned to #e062d7cupdated 3 months ago
Ask your AI client: “install skills/weather-fetcher”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/weather-fetchermetahub onboarded this repo on the author's behalf.
If you own github.com/shanraisshan/claude-code-best-practice on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
62,401
Last commit
3 months ago
Latest release
published
- #agentic-ai
- #agentic-coding
- #agentic-engineering
- #agentic-workflow
- #ai
- #ai-agents
- #anthropic
- #best-practices
- #boris
- #claude
- #claude-ai
- #claude-code
- #claude-code-agents
- #claude-code-best-practices
- #claude-code-commands
- #claude-code-skills
- #context-engineering
- #pakistan
- #pakistani-developer
- #vibe-coding
About this skill
Pulled from SKILL.md at publish time.
This skill provides instructions for fetching current weather data.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.e062d7c· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
3 passed2 warningsDescription qualitywarn
13 words · 93 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README has usage / example sectionswarn
README has no Usage / Example / Quick start / Installation heading at any level
Add a `# Usage`, `## Quick start`, or similar section so end users can copy/paste a working invocation. Code blocks alone work too if there are several.
README is present and substantial
73,969 chars · 17 sections · 1 code block
Tags / topics declared
20 total — agentic-ai, agentic-coding, agentic-engineering, agentic-workflow, ai, ai-agents (+14)
Homepage / docs URL declared
https://linkedin.com/in/shanraisshan
Release history
1- releasecurrente062d7cwarn3 months ago
Contents
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
-
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
- URL:
-
Extract Temperature: From the JSON response, extract the current temperature:
- Field:
current.temperature_2m - Unit label is in:
current_units.temperature_2m
- Field:
-
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
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/weather-fetcher