Weather

Weather

ZhangHanDong 993b51f 4 files · 13.4 KB Updated

File contents

Weather

Get current weather conditions for any city worldwide using the free Open-Meteo API (no API key required).

Tools

get_weather

Returns current temperature, humidity, wind speed, and weather conditions for a given city.

{"city": "Stockholm"}

Parameters:

  • city (required): City name, optionally with country. Examples: Stockholm, Tokyo, New York, US, 上海, Paris, France

get_forecast

Returns multi-day weather forecast with daily high/low temperatures, conditions, precipitation, and wind.

{"city": "Paris", "days": 7}

Parameters:

  • city (required): City name, optionally with country
  • days (optional): Number of forecast days, 1-16. Default: 7

zhanghandong/octos/tree/main/crates/app-skills/weather commit 993b51f64f

Frequently asked questions

npx skillmds@latest add zhanghandong/weather