From pm-live
Checks live air quality via Open-Meteo's free API, decodes AQI/PM2.5 into health bands and plain-language advice. Use when asked about air quality, safety for outdoor activities, or pollution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-live:air-qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Air quality is a daily decision input — run outside or inside, windows open or closed, mask or not — and Open-Meteo serves it globally over plain HTTPS, no key, no signup. This skill fetches it, then does the part the raw number doesn't: translating PM2.5 and AQI into the standard health bands, matched to what the user was actually deciding.
Air quality is a daily decision input — run outside or inside, windows open or closed, mask or not — and Open-Meteo serves it globally over plain HTTPS, no key, no signup. This skill fetches it, then does the part the raw number doesn't: translating PM2.5 and AQI into the standard health bands, matched to what the user was actually deciding.
Ask for these if not provided:
https://geocoding-api.open-meteo.com/v1/search?name=Delhi&count=1)curl -s "https://air-quality-api.open-meteo.com/v1/air-quality?latitude=28.61&longitude=77.21¤t=pm2_5,pm10,ozone,nitrogen_dioxide,us_aqi,european_aqi" — add &hourly=pm2_5,us_aqi&forecast_days=2 when the question is "when today will it be best."[One sentence: the band, and the answer to their actual decision.]
| Metric | Now | Band |
|---|---|---|
| [US or EU AQI per preference · PM2.5 · the pollutant relevant to their question] |
[If timing asked: the hourly shape and the recommended window]
Source: Open-Meteo air-quality API (modeled/CAMS) · rerun: [exact curl]
Advisory reading — for medical-grade decisions use official local monitoring.
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-liveProvides weather and pollen reports for any location using free APIs (Open-Meteo, Pollen.com). Get current conditions, forecasts, and pollen data.
Fetches New Zealand weather data from MetService's public JSON endpoints — town forecasts, current observations, hourly forecasts with wind gusts, and multi-town comparisons.
Query New Zealand weather data from the MetOcean API (MetService's data arm). Use when the task involves NZ weather forecasts, current conditions, marine/wave data, wind, rain, or atmospheric conditions for New Zealand locations. Requires METOCEAN_API_KEY.