From weather-forecasts
Get current weather conditions for a US location. Use when the user asks about current weather, temperature, wind, humidity, or "what's it like outside" for a US city or zip code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/weather-forecasts:current-weatherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch real-time weather conditions using the get_current_conditions tool.
Fetch real-time weather conditions using the get_current_conditions 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 results conversationally — temperature, wind speed and direction, humidity, and the text description. Include the observing station location (city, state) for context.
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).