A comprehensive automation skill for searching, monitoring, and reserving KTX and SRT train tickets in South Korea.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install korail-manager-ben
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install korail-manager-ben using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Korail Manager is a specialized automation utility designed to streamline the train booking process for KTX and SRT services. As a part of the Openclaw Skills ecosystem, it provides developers and travelers with a programmatic interface to interact with Korean rail systems, bypassing the need for manual refreshing during high-demand periods. This skill focuses on efficiency, enabling users to secure tickets that are often sold out within seconds.
By leveraging this skill, users can integrate train logistics directly into their AI-driven workflows. Whether you are planning a business trip or holiday travel, Korail Manager ensures that the technical heavy lifting of monitoring availability is handled automatically, providing a significant advantage in the competitive landscape of Korean rail travel.
To get started with this skill within the Openclaw Skills framework, ensure you have Python 3 installed and follow these steps:
# Install required Python dependencies
pip install requests pycryptodome
# Ensure the scripts directory is accessible within your skill environment
# Configure your rail service credentials as per your local environment settings
The skill utilizes a structured parameter set to communicate with rail databases. Below is the metadata taxonomy used for operations:
| Parameter | Type | Description |
|---|---|---|
| dep / arr | String | Departure and Arrival station names (e.g., 서울, 부산) |
| date | String | Travel date in YYYYMMDD format |
| time / start_time | String/Number | The preferred departure window |
| interval | Number | The polling frequency in seconds for the watch tool |
| train_no | String | Unique identifier for specific train cancellations |
Loading
A full-lifecycle deployment framework to bootstrap, restore, and verify OpenClaw environments on Ubuntu servers.

Protect your remote access with automated baseline capture and rollback for high-risk system modifications.

A privacy-centric tool that connects OpenClaw agents to a local SearXNG instance for real-time web searching.

Automatically transform Envato marketplace comments into prioritized development tasks logged directly into Google Sheets.

A powerful automation skill for searching, monitoring, and reserving KTX and SRT train tickets in South Korea.

An automation tool for searching, watching, and booking KTX and SRT train tickets with integrated notification support.








































