From tomorrow-weather
Get a multi-day weather forecast for any location using Tomorrow.io (up to 14 days ahead)
How this skill is triggered — by the user, by Claude, or both
Slash command
/tomorrow-weather:weather-forecastThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `tomorrow-weather` MCP server to fetch a weather forecast.
Use the tomorrow-weather MCP server to fetch a weather forecast.
Call the get_forecast tool with:
Return a well-structured forecast showing for each day (or hour if requested):
If the user asks for a specific field (e.g. "will it rain?", "what's the wind like?"), highlight that field prominently.
If the user doesn't specify units, default to metric. Support imperial on request.
npx claudepluginhub chidinwaka/tomorrow-weather-plugin --plugin tomorrow-weatherFetches current, hourly, and daily weather forecasts, alerts, and historical statistics from WeatherKit for iOS apps. Provides Swift API usage for weather data integration.
Queries New Zealand weather and marine data from the MetOcean API. Provides current conditions, hourly forecasts, 7-day outlooks, and wave/swell data via CLI.
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).