Weather Forecasting

Gets current weather conditions and 5-day forecasts. Use when asking about temperature, rain, wind, humidity, or future weather.

rotoslider 09dd622 3 files · 4.4 KB Updated

File contents

Weather Forecasting

When to Use

  • Current weather → get_weather (no location param for home area)
  • Future weather ("tomorrow", "this week") → get_weather_forecast
  • Different city → pass location param (e.g., "Denver, CO")
  • Vague/local references ("here", "near me") → call with NO location param

Important

  • Home location: configured in Settings (coordinates pre-configured)
  • Small towns may not be recognized — use nearest larger city
  • Units: imperial (Fahrenheit)

rotoslider/choom/tree/main/nextjs-app/skills/core/weather-forecasting commit 09dd62252a

Frequently asked questions

npx skillmds@latest add rotoslider/weather-forecasting