From weather-forecasts
Get a multi-day extended forecast for a US location. Use when the user asks about the week ahead, multi-day forecast, "what's the weather this week", or planning weather for upcoming days.
How this skill is triggered — by the user, by Claude, or both
Slash command
/weather-forecasts:extended-forecastThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch the 4-day extended forecast using the get_extended_forecast tool. This returns 8 periods covering day and night.
Fetch the 4-day extended forecast using the get_extended_forecast tool. This returns 8 periods covering day and night.
If the user provides a city name instead of a zip code, determine the most likely 5-digit US zip code for that area.
Present each period with its name (e.g., "Wednesday", "Wednesday Night"), temperature, precipitation chance, wind, and a short forecast summary.
npx claudepluginhub klietzau280/claude-plugins-weather-simplified --plugin weather-forecastsQueries New Zealand weather and marine data from the MetOcean API. Provides current conditions, hourly forecasts, 7-day outlooks, and wave/swell data via CLI.
Fetches current, hourly, and daily weather forecasts, alerts, and historical statistics from WeatherKit for iOS apps. Provides Swift API usage for weather data integration.
Queries the Korean Meteorological Administration's short-term forecast API via a proxy, summarizes weather for any location in Korea (by grid or lat/lon).