check-weather-forecast
Installation
SKILL.md
Skill: check-weather-forecast
查询指定城市未来几天的天气预报(明天、后天等)。与 weather 互补:weather 仅提供实时天气,本 Skill 支持预报。
scripts/main.py
查询指定城市未来几天的天气预报。该脚本通过标准输入接收 JSON 参数,并输出 JSON 格式的天气预报结果。
Input Schema
| 参数名 | 类型 | 描述 | 默认值 |
|---|---|---|---|
city |
string | 城市名称 | "深圳" |
day_offset |
integer | 0=今天,1=明天,2=后天,最多7天 | 1 |