con un clic
weather
Look up current weather and forecasts via OpenWeatherMap.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Look up current weather and forecasts via OpenWeatherMap.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional SOC
| 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.