Install
openclaw skills install weather-pulseWeather + air quality via QWeather (50k/mo) and WAQI (1k/hr). Real-time, forecasts (3-30 days / 24-168 hours), indices, AQI, PM2.5. Supports city names, coordinates, CityId.
openclaw skills install weather-pulseweather-pulse (optimized)
Weather and air quality with QWeather + WAQI. Minimal footprint, same features.
APIs
Setup
Usage python scripts/weather.py <location> [--endpoint ENDPOINT] [--json]
Location formats
Endpoints now | 3d | 7d | 10d | 15d | 30d | 24h | 72h | 168h | indices | aqi
Examples python scripts/weather.py Shanghai # current python scripts/weather.py 101180301 --endpoint 7d # 7-day python scripts/weather.py 113.92,35.30 -e 15d # coords python scripts/weather.py xinxiang -e aqi # AQI python scripts/weather.py 101180301 -j # JSON output
Notes