← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install weather-cn-jj
Description
国内天气+空气质量查询。支持城市和区县级,中文输出。数据源: wttr.in + Open-Meteo。无需 API Key。
Usage Guidance
This skill appears coherent and implements a straightforward weather + AQI fetcher using wttr.in and Open‑Meteo; it does not request secrets. Before installing, review the bundled script if you can, and be aware it will make outbound HTTP requests to public services (so running it requires network access and is subject to those services' rate limits and privacy policies). If you prefer caution, run the script in a sandbox or isolated environment. If you need stronger guarantees, verify the remainder of the code (the truncated portion) to ensure no unexpected network endpoints or local-file/credential reads are present.
Capability Analysis
Type: OpenClaw Skill
Name: weather-cn-jj
Version: 1.3.0
The skill bundle provides weather and air quality information for Chinese cities using legitimate public APIs (wttr.in and open-meteo.com). The Python script `scripts/weather_cn.py` is transparently written, uses standard libraries for network requests, and contains no indicators of data exfiltration, unauthorized execution, or malicious intent. The documentation in `SKILL.md` is accurate and does not contain any prompt-injection attempts.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (国内天气 + AQI) align with the included Python script and the single required binary (python). The listed city/district coordinates and network data sources (wttr.in, Open‑Meteo) match the declared purpose.
Instruction Scope
SKILL.md tells the agent to run the included Python script or import specific functions; it does not instruct reading arbitrary local files, other credentials, or sending data to unexpected endpoints beyond the stated APIs.
Install Mechanism
No install spec (instruction-only with a bundled script). No downloads or archive extraction; the code is provided in the skill bundle.
Credentials
Requires no environment variables or credentials; the script uses public HTTP APIs for weather and AQI data. No evidence it tries to read unrelated env vars or config paths.
Persistence & Privilege
always:false and no behavior that modifies other skills or system-wide settings. Normal autonomous invocation is allowed but not exceptional here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-cn-jj - After installation, invoke the skill by name or use
/weather-cn-jj - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
新增浙江城市:东阳、义乌、永康、金华;补充穿衣指数参考
v1.2.0
- 新增支持城市:东阳、义乌、永康、金华。
- 文档更新,指出浙江金华等下辖城市可直接查询,区县无数据时建议查询城市级别。
- 其它地区支持及使用说明同步补充说明。
v1.1.0
Expanded support for district/county-level weather queries across China.
- Added detailed documentation for querying weather and AQI down to district (区/县) level in major cities.
- Extended examples to include precise district input formats, such as "北京朝阳" or "上海浦东".
- Updated list of supported locations to cover both city and key district names.
- Modified usage instructions to reflect expanded input capabilities for more granular forecasts.
v1.0.0
Initial release — Chinese weather and AQI in one command.
- Get weather and air quality (AQI) forecasts for any major city in China using Chinese city names.
- Outputs all results in pure Chinese, including weather, AQI levels, and clothing suggestions.
- No API key required; integrates wttr.in (weather) and Open-Meteo (AQI) data.
- Includes quick command-line and Python usage examples.
- Provides look-up tables for Chinese weather codes, AQI health advice, and temperature-based clothing index.
Metadata
Frequently Asked Questions
What is Weather Cn?
国内天气+空气质量查询。支持城市和区县级,中文输出。数据源: wttr.in + Open-Meteo。无需 API Key。 It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Weather Cn?
Run "/install weather-cn-jj" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Cn free?
Yes, Weather Cn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather Cn support?
Weather Cn is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32, darwin, linux).
Who created Weather Cn?
It is built and maintained by lujun2508 (@lujun2508); the current version is v1.3.0.
More Skills