Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query UK National Rail live departure boards, arrivals, delays, and train services. Use when asked about train times, departures, arrivals, delays, platforms, or "when is the next train" for UK railways. Supports all GB stations via Darwin/Huxley2 API.
Query UK National Rail live departure boards, arrivals, delays, and train services. Use when asked about train times, departures, arrivals, delays, platforms, or "when is the next train" for UK railways. Supports all GB stations via Darwin/Huxley2 API.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Query National Rail Darwin API for live train departures and arrivals.
Requires free Darwin API token: Register at https://realtime.nationalrail.co.uk/OpenLDBWSRegistration/ Set NATIONAL_RAIL_TOKEN in environment (or configure in skills.entries.uk-trains.apiKey)
# Departures ./scripts/trains.py departures PAD ./scripts/trains.py departures PAD to OXF --rows 5 # Arrivals ./scripts/trains.py arrivals MAN ./scripts/trains.py arrivals MAN from EUS # Station search ./scripts/trains.py search paddington ./scripts/trains.py search kings
Use 3-letter CRS codes: PAD = London Paddington EUS = London Euston KGX = London Kings Cross VIC = London Victoria WAT = London Waterloo MAN = Manchester Piccadilly BHM = Birmingham New Street EDB = Edinburgh Waverley GLC = Glasgow Central BRI = Bristol Temple Meads LDS = Leeds LIV = Liverpool Lime Street RDG = Reading OXF = Oxford CBG = Cambridge
JSON with: locationName, crs - Station info messages[] - Service alerts trainServices[] - List of trains: std/sta - Scheduled departure/arrival time etd/eta - Expected time ("On time", "Delayed", or actual time) platform - Platform number operator - Train operating company destination[].name - Final destination isCancelled, cancelReason, delayReason - Disruption info
Use this compact format for WhatsApp/chat responses: ๐ {Origin} โ {Destination} *{dep} โ {arr}* โ๐{platform} โ ๐ {coaches} {status} *{dep} โ {arr}* โ๐{platform} โ ๐ {coaches} {status}
Header: ๐ emoji + origin โ destination Time: Bold, departure โ arrival times Platform: ๐ + number (or "TBC" if unknown) Coaches: ๐ + space + number Status: โ On time โ ๏ธ Delayed (exp {time}) โ Cancelled โ {reason} ๐ Starts here
๐ Hemel Hempstead โ Euston *20:18 โ 20:55* โ๐4 โ ๐ 4 โ On time *20:55 โ 21:30* โ๐4 โ ๐ 12 โ On time *21:11 โ 21:41* โ๐4 โ ๐ 8 โ On time
To show arrival times, make two API calls: departures {origin} to {dest} โ get departure times + service IDs arrivals {dest} from {origin} โ get arrival times Match services by the numeric prefix in serviceID (e.g., 4748110HEMLHMP_ matches 4748110EUSTON__).
Separate each service with a blank line Omit coaches if formation data unavailable For delays, show expected time: โ ๏ธ Delayed (exp 20:35)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.