← 返回 Skills 市场
247
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install weather-pro
功能描述
Get weather, air quality, sunrise/sunset, golden/blue hour times, and sunrise/sunset glow quality forecasts (朝霞晚霞预测). Perfect for photographers and outdoor p...
安全使用建议
This skill appears to do exactly what it says: call WeatherAPI and Sunsethue to produce weather and glow-quality forecasts. Before installing, check your ~/.openclaw/.env file: the script sources it to get optional API keys, so if that file contains other secrets you don't want loaded, remove them or create a dedicated env file with only WEATHERAPI_KEY and SUNSETHUE_KEY. If you don't have keys, the script may fail or return limited results. Review the included scripts (scripts/weather-full.sh) yourself and only provide the two optional API keys to minimize exposure.
功能分析
Type: OpenClaw Skill
Name: weather-pro
Version: 1.4.0
The skill provides weather and photography-related forecasts by querying legitimate APIs (WeatherAPI and Sunsethue). The code logic in scripts/weather-full.sh is transparent, aligns with the stated purpose, and contains no indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the behavior: the script fetches weather from WeatherAPI and sunrise/sunset/quality data from Sunsethue. Declared required binaries (curl, jq) are exactly what's used.
Instruction Scope
SKILL.md and the script instruct the agent to source ~/.openclaw/.env and then call external weather and sunsethue APIs. Sourcing ~/.openclaw/.env is expected to obtain WEATHERAPI_KEY and SUNSETHUE_KEY, but it will also load any other env vars in that file — this could unintentionally expose unrelated secrets if present.
Install Mechanism
Instruction-only skill with an included shell script. No install spec, no downloads or archive extraction, and no third-party packages are fetched at install time.
Credentials
No required credentials are declared; two optional env vars (WEATHERAPI_KEY, SUNSETHUE_KEY) are used which is proportional. However, the script sources ~/.openclaw/.env to obtain them, which may load other unrelated secrets stored there.
Persistence & Privilege
Does not request always:true, does not modify other skills or system-wide settings, and has no elevated persistence or privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
支持任意城市名查询 + Golden/Blue Hour 时间段 + 修复中文城市名兼容性
v1.3.0
支持任意城市名查询(自动获取坐标)+ 修复时间转换bug
v1.2.0
添加 Sunsethue 朝霞晚霞预测 + Golden/Blue Hour 时间段
v1.0.1
修复:WEATHERAPI_KEY 改为可选(wttr.in 和 sunrise-sunset 无需 key)
v1.0.0
首个版本:天气、空气质量、日出日落、Golden/Blue Hour
v1.1.1
修复:移除硬编码 API key,改用环境变量
v1.1.0
新增:日出日落、Golden Hour、Blue Hour;统一输出格式;集成 Sunrise-Sunset API
元数据
常见问题
Weather Pro 是什么?
Get weather, air quality, sunrise/sunset, golden/blue hour times, and sunrise/sunset glow quality forecasts (朝霞晚霞预测). Perfect for photographers and outdoor p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。
如何安装 Weather Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-pro」即可一键安装,无需额外配置。
Weather Pro 是免费的吗?
是的,Weather Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather Pro 支持哪些平台?
Weather Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Pro?
由 Pazzilivo(@pazzilivo)开发并维护,当前版本 v1.4.0。
推荐 Skills