Install
openclaw skills install weather-dailyDaily weather briefing for any city — morning conditions, what to wear, umbrella forecast, evening preview, extreme weather alerts. No API key. Works worldwide.
openclaw skills install weather-daily私人天气助手 — 早间实况 · 晚间预告 · 一周预报 · 极端预警
| 指令 | 脚本 | 说明 |
|---|---|---|
| 今日天气 | morning-push.js <userId> | 今日温度/湿度/风力/分时预报/穿衣/出行建议 |
| 明日预告 | evening-push.js <userId> | 明日天气预告 + 提醒 + 后天预览 |
| 一周预报 | forecast.js <userId> | 未来7天逐日天气 + 趋势 + 穿衣建议 |
| 下周周报 | weekly-push.js <userId> | 每周六推送下周天气 + 最佳出行日 |
| 月度概况 | monthly-push.js <userId> | 每月末推送下月气候 + 分旬预测 |
| 开启推送 | push-toggle.js on <userId> | 定时推送(早/晚/周报/月报) |
| 关闭推送 | push-toggle.js off <userId> | 停止全部推送 |
| 推送状态 | push-toggle.js status <userId> | 查看当前推送配置 |
每日早间推送(默认 07:00),包含:
每日晚间推送(默认 21:00),包含:
| 类型 | 说明 |
|---|---|
| 🌧️ 降雨 | 中雨/大雨/暴雨预警 |
| ❄️ 降雪 | 小雪/大雪/暴雪预警 |
| 💨 大风 | 6级以上大风预警 |
| 🌀 台风 | 台风路径与影响范围 |
| 🥶 寒潮 | 大幅降温预警 |
| 🔥 高温 | 35°C+ 高温预警 |
| 🌫️ 空气质量 | AQI 重度污染预警 |
node scripts/register.js <userId> <city> [units] [morningTime] [eveningTime]
# 示例:
node scripts/register.js alice 上海
node scripts/register.js bob Beijing imperial 08:00 22:00
node scripts/push-toggle.js on <userId> [--morning 07:00] [--evening 21:00] [--channel telegram]
node scripts/push-toggle.js off <userId>
node scripts/push-toggle.js status <userId>
支持渠道:telegram / feishu / slack / discord
node scripts/register.js <userId> <city>data/users/<userId>.json,仅含城市/单位/时间等配置,不含天气内容