← 返回 Skills 市场
219
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)
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.
安全使用建议
This skill is coherent and appears to do exactly what it claims: call the Caiyun minutely precipitation API and format results. Before installing, ensure you are comfortable providing a CAIYUN_TOKEN (set as an environment variable or stored in ~/.config/knowair/token). Treat that token like any API secret: don't reuse high-privilege credentials, and confirm the token is scoped only to weather queries. Also confirm you trust outbound network access to api.caiyunapp.com from the agent environment and that you are OK with the script reading ~/.config/knowair/token if present.
功能分析
Type: OpenClaw Skill
Name: knowair-minutely
Version: 1.0.0
The skill is a legitimate weather forecasting tool that interfaces with the Caiyun Weather API. The Python script (scripts/query_minutely.py) securely handles API tokens via environment variables or a local config file and uses standard libraries to fetch data. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binary (python3), and primaryEnv (CAIYUN_TOKEN) match the included script that calls Caiyun's minutely API. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the script narrowly instruct running the included Python script, supplying lng/lat and using CAIYUN_TOKEN. The only file read is an optional token file in ~/.config/knowair/token (or the CAIYUN_TOKEN env var), which is directly relevant to the API call.
Install Mechanism
There is no install spec (instruction-only plus a small script). Nothing is downloaded or written to disk by an installer — lowest-risk install profile.
Credentials
Only CAIYUN_TOKEN is required, which is appropriate. Minor mismatch: registry metadata lists no required config paths, but the script will read ~/.config/knowair/token if the env var is absent. This is reasonable but worth noting because the skill will access that file if present.
Persistence & Privilege
Skill does not request permanent/always-on presence and does not modify other skills or system settings. It will perform outbound network calls to api.caiyunapp.com as expected for its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install knowair-minutely - 安装完成后,直接呼叫该 Skill 的名称或使用
/knowair-minutely触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of KnowAir Minutely: minute-level precipitation forecast for China.
- Provides 2-hour, 1-minute interval precipitation forecasts using Caiyun Weather API.
- Returns rainfall intensity and 30-minute probability data.
- Designed for coverage in major Chinese cities.
- Requires Caiyun API token and Python 3.
- Includes command-line usage instructions and clear failure handling messages.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。
如何安装 KnowAir Minutely 明气分钟级降水?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install knowair-minutely」即可一键安装,无需额外配置。
KnowAir Minutely 明气分钟级降水 是免费的吗?
是的,KnowAir Minutely 明气分钟级降水 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
KnowAir Minutely 明气分钟级降水 支持哪些平台?
KnowAir Minutely 明气分钟级降水 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 KnowAir Minutely 明气分钟级降水?
由 Shuo Wang(@shuowang-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills