Agent Skills
› OpenBMB/PilotDeck
› weather
weather
GitHub通过curl调用wttr.in查询天气、降水、温度及预报,支持城市名或坐标。提供多种格式化输出选项,适用于旅行规划,但严重警报需参考官方服务。
Trigger Scenarios
查询当前天气状况
获取未来天气预报
检查降雨和温度
旅行计划准备
Install
npx skills add OpenBMB/PilotDeck --skill weather -g -y
SKILL.md
Frontmatter
{
"name": "weather",
"homepage": "https:\/\/wttr.in\/:help",
"description": "Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning."
}
Weather
Use for current weather, rain/temperature checks, forecasts, and travel planning. Need a city, region, airport code, or coordinates.
Commands
curl "wttr.in/London?format=3"
curl "wttr.in/London?0"
curl "wttr.in/London"
curl "wttr.in/London?format=v2"
curl "wttr.in/London?1"
curl "wttr.in/New+York?format=3"
Useful formats:
%l: location%c: condition icon%t: temperature%f: feels like%w: wind%h: humidity%p: precipitation
curl "wttr.in/London?format=%l:+%c+%t,+feels+%f,+rain+%p,+wind+%w"
JSON:
curl "wttr.in/London?format=j1"
Notes
- For severe alerts, aviation, marine, or official decisions, use official local weather services.
- For historical climate/weather, use an archive/API, not wttr.in.
- For hyper-local microclimates, prefer local sensors.
PilotDeck Migration Note
- Source: /var/folders/27/xyyzc_n172l3jjmnxgqmhhzh0000gn/T/tmp.AyWDWGKoS4/openclaw/skills/weather
- Review status: candidate for PilotDeck native skills pack.
- Platform-specific OpenClaw/Hermes metadata was removed or should be ignored during review.
Version History
- 1730cb4 Current 2026-07-05 20:08


