1# Weather Skill
2
3> Current weather and forecasts via wttr.in or Open-Meteo.
4
5## Install
6
7
8openclaw skill install weather
9
10
11## What it does
12
13- Current conditions for any location
14- Multi-day forecasts
15- Temperature, humidity, wind, precipitation
16- Sunrise/sunset times
17
18## Requirements
19
20No API key needed. Uses free public APIs.
21
22## Usage
23
24
25"What's the weather in San Francisco?"
26"Will it rain tomorrow in New York?"
27"Give me a 5-day forecast for Tokyo"
28
29
30## Data Sources
31
32- **wttr.in** — Quick, terminal-friendly weather data
33- **Open-Meteo** — Detailed forecasts with hourly breakdowns
34
35## Tags
36
37`weather` `forecast` `temperature` `free`
38