This handles Korean intercity bus (시외버스) lookups and booking prep through Tmoney's official API flows. It searches timetables, checks seat availability and fares, and can walk you up to the card payment screen, but leaves the final transaction manual. The included Python helper does the heavy lifting with proper session cookies and hidden form fields, which matters because Tmoney will silently fail if you skip parameters like bef_Aft_Dvs. Keep it separate from express bus (고속버스) routes since those use different terminal codes and the KOBUS system. Useful for automating the tedious lookup parts while staying safely outside actual payment submission. The docs are thorough about mobile browser quirks and stale session handling.
npx skills add https://github.com/nomadamas/k-skill --skill intercity-bus-booking