← Back to Skills Marketplace
Weather Plus Cn
by
chenchaoqun
· GitHub ↗
· v1.0.3
· MIT-0
443
Downloads
0
Stars
4
Active Installs
4
Versions
Install in OpenClaw
/install weather-plus-cn
Description
查询中国城市天气信息,提供温度、天气状况及穿衣和生活指数建议,数据来源中国天气网。
Usage Guidance
This skill appears coherent and reasonably safe for its purpose. Points to consider before installing: (1) The script fetches pages from http://www.weather.com.cn (note: it uses plain HTTP in code) — consider switching to HTTPS to avoid network interception if you care about integrity; (2) The implementation scrapes HTML with regex, so it may break if the site structure changes; (3) Avoid high-frequency automated queries to prevent rate limits or IP blocking; (4) The skill does not request credentials or access sensitive files, and it does not install software, but it does perform outbound web requests — ensure your environment permits that. If you need stronger guarantees, ask the author to change the fetch URL to HTTPS and to add error handling / retries for transient network issues.
Capability Analysis
Type: OpenClaw Skill
Name: weather-plus-cn
Version: 1.0.3
The weather-plus-cn skill bundle is a legitimate tool for querying weather information for Chinese cities using weather.com.cn and wttr.in. The Python script (scripts/weather_query.py) uses standard libraries to fetch and parse weather data via regular expressions without any risky execution patterns, and the SKILL.md instructions are well-defined and aligned with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description (Chinese city weather, clothing/life-index suggestions) match the files and runtime instructions. The only network targets are weather.com.cn and optionally wttr.in, which are appropriate for the stated purpose.
Instruction Scope
SKILL.md limits actions to fetching/parsing weather pages (web_fetch, curl, or the included Python script). It does not instruct reading unrelated files, accessing other services, or exfiltrating secrets. The workflow and example commands are specific and scoped to weather queries.
Install Mechanism
No install spec; this is instruction-only plus an auxiliary Python script. Nothing is downloaded from external/untrusted URLs and no archives are extracted.
Credentials
The skill requests no environment variables, credentials, or config paths. The Python script runs locally and only performs HTTP requests to the stated data source.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system configuration. Autonomous invocation is allowed by platform default but this skill's scope is limited and does not expand privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-plus-cn - After installation, invoke the skill by name or use
/weather-plus-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
同步本地最新配置
v1.0.2
优化穿衣建议规则,增加生活指数
v1.0.1
修复中文编码问题,更新天气数据解析逻辑以支持新版天气网格式
v1.0.0
weather-plus-cn 1.0.0 Changelog
- Initial release with enhanced weather query features for Chinese cities.
- Provides authoritative data from weather.com.cn and generates clothing advice.
- Supports user requests for weather, temperature, outfit suggestions, and travel advisories.
- Offers multiple ways to fetch data: web_fetch, Python script, and wttr.in for quick lookup.
- Includes clothing guidance based on temperature and special weather conditions.
- Clear error handling and practical usage examples are provided.
Metadata
Frequently Asked Questions
What is Weather Plus Cn?
查询中国城市天气信息,提供温度、天气状况及穿衣和生活指数建议,数据来源中国天气网。 It is an AI Agent Skill for Claude Code / OpenClaw, with 443 downloads so far.
How do I install Weather Plus Cn?
Run "/install weather-plus-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Plus Cn free?
Yes, Weather Plus Cn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather Plus Cn support?
Weather Plus Cn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Plus Cn?
It is built and maintained by chenchaoqun (@chenchaoqun); the current version is v1.0.3.
More Skills