This wraps the Korean ePost official zipcode lookup so you can get postal codes and English addresses together without guessing romanization or scraping random blogs. You feed it a Korean address keyword like "서울특별시 강남구 테헤란로 123" and it parses the viewDetail() rows from the integrated search page to pull out the zipcode, road address, official English format, and jibun address. The implementation is more battle-tested than you'd expect: it uses curl with HTTP 1.1 and TLS 1.2 downgrades plus retries because the ePost endpoint sometimes resets, and it ships a Python helper script that wraps the whole flow. Useful when you need the canonical English address for international shipping or payment forms, not a guess.
npx skills add https://github.com/nomadamas/k-skill --skill zipcode-search