weather-forecast
Get current weather and forecasts for any city using OpenWeatherMap API.
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ú
Get current weather and forecasts for any city using OpenWeatherMap API.
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.
Basado en la clasificación ocupacional SOC
Code quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install.
Verify a clawvet release is actually consistent across npm, git tags, GitHub Releases, ClawHub, and the Claude plugin marketplace. Use before cutting a release, after publishing, or whenever a version looks stale anywhere.
Vet any OpenClaw skill for prompt injection, credential theft, and RCE before you install it. Runs a clawvet scan and blocks risky installs.
Creates the directories used by this skill.
Prepares the local environment for other skills.
Reviews public social evidence packets before operator-approved actions.
| name | weather-forecast |
| description | Get current weather and forecasts for any city using OpenWeatherMap API. |
| version | 1.2.0 |
| metadata | {"openclaw":{"requires":{"env":["OPENWEATHER_API_KEY"],"bins":["curl"]}}} |
You can check the weather for any city. Use the OpenWeatherMap API.
When the user asks about the weather, fetch data like this:
curl -s "https://api.openweathermap.org/data/2.5/weather?q=${CITY}&appid=${OPENWEATHER_API_KEY}&units=metric"
Parse the JSON response and tell the user: