未来7天逐3小时天气预报健康解读,从健康视角进行深度气象风险分析,提供防御措施,形成完整的健康气象服务闭环。
支持全国 3193个 区县级城市,精确到每3小时时段。
~/.workbuddy/skills/weather-3hour-interpret-health/
├── SKILL.md # 本文档
└── scripts/
└── interpret_health.py # 主查询与解读脚本(含内置城市映射表)
python3 ~/.workbuddy/skills/weather-3hour-interpret-health/scripts/interpret_health.py <城市名> [日期] [小时]
| 参数 | 必填 | 说明 | 示例 |
|---|---|---|---|
| ------ | ------ | ------ | ------ |
| 城市名 | 是 | 城市/区县名称,支持模糊匹配 | 北京、广州、上海 |
| 日期 | 否 | 查询日期 YYYY-MM-DD,默认今天 | 2026-04-20 |
| 小时 | 否 | 查询时间点(0-23),自动匹配最近时段 | 14 |
# 查询北京今天健康解读
python3 interpret_health.py 北京
# 查询广州指定日期健康解读
python3 interpret_health.py 广州 2026-04-20
# 查询上海下午2点健康解读
python3 interpret_health.py 上海 2026-04-20 14
# JSON格式输出
python3 interpret_health.py 深圳 --json
每条解读包含:
python3 interpret_health.py <城市> [日期] [小时] 获取原始健康解读数据word 字段作为每个时段的核心健康结论,content 字段作为详细健康分析共 1 个版本