weather-forecast
Get current weather and forecasts for any city using OpenWeatherMap API.
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
Get current weather and forecasts for any city using OpenWeatherMap API.
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
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: