بنقرة واحدة
weather-fetcher
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.
Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on re...
Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session managemen...
Master orchestrator, peer-to-peer, and hierarchical multi-agent architectures
Use when executing implementation plans with independent tasks in the current session
SQL, pandas, and statistical analysis expertise for data exploration and insights. Use when: analyzing data, writing SQL queries, using pandas, performing statistical analysis, or when user mentions data analysis, SQL, pandas, statistics, or needs help exploring datasets.
| name | weather-fetcher |
| description | Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API |
| user-invocable | false |
This skill provides instructions for fetching current weather data.
Fetch the current temperature for Dubai, UAE in the requested unit (Celsius or Fahrenheit).
Fetch Weather Data: Use the WebFetch tool to get current weather data for Dubai from the Open-Meteo API.
For Celsius:
https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=celsiusFor Fahrenheit:
https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=fahrenheitExtract Temperature: From the JSON response, extract the current temperature:
current.temperature_2mcurrent_units.temperature_2mReturn Result: Return the temperature value and unit clearly.
After completing this skill's instructions:
Current Dubai Temperature: [X]°[C/F]
Unit: [Celsius/Fahrenheit]