โ† All skills
Tencent SkillHub ยท Developer Tools

UK Trains

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/trains.py, scripts/trains.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

UK Trains

Query National Rail Darwin API for live train departures and arrivals.

Setup

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)

Commands

# 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

Station Codes

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

Response Format

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

Message Template

Use this compact format for WhatsApp/chat responses: ๐Ÿš‚ {Origin} โ†’ {Destination} *{dep} โ†’ {arr}* โ”‚๐Ÿ“{platform} โ”‚ ๐Ÿšƒ {coaches} {status} *{dep} โ†’ {arr}* โ”‚๐Ÿ“{platform} โ”‚ ๐Ÿšƒ {coaches} {status}

Elements

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

Example

๐Ÿš‚ 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

Getting Arrival Times

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__).

Notes

Separate each service with a blank line Omit coaches if formation data unavailable For delays, show expected time: โš ๏ธ Delayed (exp 20:35)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/trains.py Scripts
  • scripts/trains.sh Scripts