
This pulls household waste collection schedules from South Korea's data.go.kr API so you can answer questions like "when does Gangnam-gu collect food waste?" in Korean. It queries by district name (시군구) and returns pickup days, times, locations, and methods for general waste, food waste, and recyclables. The proxy setup means users don't need their own API key, which is nice for casual use, but you're limited to basic district-level queries since fancier filters don't pass through. Responses can be verbose, so you'll want to summarize the essentials like collection schedule, contact info, and any blackout days. Works well for quick neighborhood waste info without opening a government portal.
npx -y skills add nomadamas/k-skill --skill household-waste-info --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 household-waste-info
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 household-waste-info
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/household-waste-info/instruction.md.