Install
openclaw skills install tianqi-weather获取天气预报和气温信息。使用场景:用户询问天气、温度、降雨、出行建议等。支持通过 wttr.in 查询全球城市天气,无需 API Key。
openclaw skills install tianqi-weather获取指定城市的当前天气和未来预报。
✅ 适用:
❌ 不适用:
# 简洁格式
curl "wttr.in/北京?format=3"
# 详细当前天气
curl "wttr.in/北京?0"
# 3天预报
curl "wttr.in/北京"
# 周预报
curl "wttr.in/北京?format=v2"
# 城市+天气+温度+体感
curl -s "wttr.in/北京?format=%l:+%c+%t+(体感%f)"
# 是否下雨
curl -s "wttr.in/北京?format=%l:+%c+%p"
%c — 天气状况emoji%t — 温度%f — 体感温度%w — 风速%h — 湿度%p — 降水量%l — 地点查询上海天气:
curl -s "wttr.in/上海?format=%l:+%c+%t+(体感%f),+%w风,+%h湿度"
查询明天会不会下雨:
curl -s "wttr.in/广州?1&format=%c+%p"
curl wttr.in/深圳curl wttr.in/Shenzhencurl wttr.in/PEKcurl wttr.in/东京?format=3