weather-fetcher
SKILL.md
Weather Fetcher
Instructions
请运行 Python 脚本来获取数据,以避免 Windows 下 curl 命令兼容性问题。
Script Path
skills/weather_fetcher/scripts/weather.py
Parameters
city: 城市名称 (e.g. Beijing)api_key: API Key (用户需提供或使用默认 key)--units: (可选) 单位, 默认为 metric--lang: (可选) 语言, 默认为 zh_cn
Execution
python skills/weather_fetcher/scripts/weather.py <city> <api_key> [--units metric] [--lang zh_cn]