From weather-forecasts
Get an hour-by-hour forecast for a US location. Use when the user asks about specific hours, "when will it rain", "hourly forecast", or needs granular time-based weather data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/weather-forecasts:hourly-forecastThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch hourly forecast data using the get_hourly_forecast tool.
Fetch hourly forecast data using the get_hourly_forecast tool.
Parameters:
If the user asks for a specific time range (e.g., "next 6 hours"), adjust the hours parameter accordingly. If they provide a city name, determine the most likely zip code.
Focus on temperature trends, when precipitation is most likely, wind changes, and any significant weather shifts.
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.