
This handles Korean express bus (고속버스/KOBUS) lookups and reservations through official HTTP APIs instead of blind browser automation. It queries timetables, checks seat availability, and can hold seats temporarily, then hands off to the official KOBUS payment page for manual checkout. The implementation keeps a cookie jar, respects the stateful flow, and includes a Python helper script that outputs an auto-submit form for mobile-friendly payment entry. Notable that it explicitly separates KOBUS from 시외버스/Tmoney routes since they use different terminal codes and endpoints. The documentation is thorough about cleanup (canceling abandoned holds) and stops short of submitting payment without user confirmation. Useful if you're building travel tools for the Korean market and want to avoid the usual screen-scraping mess.
npx -y skills add nomadamas/k-skill --skill express-bus-booking --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 express-bus-booking
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 express-bus-booking
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/express-bus-booking/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 express-bus-booking references/DISCLAIMER.md