← Back to Skills Marketplace
shuowang-ai

KnowAir Minutely 明气分钟级降水

by Shuo Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
219
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install knowair-minutely
Description
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...
README (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

  1. A valid Caiyun Weather API token set as CAIYUN_TOKEN environment variable, or stored in ~/.config/knowair/token.
  2. Coordinates (longitude, latitude) for the target location.

Quick Start

python3 scripts/query_minutely.py --lng 116.3176 --lat 39.9760

Workflow

  1. Resolve coordinates — convert city name to coordinates if needed.
  2. Run the script:
    python3 scripts/query_minutely.py --lng \x3CLNG> --lat \x3CLAT>
    
  3. 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install knowair-minutely
  3. After installation, invoke the skill by name or use /knowair-minutely
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug knowair-minutely
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments