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 skills add https://github.com/nomadamas/k-skill --skill household-waste-info