with one click
weather
Look up current weather and forecasts via OpenWeatherMap.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Look up current weather and forecasts via OpenWeatherMap.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.