Install
openclaw skills install @redapp/whale-weather全球城市天气查询与对比工具。支持中英文城市名,具备多语言输出、动态数据源切换(Open-Meteo)及精准大城市定位功能。
openclaw skills install @redapp/whale-weather全球城市天气助手,支持实时天气、温度范围、降水概率及出行建议。
杭州天气 / London weather北京和上海天气对比Los Angeles and New York weather今天要不要带伞?注意:脚本执行时需以本 skill 目录为工作目录。
参数 1 为城市名,参数 2 为语言代码(默认 zh)。
bash scripts/get_weather.sh "杭州" "zh"
bash scripts/get_weather.sh "Los Angeles" "en"
支持多个城市名,若最后一个参数为 2 位语言代码,则按该语言输出。
bash scripts/compare_weather.sh "北京" "杭州" "zh"
bash scripts/compare_weather.sh "London" "Paris" "en"