skills/modelscope.cn/qweather-now

qweather-now

Installation
SKILL.md

和风天气综合查询

从和风天气 API 获取多种气象数据:实时天气、15天预报、气象灾害预警、空气质量、生活指数。

快速开始

使用 get_weather.py 脚本查询天气数据:

python scripts/get_weather.py <type> <location> [options]

参数说明:

  • type: 查询类型(now/forecast/warning/air/indices)
  • location: 城市ID(如 101010100)或经纬度(如 116.41,39.92
  • options: 可选参数(仅生活指数需要)

前置要求

Installs
3
First Seen
Jun 21, 2026
qweather-now from modelscope.cn