weather-fetcher

Fetch current Dubai temperature from the Open-Meteo API with configurable units.

64.2k|6.4k|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/shanraisshan/claude-code-best-practice --skill weather-fetcher-shanraisshan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-fetcher
Source: https://github.com/shanraisshan/claude-code-best-practice/tree/main/.claude/skills/weather-fetcher
Command: npx skills add https://github.com/shanraisshan/claude-code-best-practice --skill weather-fetcher-shanraisshan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a quick and reliable way to fetch current weather temperature data for Dubai, UAE, eliminating the need for manual API calls or searching.

Core Features & Use Cases

  • Fetches current temperature for Dubai.
  • Supports both Celsius and Fahrenheit units.
  • Uses the Open-Meteo API, which requires no API key.
  • Use Case: Quickly get the current temperature in Dubai to plan an outdoor activity or for a travel itinerary.

Quick Start

Fetch the current temperature for Dubai in Celsius.

Frequently Asked Questions about weather-fetcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch the current temperature for Dubai without an API key?

You can fetch the Dubai temperature by calling the Open-Meteo API, which requires no API key. This skill retrieves current weather data and extracts the temperature value directly from the JSON response.

Can I get Dubai weather in Fahrenheit instead of Celsius?

Yes, you can retrieve Dubai weather in Fahrenheit. The skill supports configurable temperature units, allowing you to specify either Celsius or Fahrenheit when fetching data from the Open-Meteo API.

What is the best way to get real-time weather temperature data for a travel itinerary?

The best way to get real-time temperature for a travel itinerary is using this skill to fetch current Dubai weather instantly. It queries the Open-Meteo API and returns the exact temperature value in your preferred unit.

Does the Open-Meteo API support extracting temperature data in JSON format?

Yes, the Open-Meteo API supports JSON responses. This skill specifically queries the API for Dubai weather and parses the JSON response to extract the current temperature value and its corresponding unit.

Are there limitations to fetching weather data for locations outside Dubai?

Yes, the current limitation is that this skill is specifically configured to fetch weather temperature data only for Dubai, UAE. It does not currently support fetching weather data for other geographic locations.

weather-fetcher: how does it retrieve current temperature data?

weather-fetcher retrieves current temperature data by sending a request to the Open-Meteo API. It then parses the returned JSON response to extract the temperature value and unit for Dubai, UAE.