원클릭으로
weather
Get weather information for locations using Open-Meteo API. Use when user asks about weather, temperature, or forecasts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Get weather information for locations using Open-Meteo API. Use when user asks about weather, temperature, or forecasts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search academic papers, find citations, and explore research using Semantic Scholar. Use when user asks about scientific papers, research, citations, or academic topics.
Search recipes by ingredients, cuisine, or dietary needs. Get nutrition info, meal plans, and cooking instructions. Use when user asks about cooking, recipes, meals, or food.
Get current time in any timezone and convert times between locations. Use when user asks about time in different cities, timezone conversions, or scheduling across timezones.
Review code for quality, security, and best practices. Use when analyzing code, suggesting improvements, or conducting code reviews.
| name | weather |
| description | Get weather information for locations using Open-Meteo API. Use when user asks about weather, temperature, or forecasts. |
| version | 1.0.0 |
| author | Workshop Team |
Provides weather information for locations around the world using the free Open-Meteo API.
When a user asks about weather:
| City | Latitude | Longitude |
|---|---|---|
| New York | 40.71 | -74.01 |
| Los Angeles | 34.05 | -118.24 |
| London | 51.51 | -0.13 |
| Paris | 48.85 | 2.35 |
| Tokyo | 35.69 | 139.69 |
| Sydney | -33.87 | 151.21 |
| Miami | 25.76 | -80.19 |
| Chicago | 41.88 | -87.63 |
| San Francisco | 37.77 | -122.42 |
| Berlin | 52.52 | 13.41 |
| Code | Description |
|---|---|
| 0 | Clear sky |
| 1, 2, 3 | Mainly clear, partly cloudy, overcast |
| 45, 48 | Fog |
| 51, 53, 55 | Drizzle (light, moderate, dense) |
| 61, 63, 65 | Rain (slight, moderate, heavy) |
| 71, 73, 75 | Snow fall (slight, moderate, heavy) |
| 80, 81, 82 | Rain showers (slight, moderate, violent) |
| 95 | Thunderstorm |
| 96, 99 | Thunderstorm with hail |
ALWAYS read this documentation before making an API request so you have the right parameters:
references/api_reference.md - Complete Open-Meteo API documentationUser asks: "What's the weather in New York?" Response: Use coordinates (40.71, -74.01), call Open-Meteo API, format response with temperature and conditions.
User asks: "How hot is it in Miami?" Response: Use coordinates (25.76, -80.19), get temperature_2m, convert to Fahrenheit if needed.