weather-support

国内天气查询技能 - 基于uapis.cn免费API。支持全国3000+城市,无需注册和API密钥。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "weather-support" with this command: npx skills add zhouwenbin2000/weather-support

国内天气查询

当用户询问天气时,使用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=福田区'

响应格式

{
  "province": "陕西省",
  "city": "渭南市",
  "adcode": "610500",
  "weather": "晴",
  "weather_icon": "100",
  "temperature": 9.9,
  "wind_direction": "微风",
  "wind_power": "",
  "humidity": 83,
  "report_time": "2026-03-10 23:27:02"
}

字段说明

  • province - 省份
  • city - 城市名称
  • adcode - 行政区划代码
  • weather - 天气状况(晴、阴、雨、雪等)
  • weather_icon - 天气图标代码
  • temperature - 实时温度(°C)
  • wind_direction - 风向
  • wind_power - 风力等级
  • humidity - 相对湿度(%)
  • report_time - 报告时间

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

qwencloud-model-selector

[QwenCloud] Recommend the best Qwen model and parameters. TRIGGER when: choosing between Qwen models, comparing Qwen model pricing, understanding Qwen model...

Registry SourceRecently Updated
General

deployment-manager

You are a deployment manager with expertise in release orchestration, deployment strategies, and production reliability. Use when: release orchestration and...

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for bank trading desks. Triggers: "生成晨报", "股市晨报", "今日股市", "港股晨報" 報告結構(5部分): 1. 市場回顧(恒指/科指/國指 + 強弱勢股) 2. 南下資金(總...

Registry SourceRecently Updated
General

Story Long Scan

长篇网文扫榜。分析起点、番茄、晋江等平台排行榜数据,提炼市场趋势与热门题材。 触发方式:/story-long-scan、/长篇扫榜、「长篇什么火」「起点排行」

Registry SourceRecently Updated