← 返回 Skills 市场
dreamximu

weather_advanced

作者 dreamximu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
234
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-advanced
功能描述
提供全国城市实时天气及未来7天预报,含空气质量、紫外线、穿衣建议和感冒风险等生活指数信息。
安全使用建议
This skill appears to do what it claims: call a public weather API and format results, and it does not request any credentials. Before installing, consider: 1) Verify you are comfortable with requests leaving your queried city names to the external host (api.vvhan.com) — check the provider's privacy/trustworthiness. 2) Confirm the runtime provides the Python 'requests' library or the skill will fail. 3) Open SKILL.md in a text editor that can show hidden characters and remove or investigate any unicode control characters found. 4) If you require stronger privacy or a trusted data source, prefer skills that use an official/known weather provider or that allow you to supply your own API key.
能力评估
Purpose & Capability
Name/description match implementation: the code queries a weather API (api.vvhan.com) for realtime + 7-day forecasts and formats the response. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Runtime instructions (the Python code) only perform an HTTPS GET to a third-party weather API and format the returned JSON. They do not read files or other environment variables. Note: user-supplied city names are sent to an external endpoint (privacy consideration). Also the SKILL.md contained detected unicode-control-chars which could be used to obfuscate content; inspect the file for hidden characters before trusting.
Install Mechanism
No install spec (instruction-only), which minimizes install-time risk. However the code uses the 'requests' library but does not declare it; the runtime environment must provide requests or the skill will fail. No downloads or archive extraction are present.
Credentials
The skill requests no credentials or environment variables, which is appropriate for a free/no-key weather query. No unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is enabled by default but not combined with other concerning permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-advanced
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-advanced 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of advanced national city weather query skill. - Provides real-time weather, 7-day forecast, air quality, life indices, UV info, clothing suggestions, and cold risk. - User-friendly prompts, robust parameter validation, and detailed error handling. - High-quality output format for clear and complete weather information.
元数据
Slug weather-advanced
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

weather_advanced 是什么?

提供全国城市实时天气及未来7天预报,含空气质量、紫外线、穿衣建议和感冒风险等生活指数信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。

如何安装 weather_advanced?

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

weather_advanced 是免费的吗?

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

weather_advanced 支持哪些平台?

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

谁开发了 weather_advanced?

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

💬 留言讨论