korean-transit-route

Route subway, bus, and walking transit between Korean locations via ODsay LIVE API.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill korean-transit-route
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korean-transit-route
Source: https://github.com/NomaDamas/k-skill/tree/main/korean-transit-route
Command: npx skills add https://github.com/NomaDamas/k-skill --skill korean-transit-route

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of finding clear, realistic public-transport directions between two places in Korea without manually figuring out subways, buses, and walking segments.

Core Features & Use Cases

  • Door-to-door public transit routing: Generates subway + bus + walking directions between an origin and a destination, including first/last walking portions.
  • Multiple route comparison: Produces several candidate paths so you can compare total travel time, fare, transfer count, and total walking distance.
  • Address-to-address via geocoding: Converts natural-language place names/addresses into coordinates using ODsay LIVE API with Kakao Local geocoding (typically via the hosted proxy).

Quick Start

Ask the skill: "서울역에서 인천공항까지 대중교통(지하철+버스+도보) 최소시간으로 몇 가지 경로를 알려줘."

Frequently Asked Questions about korean-transit-route

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find public transit routes between two addresses in Korea?

To find public transit routes between two addresses in Korea, this skill converts addresses to WGS84 coordinates via geocoding, then uses the ODsay LIVE API to generate door-to-door subway, bus, and walking directions. You can request recommended, minimum time, or minimum transfer paths.

Can I search subway and bus routes using a place name instead of coordinates?

Yes, you can search subway and bus routes using a place name instead of coordinates. The skill performs address-to-address geocoding using Kakao Local geocoding to convert natural-language place names into the required WGS84 origin and destination coordinates automatically.

How do I compare public transit paths by total time, fare, and walking distance?

You can compare public transit paths by total time, fare, and walking distance by requesting multiple route options. The skill retrieves several candidate paths from the ODsay API, allowing you to compare total travel time, fare, transfer count, and total walking distance side by side.

Do I need an ODsay API key to get door-to-door transit directions?

You need an ODsay API key to get door-to-door transit directions, but the skill handles safe API key management via a hosted proxy. This proxy prevents exposing your secret keys directly during the routing and geocoding processes.

What is the best way to get minimum transfer transit directions in Seoul?

The best way to get minimum transfer transit directions in Seoul is to specify the minimum transfers routing option. The skill queries the ODsay LIVE API with this configuration to prioritize paths with the fewest subway and bus transfers for your trip.

Does this transit routing skill support walking segments for first and last mile connections?

Yes, this transit routing skill supports walking segments for first and last mile connections. It generates complete door-to-door directions that explicitly include walking portions to and from the subway and bus stations for both origin and destination.