hourly-forecast

star 0

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.

klietzau280 By klietzau280 schedule Updated 2/21/2026

name: hourly-forecast description: 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.

Fetch hourly forecast data using the get_hourly_forecast tool.

Parameters:

  • zipCode — 5-digit US zip code (required)
  • hours — number of hours to return, 1-156, default 24 (optional)

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.

Install via CLI
npx skills add https://github.com/klietzau280/claude-plugins-weather-simplified --skill hourly-forecast
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator