/install knowair-minutely
KnowAir Minutely — Minute-Level Precipitation Forecast
Query minute-level precipitation forecast for the next 2 hours using the Caiyun Weather API. Best coverage for major cities in China.
Prerequisites
- A valid Caiyun Weather API token set as
CAIYUN_TOKENenvironment variable, or stored in~/.config/knowair/token. - Coordinates (longitude, latitude) for the target location.
Quick Start
python3 scripts/query_minutely.py --lng 116.3176 --lat 39.9760
Workflow
- Resolve coordinates — convert city name to coordinates if needed.
- Run the script:
python3 scripts/query_minutely.py --lng \x3CLNG> --lat \x3CLAT> - Present results — tell the user when rain starts/stops and the intensity, using the API's natural language description.
Options
| Flag | Description | Default |
|---|---|---|
--lng |
Longitude (-180 to 180) | Required |
--lat |
Latitude (-90 to 90) | Required |
--lang |
Output language: en or zh |
en |
Defaults
- Language:
en
Failure Handling
- Missing token → exit code 2 with setup instructions.
- API error → exit code 1 with error details.
- Data unavailable for location → inform user that minutely data is mainly available for China.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install knowair-minutely - After installation, invoke the skill by name or use
/knowair-minutely - Provide required inputs per the skill's parameter spec and get structured output
What is KnowAir Minutely 明气分钟级降水?
Get minute-level precipitation forecast for the next 2 hours via the Caiyun Weather API. Returns precipitation intensity at 1-minute intervals and 30-minute... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.
How do I install KnowAir Minutely 明气分钟级降水?
Run "/install knowair-minutely" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is KnowAir Minutely 明气分钟级降水 free?
Yes, KnowAir Minutely 明气分钟级降水 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does KnowAir Minutely 明气分钟级降水 support?
KnowAir Minutely 明气分钟级降水 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created KnowAir Minutely 明气分钟级降水?
It is built and maintained by Shuo Wang (@shuowang-ai); the current version is v1.0.0.