From tomorrow-weather
Get air quality index, pollen count, fire index, and environmental conditions for a location via Tomorrow.io
How this command is triggered — by the user, by Claude, or both
Slash command
/tomorrow-weather:SKILLweather-air-quality/The summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `tomorrow-weather` MCP server to fetch air quality and environmental data. Call the `get_air_quality` tool with the location the user provides. Optionally include a date/time if they ask about forecast or historical air quality. Return a clear summary including: - Air Quality Index (AQI) with category label (Good, Moderate, Unhealthy, etc.) - Primary pollutants contributing to the AQI (PM2.5, PM10, O3, NO2, SO2, CO) - Pollen count by type (tree, grass, weed) with level labels - Fire Index / fire weather risk (if applicable to the region) - UV Index - Mold spore levels (if availabl...
Use the tomorrow-weather MCP server to fetch air quality and environmental data.
Call the get_air_quality tool with the location the user provides. Optionally include a date/time if they ask about forecast or historical air quality.
Return a clear summary including:
Include health recommendations based on the AQI level:
If the user mentions a health condition (asthma, allergies), tailor recommendations accordingly.
npx claudepluginhub chidinwaka/tomorrow-weather-plugin --plugin tomorrow-weather/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.