china-weather

Query Chinese city weather forecasts via the wttr.in API using curl.

10|10|Updated May 13, 2026
One-click install
npx skills add https://github.com/yuluyangguang1/openclaw-portable --skill china-weather-yuluyangguang1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: china-weather
Source: https://github.com/yuluyangguang1/openclaw-portable/tree/main/skills-cn/china-weather
Command: npx skills add https://github.com/yuluyangguang1/openclaw-portable --skill china-weather-yuluyangguang1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets you check current weather and multi-day forecasts for Chinese cities directly from the terminal, accepting Chinese city names without needing a weather app or browser. ## Core Features & Use Cases - Real-time weather queries: Fetches current conditions from wttr.in with Chinese-language output via curl. - Multi-day forecasts: Supports today's weather and 3-day forecasts, plus JSON output for programmatic parsing. - Practical guidance: Provides lunar calendar dates, clothing suggestions, and travel tips alongside weather data. - Use Case: Before a business trip to Hangzhou, ask whether you need an umbrella tomorrow and get the forecast with packing advice in one step. ## Quick Start Ask the assistant to check today's weather in Shenzhen using the china-weather skill.

Frequently Asked Questions about china-weather

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

FAQPage Schema
How do I check weather for a Chinese city from the command line?▼

Run curl with the wttr.in URL for your city, such as curl -s "wttr.in/深圳?lang=zh" for Chinese output. Add ?format=3 for a compact one-line summary or ?format=j1 for JSON data.

Can I use Chinese city names with wttr.in?▼

Yes, wttr.in accepts Chinese city names like 深圳 or 北京 directly in the URL. If a query fails, fall back to the city's pinyin name such as Shenzhen or Beijing.

Does wttr.in support multi-day weather forecasts?▼

Yes, the default wttr.in output includes the current day plus a 3-day forecast. Use ?0 to show only today's weather or parse the JSON format for structured daily forecast data.

What are the limitations of wttr.in weather data?▼

wttr.in lacks hourly precision, historical data, and official disaster warnings, sourcing data from WorldWeatherOnline. For severe weather alerts in China, use the China Meteorological Administration website instead.

Why does a wttr.in weather query fail or respond slowly?▼

wttr.in is a free service that occasionally responds slowly or times out under load. Retry the request, switch the city name to pinyin, or check your network connection if failures persist.