air-quality
Check live air quality anywhere with zero API keys — Open-Meteo's air-quality API via curl, decoded from raw PM2.5 and AQI numbers into what they me…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Air Quality 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.
What This Skill Produces
- The read — one sentence: the air right now and what it suggests for the stated activity
- The numbers — AQI plus the pollutants that matter (PM2.5, PM10, ozone, NO₂), with the timestamp
- The bands — where today sits on the standard scale, so the number has meaning
- The command — the exact curl, rerunnable
Required Inputs
Ask for these if not provided:
- Location — lat/lon or a place name (geocode first:
https://geocoding-api.open-meteo.com/v1/search?name=Delhi&count=1) - The decision behind the question — a run, a bike commute, a sensitive-lungs household, open windows — the read is calibrated to it
- Which index they think in — US AQI or European AQI (the API serves both; the numbers differ substantially for the same air)
Framework: The Fetch and the Read
- The call:
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=2when the question is "when today will it be best." - The US AQI bands, stated every time: 0–50 good · 51–100 moderate · 101–150 unhealthy for sensitive groups · 151–200 unhealthy · 201–300 very unhealthy · 301+ hazardous. A bare "AQI 137" is not an answer; "137 — unhealthy for sensitive groups; fine for most, skip the long run if asthmatic" is.
- PM2.5 is the headline pollutant for health questions (it reaches deep lung tissue); ozone matters for afternoon exercise; NO₂ tracks traffic. Match the pollutant discussed to the question asked.
- Timing beats averages: pollution has a daily shape (traffic peaks, afternoon ozone) — for exercise questions, pull the hourly series and name the cleanest window rather than judging the day by one reading.
- Model honesty: Open-Meteo's air quality is model-derived (CAMS), not a monitor on the user's street — excellent for bands and trends, not for litigation. Say "modeled" when precision is being leaned on, and point sensitive-health decisions to local official monitors.
Output Format
Air Quality: [location] — [timestamp]
[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.
Quality Checks
- [ ] The band appears with the number — never a bare AQI value
- [ ] US vs European AQI is disambiguated
- [ ] The read addresses the stated activity, not generic health advice
- [ ] Timing questions get the hourly series, not a single reading
- [ ] The modeled-data caveat appears when precision matters
Anti-Patterns
- [ ] Do not answer from memory — fetch or hand over the command
- [ ] Do not mix up the two AQI scales — a European 80 and a US 80 are different airs
- [ ] Do not medicalize — bands and general guidance, with sensitive cases routed to official sources
- [ ] Do not judge a whole day by one hour when the question is "when"
- [ ] Do not dump all pollutants undigested — lead with the one the question is about
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/pm-live/skills/air-quality/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 air-quality 的技能。它们内容并不相同,别混用:
- mohitagw15856/pm-claude-skills — Check live air quality anywhere with zero API keys — Open-Meteo's air-quality API via curl
- mohitagw15856/pm-claude-skills — Check live air quality anywhere with zero API keys — Open-Meteo's air-quality API via curl