skills/weather/SKILL.md
Query weather information for any location.
npx skillsauth add fatby/duncrew weatherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query weather information for any location.
{"thought": "...", "tool": "weather", "args": {"location": "city name"}}
User: "惠州今天天气怎么样"
{"thought": "用户想知道惠州的天气,直接查询", "tool": "weather", "args": {"location": "惠州"}}
User: "对比一下北京和上海的天气" Step 1:
{"thought": "需要分别查询两个城市天气来对比,先查北京", "tool": "weather", "args": {"location": "北京"}}
Step 2:
{"thought": "北京天气已获取,现在查上海", "tool": "weather", "args": {"location": "上海"}}
Step 3: Compare and summarize both cities' weather.
User: "今天出门需要带伞吗?我在深圳"
{"thought": "用户想知道是否需要带伞,本质是查天气中的降雨信息。用户在深圳。", "tool": "weather", "args": {"location": "深圳"}}
tools
Use the webSearch tool to find information online.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the OpenClaw voice-call plugin.
tools
Extract frames or short clips from videos using ffmpeg.