Get weather, air quality, sunrise/sunset, golden/blue hour times, and sunrise/sunset glow quality forecasts (朝霞晚霞预测). Perfect for photographers and outdoor planning.
天气查询 + 朝霞晚霞预测
查天气(含霞光预测)
bash
~/.openclaw/workspace/skills/weather-pro/scripts/weather-full.sh 北京
参数说明
| 城市 | 英文名 |
|---|---|
| 北京 | Beijing |
| 上海 |
[城市]天气 [日期]
🌡️ 温度:最低 ~ 最高
🌬️ 风力:风向 风级
☁️ 天况:晴/多云/雨
💧 湿度:百分比
🌫️ 空气质量:PM2.5 数值
🌅 日出:HH:MM
🌇 日落:HH:MM
🌅 朝霞质量:分数 (等级)
🌇 晚霞质量:分数 (等级)
| 分数 | 等级 | 建议 |
|---|---|---|
| 80-100 | 优秀 | 强烈推荐 🌟 |
| 60-79 |
点击展开
bash
source ~/.openclaw/.env && curl -s https://api.weatherapi.com/v1/forecast.json?key=${WEATHERAPI_KEY}&q=Beijing&days=1&lang=zh&aqi=yes | jq {
location: .location.name,
temp: .current.temp_c,
condition: .current.condition.text,
humidity: .current.humidity,
pm25: .current.airquality.pm25
}
bash
source ~/.openclaw/.env && curl -s https://api.sunsethue.com/event?latitude=39.90&longitude=116.41&date=$(date +%Y-%m-%d)&type=sunset&key=${SUNSETHUE_KEY} | jq {
quality: (.data.quality * 100 | floor),
rating: .data.quality_text
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 weather-pro-1776074582 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 weather-pro-1776074582 技能
skillhub install weather-pro-1776074582
文件大小: 3.52 KB | 发布时间: 2026-4-17 16:32