From weather-forecasts
Get today's weather forecast for a US location. Use when the user asks about today's forecast, "will it rain today", or wants a day/night weather outlook for a US city or zip code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/weather-forecasts:forecastThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch today's forecast using the get_forecast tool.
Fetch today's forecast using the get_forecast tool.
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 the day and night periods with temperature, wind, precipitation chance, and detailed forecast. Include sunrise and sunset times.
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.