china-weather

Installation
SKILL.md

China Weather

Use the bundled script to resolve Chinese place names and retrieve current conditions plus forecasts from Open-Meteo. Do not invent or interpolate missing weather data.

Query

Run one of these commands from the skill directory:

python3 scripts/china_weather.py "杭州"
python3 scripts/china_weather.py "深圳南山区" --days 3
python3 scripts/china_weather.py "北京" --days 1 --format json

If python3 is unavailable, use python.

For coordinates supplied by the user, bypass place-name resolution:

Installs
228
First Seen
Mar 12, 2026
Security Audits
china-weather from skills.volces.com