If you're building agents that need weather data for Chinese cities, this pulls real-time conditions and forecasts from the 60s API with a simple query parameter. You get temperature, humidity, wind, and air quality for locations like "北京" or "海淀区". The skill documentation shows how to build contextual responses like suggesting umbrellas when rain is forecast or masks when air quality is poor. It's focused entirely on China, so don't expect global coverage. The API responses are straightforward JSON, and the examples include practical patterns like multi-city comparisons and travel weather checks. Worth noting that location names must be in Chinese characters.
npx skills add https://github.com/vikiboss/60s-skills --skill weather-query