ワンクリックで
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.