skills/smithery.ai/weather-fetcher

weather-fetcher

SKILL.md

Weather Fetcher

Instructions

请运行 Python 脚本来获取数据,以避免 Windows 下 curl 命令兼容性问题。

Script Path

skills/weather_fetcher/scripts/weather.py

Parameters

  1. city: 城市名称 (e.g. Beijing)
  2. api_key: API Key (用户需提供或使用默认 key)
  3. --units: (可选) 单位, 默认为 metric
  4. --lang: (可选) 语言, 默认为 zh_cn

Execution

python skills/weather_fetcher/scripts/weather.py <city> <api_key> [--units metric] [--lang zh_cn]
Installs
2
First Seen
Mar 21, 2026