
Queries fine dust (PM10) and ultra-fine dust (PM2.5) levels from Korea's AirKorea data using location names or hints. You give it a region like "강남구" or "서울 강남구" and it hits the k-skill-proxy report endpoint to get current air quality readings and grades. If your location is ambiguous, it returns candidate stations and you pick one to query again with the exact station name. The response is kept compact: station, time, PM values, grades, and query method. Built for Korean locales, uses a public proxy at k-skill-proxy.nomadamas.org, and handles the common case where people ask "how's the air here?" without knowing their nearest monitoring station name.
npx -y skills add nomadamas/k-skill --skill fine-dust-location --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct fine-dust-location
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files fine-dust-location
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/fine-dust-location/instruction.md.