air-quality

仓库创建 2026年1月29日最近提交 11 小时前SkillHot 收录 1 小时前
▸ 精选理由

直接可用的实时 AQI 查询并翻译为健康指引,适合日常决策场景。

▸ 风险提示

会向第三方(Open-Meteo)发起外部网络请求获取数据。

这个 Skill 做什么

无需 API 密钥,调用 Open-Meteo 获取并解释任意地点的实时空气质量与健康建议。

▸ 展开 SKILL.md 英文原文

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 mean for going outside. Use when asked what's the air quality, is it safe to run outside, AQI in my city, or pollution levels right now. Produces the current AQI and pollutant levels, the plain-language health read with the standard bands, and the rerunnable command.

数据与抓取空气质量AQI实时查询通用
1.2k
Stars
220
Forks
40
仓库内 Skill
+74
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mohitagw15856/pm-claude-skills/main/skills/air-quality/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mohitagw15856/pm-claude-skills/main/skills/air-quality/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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 e
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有