Tracks parcels from CJ Logistics and Korea Post using their official endpoints, nothing fancy. You give it a carrier ID (cj or epost) and an invoice number, it scrapes the public tracking pages and returns a normalized JSON response with current status and recent events. Built around a carrier adapter pattern so you can add more couriers later without rewriting the whole thing. The CJ flow extracts a CSRF token then hits their JSON API, while Korea Post gets parsed from HTML because that's what they expose. Useful if you're building something in Korea and need reliable tracking without depending on third-party aggregators, but you'll need the actual invoice number, not just an order ID from a shopping site.
npx skills add https://github.com/nomadamas/k-skill --skill delivery-tracking