Install
openclaw skills install @lantianbaicai/instant-weather☀️ 即问即答天气预报 — 当前天气/温度/降雨/风力,全球城市支持,零API费。Instant weather via wttr.in, zero cost.
openclaw skills install @lantianbaicai/instant-weather比打开天气 App 还快。问一句「北京明天什么天气」,秒回。
curl "wttr.in/北京?format=3"
# → 北京: ⛅️ +28°C
curl "wttr.in/上海?0"
curl "wttr.in/深圳"
curl "wttr.in/杭州?format=j1"
curl "wttr.in/成都?format=%l:+%c+%t,+体感%f,+降雨%p,+风%w"
# → 成都: ☀️ +32°C, 体感+34°C, 降雨0mm, 风↖8km/h
| 类型 | 示例 |
|---|---|
| 🏙️ 城市名 | 北京, Tokyo, New+York |
| ✈️ 机场代码 | PEK, JFK, LHR |
| 📍 坐标 | 39.9,116.4 |
| 🗺️ 区域 | ~Mount+Fuji |
%l:地点 | %c:天气图标 | %t:温度%f:体感温度 | %w:风力 | %h:湿度%p:降水量 | %C:天气文字 | %m:月相 🌙📦 无需安装任何额外依赖,系统自带 curl 即可。