← 返回 Skills 市场
chenchaoqun

Weather Plus Cn

作者 chenchaoqun · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
443
总下载
0
收藏
4
当前安装
4
版本数
在 OpenClaw 中安装
/install weather-plus-cn
功能描述
查询中国城市天气信息,提供温度、天气状况及穿衣和生活指数建议,数据来源中国天气网。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-plus-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-plus-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug weather-plus-cn
版本 1.0.3
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 4
常见问题

Weather Plus Cn 是什么?

查询中国城市天气信息,提供温度、天气状况及穿衣和生活指数建议,数据来源中国天气网。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 443 次。

如何安装 Weather Plus Cn?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-plus-cn」即可一键安装,无需额外配置。

Weather Plus Cn 是免费的吗?

是的,Weather Plus Cn 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Weather Plus Cn 支持哪些平台?

Weather Plus Cn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weather Plus Cn?

由 chenchaoqun(@chenchaoqun)开发并维护,当前版本 v1.0.3。

💬 留言讨论