
Handles door-to-door Korean transit routing using ODsay LIVE API with Kakao geocoding, so you can ask Claude for subway, bus, and walking directions between any two addresses in Korea. It geocodes your start and end points first (because ODsay only accepts coordinates), then returns up to three routes with total time, fare, transfer count, and step-by-step segments including the walking portions from your door to the first station and last station to destination. The setup requires an ODsay API key with IP whitelisting, but Kakao geocoding runs through a hosted proxy so you don't need your own key there. Good for anyone building Korean transit tools or bots, though watch the 1,000 daily call limit on the free tier.
npx -y skills add nomadamas/k-skill --skill korean-transit-route --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 korean-transit-route
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 korean-transit-route
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/korean-transit-route/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 korean-transit-route references/DISCLAIMER.md