Fetches current temperature for Dubai using the Open-Meteo API.

Install

mkdir -p .claude/skills/weather-fetcher && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2698" && unzip -o skill.zip -d .claude/skills/weather-fetcher && rm skill.zip

Installs to .claude/skills/weather-fetcher

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
93 charsno explicit “when” trigger
Beginner

Key capabilities

  • Fetch real-time weather data for Dubai coordinates
  • Filter temperature data by Celsius or Fahrenheit
  • Extract current temperature from API JSON response
  • Format temperature output for user readability

How it works

Executes a GET request to the Open-Meteo API using hardcoded geographic coordinates and parses the resulting JSON for current temperature fields.

Inputs & outputs

You give it
Requested temperature unit (Celsius/Fahrenheit)
You get back
Current temperature value and unit label

When to use weather-fetcher

  • Fetch Dubai temperature
  • Check weather data in app

About this skill

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&current=temperature_2m&temperature_unit=celsius

    For Fahrenheit:

    • URL: https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708&current=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

When not to use it

  • Forecasting future weather trends
  • Retrieving historical weather data records

Prerequisites

WebFetch tool access

Limitations

  • Only provides temperature, no other weather conditions
  • Requires live internet connectivity for WebFetch

How it compares

It bypasses manual searches or broad weather apps by providing a precise, direct data extraction flow for specific locations.

Compared to similar skills

weather-fetcher side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
weather-fetcher (this skill)23moNo flagsBeginner
quant-analyst1032moNo flagsAdvanced
stock-analyzer712moReviewBeginner
xlsx876moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

quant-analyst

zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

103355

stock-analyzer

FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

71214

xlsx

anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

87191

google-analytics

davila7

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

43193

market-sizing-analysis

wshobson

This skill should be used when the user asks to "calculate TAM", "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "what's the total addressable market", or requests market sizing analysis for a startup or business opportunity.

73142

data-engineering

pluginagentmarketplace

ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.

13192

Search skills

Search the agent skills registry