원클릭으로
weather
Look up current weather and forecasts via OpenWeatherMap.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Look up current weather and forecasts via OpenWeatherMap.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when building, modifying, or adding any backend feature in packages/engine. Use when creating tools, adding API endpoints, modifying the AI pipeline, adding channel adapters, working with database schemas, or touching the message pipeline.
Use when building, modifying, or adding any UI component, page, or style in packages/web. Use when choosing colors, spacing, typography, component patterns, or layout structure. Use when adding new shadcn/ui components or creating custom components.
| name | weather |
| description | Look up current weather and forecasts via OpenWeatherMap. |
| requiredEnv | [{"name":"OPENWEATHER_API_KEY","description":"API key for OpenWeatherMap. Get one at https://openweathermap.org/api","sensitive":true}] |
When the user asks about current weather or a short-term forecast, use this skill.
Use the httpRequest tool to call the OpenWeatherMap API:
GET https://api.openweathermap.org/data/2.5/weather?q=<city>&appid=<OPENWEATHER_API_KEY>&units=metric
Your OPENWEATHER_API_KEY is available in the skill environment — it has already been substituted into the <skill_env> block above.
Return:
Keep the answer to 2-3 lines unless the user asks for more detail.