weather-query

Installation
Summary

Real-time weather and forecast data for locations across China.

  • Provides two core endpoints: real-time weather (temperature, humidity, wind, air quality) and multi-day forecasts with daily highs and lows
  • Accepts Chinese location names (cities or districts) as query parameters; supports major cities and most districts nationwide
  • Includes practical helper patterns for weather-based recommendations, multi-city comparisons, and travel suitability checks
  • Returns structured JSON responses with timestamps; best practice is to cache short-term and validate location names before querying
SKILL.md

Weather Query Skill

This skill enables AI agents to fetch real-time weather information and forecasts for locations in China using the 60s API.

When to Use This Skill

Use this skill when users:

  • Ask about current weather conditions
  • Want weather forecasts
  • Need temperature, humidity, wind information
  • Request air quality data
  • Plan outdoor activities and need weather info

API Endpoints

1. Real-time Weather

URL: https://60s.viki.moe/v2/weather/realtime
Method: GET

Related skills
Installs
640
GitHub Stars
32
First Seen
Feb 9, 2026