weather-support
Installation
SKILL.md
国内天气查询
当用户询问天气时,使用uapis.cn免费API查询实时天气信息。该API支持全国3000+城市,无需注册和API密钥。
API 调用示例
基本查询(通过城市名)
# 查询北京天气
curl 'https://uapis.cn/api/v1/misc/weather?city=北京'
# 查询上海天气
curl 'https://uapis.cn/api/v1/misc/weather?city=上海'
# 查询区县级别(如深圳福田区)
curl 'https://uapis.cn/api/v1/misc/weather?city=福田区'