tfl
London TfL transit — real-time Tube arrivals, bus predictions, line status, service disruptions, journey planning, and route info for the London Underground, DLR, Overground, Elizabeth line, and buses. Use when the user asks about London public transport, Tube times, bus arrivals, or TfL service status.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brianleach/tflWhat This Skill Does
The TfL skill for OpenClaw provides a direct interface to the Transport for London (TfL) unified REST API. It enables users to fetch real-time transit information for the entire London transport network. This includes the London Underground (Tube), DLR, London Overground, Elizabeth line, trams, and bus network. By leveraging this skill, OpenClaw can report on current service statuses, predict bus and train arrival times at specific stop points, search for station codes, and assist in journey planning across the capital. It acts as a bridge, parsing JSON responses from TfL into clear, actionable natural language for the user.
Installation
To install this skill, use the ClawHub command-line tool. Run the following command in your terminal:
clawhub install openclaw/skills/skills/brianleach/tfl
Once installed, ensure your OpenClaw environment is configured to execute Node.js scripts, as the primary logic resides in scripts/tfl.mjs. While the API is public, it is highly recommended to register for a free TfL developer account at the TfL API portal to obtain an app_key to avoid rate-limiting during peak usage periods.
Use Cases
- Checking if a specific line, such as the Victoria or Northern line, is experiencing delays or signal failures.
- Determining exactly when the next bus is arriving at a specific stop by searching for the location name.
- Planning complex routes across London using multiple transport modes (e.g., Tube to bus transfers).
- Verifying station status, such as checking if a station is currently closed for planned maintenance or engineering works.
- Assisting commuters in real-time by providing the sequence of stops for a particular route.
Example Prompts
- "Is the Northern line running normally today?"
- "When is the next bus arriving at the Oxford Circus stop?"
- "How do I get from King's Cross to Waterloo using public transport?"
Tips & Limitations
For optimal performance, always use an API key to increase your request quota to 500 requests per minute. Note that stop searching relies on the exact name or Naptan ID; if a search returns multiple results, be prepared to clarify the specific station. The skill provides real-time data, but always confirm major disruptions on official TfL digital signage as the API latency can vary during severe incidents.
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-brianleach-tfl": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
mta
NYC MTA transit — real-time subway arrivals, bus predictions, service alerts, and route info for the New York City subway and bus system. Use when the user asks about NYC public transit, subway times, MTA bus arrivals, service alerts, or nearby stops.
capmetro-skill
Austin CapMetro transit - real-time vehicle positions, next arrivals, service alerts, route info, and trip planning for buses and rail (MetroRail, MetroRapid, MetroBus). Use when the user asks about Austin public transit, bus schedules, train times, CapMetro alerts, or nearby stops.
metra
Chicago Metra commuter rail — real-time train arrivals, vehicle tracking, service alerts, and schedule info for all 11 Metra lines serving the Chicago metropolitan area. Use when the user asks about Metra trains, Chicago commuter rail, or specific Metra lines and stations.
cta
Chicago CTA transit — real-time L train arrivals, bus predictions, service alerts, and route info. Use when the user asks about Chicago public transit, L train schedules, CTA bus times, service alerts, or nearby stops.
sxsw-skill
SXSW 2026 schedule lookup, event search, speaker info, and recommendations for the March 12-18 conference and festivals in Austin, TX. Use when the user asks about SXSW events, sessions, music showcases, film screenings, speakers, venues, or schedule planning.