Install
openclaw skills install @shuowang-ai/knowair-air-qualityGet hourly (up to 360 hours) and daily (up to 15 days) weather forecasts by latitude and longitude via the Caiyun Weather API. Returns temperature trends, weather conditions, precipitation probability, wind, humidity, and life indices. Supports configurable detail levels. Use when the user asks about weather forecast, tomorrow's weather, weekly forecast, hourly forecast, will it rain, temperature trend, or future weather.
openclaw skills install @shuowang-ai/knowair-air-qualityQuery detailed hourly and daily weather forecasts for any location using the Caiyun Weather API.
CAIYUN_TOKEN environment variable, or stored in ~/.config/knowair/token.python3 scripts/query_forecast.py --lng 116.3176 --lat 39.9760 --type daily --days 7
hourly or daily.python3 scripts/query_forecast.py --lng <LNG> --lat <LAT> --type <TYPE>
| Flag | Description | Default |
|---|---|---|
--lng | Longitude (-180 to 180) | Required |
--lat | Latitude (-90 to 90) | Required |
--type | hourly or daily | daily |
--hours | Hours to forecast (1-360, hourly mode) | 48 |
--days | Days to forecast (1-15, daily mode) | 7 |
--detail-level | Display density 0-6 (0=auto, 1=every hour, etc.) | 0 |
--lang | Output language: en or zh | en |
dailyen