Install
openclaw skills install knowair-minutelyGet minute-level precipitation forecast for the next 2 hours via the Caiyun Weather API. Returns precipitation intensity at 1-minute intervals and 30-minute probability data. Best for major cities in China. Use when the user asks about rain in the next hour, will it rain soon, should I bring an umbrella, precipitation forecast, or minute-level rain prediction.
openclaw skills install knowair-minutelyQuery minute-level precipitation forecast for the next 2 hours using the Caiyun Weather API. Best coverage for major cities in China.
CAIYUN_TOKEN environment variable, or stored in ~/.config/knowair/token.python3 scripts/query_minutely.py --lng 116.3176 --lat 39.9760
python3 scripts/query_minutely.py --lng <LNG> --lat <LAT>
| Flag | Description | Default |
|---|---|---|
--lng | Longitude (-180 to 180) | Required |
--lat | Latitude (-90 to 90) | Required |
--lang | Output language: en or zh | en |
en