From tomorrow-weather
Get real-time current weather conditions for any location using Tomorrow.io
How this skill is triggered — by the user, by Claude, or both
Slash command
/tomorrow-weather:weather-nowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `tomorrow-weather` MCP server to fetch current weather conditions.
Use the tomorrow-weather MCP server to fetch current weather conditions.
Call the get_realtime_weather tool with the location the user provides (city name, coordinates, or address).
Return a clear summary including:
If the user doesn't specify units, default to metric. If they ask for imperial (Fahrenheit, mph), pass units: "imperial" to the tool.
Format the response in a clean, readable way. If coordinates are returned, mention the resolved location name.
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).