Weather Cn
v1.2.0Get China weather and air quality (AQI) in Chinese. Uses wttr.in for weather + Open-Meteo for AQI. Supports Chinese city names (北京、上海、杭州). No API key needed.
⭐ 0· 44·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (China weather + AQI) match the included Python script and SKILL.md examples. The script fetches weather from wttr.in and AQI from Open‑Meteo as described, and the large city/district coordinate map is reasonable for district-level queries.
Instruction Scope
SKILL.md instructs running the bundled Python script and shows a direct import/use API; it does not ask the agent to read unrelated files, access secrets, or post data to unexpected endpoints. Network calls to external weather/AQI providers are expected for this functionality.
Install Mechanism
There is no install spec (instruction-only install), and the bundled script uses only Python standard library modules (urllib, json, argparse) so no additional packages or downloads are required. No high-risk download/extract operations are present.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read secrets. It only performs outbound HTTP requests to public weather/AQI services, which is proportionate to its purpose.
Persistence & Privilege
The skill is not marked always:true, requests no special system privileges, and does not modify other skills or system-wide configs. Autonomous invocation is allowed by default but is typical for skills of this type.
Assessment
This skill appears to do what it says: it runs a local Python script that makes outbound requests to wttr.in and Open‑Meteo to return Chinese-language weather and AQI. If you care about privacy or network restrictions, be aware it will make outbound HTTP(S) requests when invoked (no credentials or personal data are required by the code). If you want extra assurance, inspect the full script (it's included) and run it in a restricted environment or sandbox before granting it broader autonomous execution.Like a lobster shell, security has layers — review code before you run it.
latestvk979wrde7fmehdx4qvh8g6dcr584whw2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
