weather-forecast

Retrieves live weather conditions and forecasts for Chinese cities via documented API patterns.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill weather-forecast-qq5855144
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather-forecast
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/weather-forecast
Command: npx skills add https://github.com/qq5855144/GitHubM --skill weather-forecast-qq5855144

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of looking up and integrating weather data by providing a single workflow for live conditions, short-term forecasts, long-range forecasts, and weather alerts across Chinese locations.

Core Features & Use Cases

  • Real-time weather: Query current temperature, humidity, wind, air quality, and optional hourly or alert data for a city.
  • Forecast coverage: Retrieve 7-day and 8-15 day forecasts for travel planning, dispatch, outdoor scheduling, and app features.
  • App integration: Use the documented API patterns to power web, mini program, or app weather experiences with consistent location parameters and secure platform-managed authentication.

Quick Start

Ask for the weather in a Chinese city and specify whether you need today’s conditions, the 7-day forecast, or the 15-day forecast.

Frequently Asked Questions about weather-forecast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a 7-day weather forecast for Chinese locations via API?▼

You can get a 7-day weather forecast by passing a Chinese location as a query-string parameter to retrieve structured JSON responses containing temperature, humidity, wind, and air quality data. This workflow supports today, 7-day, and 15-day forecast scenarios.

Can I retrieve real-time air quality and weather alerts for a specific city?▼

Yes, real-time weather queries support retrieving current temperature, humidity, wind, air quality, and optional alert data for a specified city. The API returns this data in a structured JSON format with platform-managed authentication.

Does this weather API support integration for mini programs and web apps?▼

This weather API supports integration for web, mini program, and app experiences using documented API patterns. It requires platform-managed authentication and query-string location parameters to deliver consistent JSON responses.

What's the best way to retrieve 15-day forecasts for travel planning in China?▼

The best way to retrieve 15-day forecasts for travel planning is to query long-range forecast scenarios using Chinese location parameters. This provides extended weather data via structured JSON responses suitable for dispatch and outdoor scheduling.

Do I need to manually handle API keys to authenticate weather requests?▼

No, you do not need to manually handle API keys because the weather forecast workflow requires platform-managed authentication. This abstracts away manual key management while securing your structured JSON data requests.

Why does my weather API request return an error for non-Chinese locations?▼

Weather API requests return errors for non-Chinese locations because the service specifically retrieves live weather conditions and forecast data for Chinese locations. Ensure your query-string location parameters target valid Chinese cities.