Loading...
Loading...
Chinese City Weather Query - Supports Chinese City Names, Lunar Calendar Dates, and wttr.in API
npx skill4agent add dongsheng123132/u-claw china-weather# Basic query (Chinese output)
curl -s "wttr.in/深圳?lang=zh"
# Simplified single-line format
curl -s "wttr.in/深圳?format=3&lang=zh"
# Only today's weather
curl -s "wttr.in/深圳?0&lang=zh"
# JSON format (easy to parse)
curl -s "wttr.in/深圳?format=j1"What's the weather like in Shenzhen today?I'm going on a business trip to Hangzhou tomorrow, do I need to bring an umbrella?Which city has better weather this weekend, Beijing or Shanghai? I want to go out and play.What's the temperature in Guangzhou now? What clothes are suitable to wear?