weather-fetcher

Fetch the current Dubai temperature in Celsius or Fahrenheit via the Open-Meteo API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Buckeyes22/weather-app --skill weather-fetcher-buckeyes22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-fetcher
Source: https://github.com/Buckeyes22/weather-app/tree/main/docs/corpora/claude-code-best-practice/.claude/skills/weather-fetcher
Command: npx skills add https://github.com/Buckeyes22/weather-app --skill weather-fetcher-buckeyes22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a quick, reliable way to fetch the current temperature for Dubai, UAE using a public API, eliminating manual lookups and parsing.

Core Features & Use Cases

  • Fetch current temperature for Dubai in Celsius or Fahrenheit using the Open-Meteo API with coordinates 25.2048, 55.2708.
  • Return a clearly labeled numeric value along with the unit, suitable for display in dashboards or chat responses.
  • Use case: integrate into a weather chatbot to answer "What is the current temperature in Dubai?" with real-time data.

Quick Start

Ask the skill to fetch the current temperature for Dubai, UAE in your preferred unit (Celsius or Fahrenheit).

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 using an API?

Retrieve the current temperature for Dubai by querying the Open-Meteo API at coordinates 25.2048, 55.2708 to get the current.temperature_2m value. The skill handles this automatically and returns a single numeric value.

Can I get Dubai weather data in both Celsius and Fahrenheit?

Yes, you can retrieve Dubai weather data in Celsius or Fahrenheit. The skill accepts your preferred unit request and returns the current temperature from the Open-Meteo API with the appropriate unit label.

What is the Open-Meteo API and how does it retrieve weather data?

The Open-Meteo API is a public weather data source that the skill queries using specific geographic coordinates to fetch real-time temperature readings. It eliminates manual lookups by returning the current.temperature_2m value directly.

Do I need an API key to retrieve weather data from Open-Meteo?

No, you do not need an API key to retrieve weather data from Open-Meteo. The skill uses the public Open-Meteo API without any dependencies or authentication required to fetch the current temperature for Dubai.

What's the best way to integrate real-time Dubai temperature into a chatbot?

The best way to integrate real-time Dubai temperature into a chatbot is to use this skill to fetch the current temperature from the Open-Meteo API. It returns a clearly labeled numeric value suitable for chat responses.