intercity-bus-booking

Search Korean Tmoney intercity bus timetables and generate temporary seat holds.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Korean travelers need a reliable way to search 시외버스 timetables, check fares and seat availability, and proceed to the official checkout entry without getting stuck in manual steps or unsafe automation.

Core Features & Use Cases

  • Timetable search (HTTP/API-first): Uses Tmoney intercity-bus endpoints to resolve routes and query schedules while preserving browser-required hidden fields.
  • Fare and seat-stage assistance: Submits the appropriate next-stage request for fare/seat-count selection and parses the readPcpySats stage payload.
  • Official card-information handoff: Creates a temporary seat hold and opens the official Tmoney card-information page, keeping final card/payment manual unless the user explicitly confirms.
  • Clear safety boundaries: Avoids mixing KOBUS (express-bus) flows, prevents irreversible steps without confirmation, and guides cancellation/back flows for abandoned holds.

Quick Start

Ask the agent to search 시외버스 reservations for your departure/arrival terminals and date, then open the official Tmoney card-information page for you to complete payment manually.

Frequently Asked Questions about intercity-bus-booking

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

FAQPage Schema
How do I search Tmoney intercity bus timetables and check seat availability?

The Skill creates a temporary seat hold by submitting the fare and seat-count selection stage, then opens the official Tmoney card-information page for you to complete payment manually without automating final card submission.

Can I use this to automate final card payment for Korean intercity bus tickets?

No, this Skill cannot automate final card submission; it safely creates a temporary seat hold and opens the official Tmoney card-information page, keeping final payment manual unless you explicitly confirm to avoid irreversible automated actions.

Does the Tmoney intercity bus booking flow work with KOBUS express bus routes?

No, you must not mix Tmoney 시외버스 intercity bus flows with KOBUS 고속버스 express bus routes; the Skill strictly uses official intercitybus.tmoney.co.kr endpoints and avoids combining different bus booking platform workflows.

Why do I need to preserve hidden fields like bef_Aft_Dvs and req_Rec_Num for 시외버스 bookings?

You need to preserve hidden fields like bef_Aft_Dvs and req_Rec_Num because the Tmoney intercity bus endpoints require these browser-specific values to maintain session state and correctly process timetable searches and seat-stage transitions.

What happens to temporary seat holds if I abandon the Tmoney checkout process?

If you abandon the Tmoney checkout process, the Skill guides you through cancellation and back flows to safely release temporary seat holds created during the intercity bus booking stage without completing payment.