Skip to main content
Back to the directory
nomadamas/k-skillSoftware EngineeringMarketing and Growth

ktx-booking

korail2 위에 scripts/ktx_booking.py helper 를 얹어 KTX/Korail 조회, 예약, 예약 확인, 취소를 처리한다.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/nomadamas/k-skill --skill ktx-booking
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, ktx-booking has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: nomadamas/k-skill. Canonical URL: https://skills.sh/nomadamas/k-skill/ktx-booking.

Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykPASS
About this skill
korail2 위에 scripts/ktx_booking.py helper 를 얹어 KTX/Korail 조회, 예약, 예약 확인, 취소를 처리한다. 최근 Korail 앱의 Dynapath anti-bot 체크 때문에 원본 korail2 0.4.0 예제만으로는 MACRO ERROR 가 날 수 있다. 이 스킬은 helper 가 x-dynapath-m-token , Sid , 최신 app version( 250601002 )을 붙여 실제 예매 흐름을 복구하는 것을 전제로 한다. 기본 경로에 저장하는 것은 fallback일 뿐, 강제가 아니다. python3 -c 'import korail2, Crypto' 가 실패하면 다른 구현으로 우회하지 말고 전역 Python 패키지 설치를 먼저 시도한다. KSKILL_KTX_ID , KSKILL_KTX_PASSWORD 환경변수가 설정되어 있는지 확인한다. 없으면 위 credential resolution order에 따라 확보한다. 시크릿이 없다는 이유로 웹사이트를 직접 긁거나 다른 비공식 경로를 찾지 않는다. 항상 helper 를 통해 조회한다. 좌석이 없는 열차도 후보에 포함하려면 --include-no-seats , 예약 대기 가능한 열차도 같이 보고 싶으면 --include-waiting-list 를 붙인다. 예매 전에 항상 아래를 확인한다. 조회 결과의 train_id 를 고른 뒤에만 예약한다. 이 값은 helper 가 열차 번호/운행일/시각/역 코드를 묶어 만든 stable selector 이므로, 재조회 시 같은 열차가 아직 있으면 그대로 잡고 없으면 실패한다. 응답에는 예약번호, 운임, 구입기한이 포함된다. 결제는 자동화하지 않는다. 좌석이 없을 때는 조회 단계에서 --include-waiting-list 를 켜고 예약 단계에서 --try-waiting 으로 예약 대기까지 시도할 수 있다. 취소는 대상 예약을 다시 조회해 식별한 뒤에만 진행한다. - "서울에서 부산 가는 KTX 찾아줘" - "코레일 예약 확인해줘" - "KTX 취소해줘" - "오전 9시 이후 KTX 중 제일 빠른 거 잡아줘" - SRT 예매인 경우 - 실결제 확정까지 자동화해야 하는 경우 - credential 을 평문으로 넣으려는 경우 - Python 3.10+ - python3 -m pip install korail2 pycryptodome - KSKILL_KTX_ID - KSKILL_KTX_PASSWORD - 이미 환경변수에 있으면 그대로 사용한다. - 에이전트가 자체 secret vault(1Password CLI, Bitwarden CLI, macOS Keychain 등)를 사용 중이면 거기서 꺼내 환경변수로 주입해도 된다. - ~/.config/k-skill/secrets.env (기본 fallback) — plain dotenv 파일,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ktx-booking do?

korail2 위에 scripts/ktx_booking.py helper 를 얹어 KTX/Korail 조회, 예약, 예약 확인, 취소를 처리한다.

Is ktx-booking good?

ktx-booking does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support ktx-booking?

ktx-booking currently lists compatibility with Skills CLI.

Is ktx-booking safe to install?

ktx-booking has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to ktx-booking?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install ktx-booking?

Run the following command to install ktx-booking: npx skills add https://github.com/nomadamas/k-skill --skill ktx-booking

Related skills

More from nomadamas/k-skill

Related skills

Alternatives in Software Engineering