A Claude Code plugin marketplace for the tomorrow-weather plugin — powered by the Tomorrow.io API.
npx claudepluginhub chidinwaka/tomorrow-weather-pluginReal-time, forecast, historical weather, air quality, alerts, and more via the Tomorrow.io API.
A Claude Code plugin that gives Claude full access to the Tomorrow.io weather API — real-time conditions, forecasts, historical data, air quality, alerts, route weather, and location management.
| Skill | Command | Description |
|---|---|---|
| Current weather | /weather-now | Real-time conditions for any location |
| Forecast | /weather-forecast | Daily or hourly forecasts up to 14 days |
| Historical | /weather-history | Past weather back to year 2000 |
| Air quality | /weather-air-quality | AQI, pollen, fire index, UV |
| Alerts | /weather-alerts | Active severe weather warnings |
Beyond skills, the plugin exposes an MCP server with 7 tools Claude can call directly:
get_realtime_weather — current conditionsget_forecast — Timeline API (1-minute, hourly, or daily)get_historical_weather — historical data back to 2000get_alerts — active severe weather eventsget_air_quality — AQI, pollen, fire index, pollutantsget_route_weather — weather along a travel routemanage_locations — create/list/delete saved locationsAdd your Tomorrow.io API key to your environment. The plugin reads it from TOMORROW_API_KEY:
export TOMORROW_API_KEY=your_api_key_here
Add that line to your ~/.zshrc or ~/.bashrc to make it permanent.
/plugin install tomorrow-weather@claude-plugins-official
/plugin marketplace add chidinwaka/tomorrow-weather-plugin
/plugin install tomorrow-weather@tomorrow-weather-marketplace
git clone https://github.com/chidinwaka/tomorrow-weather-plugin
cd tomorrow-weather-plugin/mcp-server
npm install
Then in Claude Code:
/plugin marketplace add /path/to/tomorrow-weather-plugin
/plugin install tomorrow-weather@tomorrow-weather-marketplace
/weather-now London
/weather-forecast "New York" 7
/weather-history "Tokyo" --start 2023-08-01 --end 2023-08-07
/weather-air-quality "Los Angeles"
/weather-alerts "Miami"
Or just ask Claude naturally:
"What's the weather in Lagos right now?" "Will it rain in Berlin this weekend?" "What was the temperature in Sydney last December?"
This plugin covers the full Tomorrow.io v4 API surface:
| API | Endpoint | Tool |
|---|---|---|
| Realtime | POST /weather/realtime | get_realtime_weather |
| Timeline (forecast + history) | POST /timelines | get_forecast, get_historical_weather, get_air_quality |
| Events / Alerts | POST /events | get_alerts |
| Routes | POST /route | get_route_weather |
| Locations | GET/POST/DELETE /locations | manage_locations |
80+ data fields are available including temperature, precipitation, humidity, wind, UV, AQI, pollen, fire index, soil moisture, solar irradiance, lightning, visibility, and more.
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations