← Back to Skills Marketplace
247
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install weather-pro
Description
Get weather, air quality, sunrise/sunset, golden/blue hour times, and sunrise/sunset glow quality forecasts (朝霞晚霞预测). Perfect for photographers and outdoor p...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-pro - After installation, invoke the skill by name or use
/weather-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Weather Pro?
Get weather, air quality, sunrise/sunset, golden/blue hour times, and sunrise/sunset glow quality forecasts (朝霞晚霞预测). Perfect for photographers and outdoor p... It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install Weather Pro?
Run "/install weather-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Pro free?
Yes, Weather Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather Pro support?
Weather Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Pro?
It is built and maintained by Pazzilivo (@pazzilivo); the current version is v1.4.0.
More Skills