📦 Weather Pro — 摄影天气助手
v1.4.0一键获取天气、空气质量、日出日落、蓝调/黄金时段及朝霞晚霞质量预报,专为摄影师与户外爱好者打造,支持多城市切换与48小时趋势图。
0· 210·1 当前·1 累计
下载技能包
最后更新
2026/3/20
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and minimal requirements align with a weather/golden-hour forecasting tool and do not request unrelated credentials or perform unexpected actions.
评估建议
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) y...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
ℹ 凭证需求
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.
✓ 持久化与权限
Does not request always:true, does not modify other skills or system-wide settings, and has no elevated persistence or privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.4.02026/3/20
支持任意城市名查询 + Golden/Blue Hour 时间段 + 修复中文城市名兼容性
● 无害
安装命令
点击复制官方npx clawhub@latest install weather-pro
镜像加速npx clawhub@latest install weather-pro --registry https://cn.longxiaskill.com