
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 -y skills add nomadamas/k-skill --skill delivery-tracking --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 delivery-tracking
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 delivery-tracking
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/delivery-tracking/instruction.md.
This skill is not an official feature of, officially supported by, affiliated with, sponsored by, approved by, or developed in collaboration with any third-party trademark owner or service operator it identifies. Third-party names are used only to describe the skill's function, lookup target, or compatibility.
Any automated collection of publicly accessible information must be limited to personal, non-organizational lookup. Do not use this skill for systematic or bulk crawling, database building, access-control or block circumvention, or conduct that interferes with a third party's business or service.
Read the full Korean legal disclaimer, including the cited Korean Supreme Court precedents and statutory limits, before use:
npx -y @nomadamas/k-skill@0 read delivery-tracking references/DISCLAIMER.md