srt
Korean SRT (Super Rapid Train) search, reservation, and booking management
Why use this skill?
Automate your SRT train bookings and monitor for ticket cancellations in Korea with this OpenClaw agent skill. Fast, reliable, and easy to configure for your travel needs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/khj809/srtWhat This Skill Does
The SRT skill provides a robust command-line interface for interacting with the Korean Super Rapid Train (SRT) booking system. It enables users to search for train schedules, reserve specific seats, manage existing bookings, and monitor for ticket availability. By integrating with OpenClaw, this skill automates the otherwise tedious manual process of checking the SRT website. It supports complex operations such as persistent background monitoring for sold-out trains, which helps users secure hard-to-get tickets automatically.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/khj809/srt
Ensure you have configured your environment variables SRT_PHONE and SRT_PASSWORD correctly, as these are required for authentication. For optimal performance and security, you may also configure SRT_DATA_DIR to manage where the agent stores logs and cache files.
Use Cases
This skill is perfect for frequent commuters or travelers who need to book trains between major Korean cities like Seoul (Suseo), Busan, and Daegu. It is particularly useful for:
- Rapidly booking tickets when schedules are released.
- Securing "cancelled" tickets for popular travel times (e.g., holidays or weekends) using the continuous retry function.
- Managing multiple reservations at once by viewing or cancelling them through simple automated commands.
Example Prompts
- "Find me a train from Suseo to Busan on February 27th, 2026, around 8:00 PM."
- "Reserve the first available train from the last search result for me."
- "Start monitoring for a seat on the train I just searched for and alert me if a cancellation is found."
Tips & Limitations
- Station names must be provided in Korean for accurate searching (e.g., '수서', '부산').
- The reservation flow requires a search to be performed first to cache the necessary session data.
- When monitoring for tickets, ensure you use the
reserve retrycommand rather than writing your own loop to avoid performance issues or account lockout. - Be aware that your
SRT_DATA_DIRand log files are subject to path safety validation to prevent unauthorized system access. Always verify your logs if a search or reservation fails to see the specific error code returned by the SRT service.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-khj809-srt": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution