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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brianleach/mtaWhat This Skill Does
The MTA skill for OpenClaw provides a comprehensive interface for accessing real-time public transit data for New York City. It bridges the gap between raw GTFS-RT protobuf feeds and human-readable natural language responses. Users can retrieve subway arrivals, bus predictions, service alerts, and route details. The skill handles the complexity of MTA's fragmented data landscape by intelligently routing queries to the correct endpoint based on whether the user is interested in a specific subway line division or a bus route. For subway operations, it utilizes the NYCT GTFS-RT feeds which provide high-fidelity tracking of trains. For bus operations, it integrates with the SIRI JSON API to provide arrival estimates, provided the user has configured their API key. Additionally, the skill parses service alerts to inform users about planned work, delays, or emergencies across the subway and bus networks.
Installation
To integrate the MTA skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/brianleach/mta
Ensure that you have an active internet connection to facilitate the installation. For bus data functionality, you must acquire a free developer API key from the official MTA portal (https://register.developer.obanyc.com/) and configure the environment variable MTA_BUS_API_KEY within your OpenClaw settings.
Use Cases
This skill is designed for commuters, tourists, and city planners who rely on the NYC transit system. It is ideal for checking if a train is delayed before leaving your apartment, finding the next available bus at a specific stop, or understanding the impact of weekend track maintenance. It simplifies transit navigation by turning complex transit schedule data into a conversational assistant experience.
Example Prompts
- "When is the next N train arriving at 49th Street going towards Manhattan?"
- "Are there any service alerts for the M1 bus or the F train this weekend?"
- "I'm at Times Square, what are the next departures for the 1, 2, and 3 lines?"
Tips & Limitations
Subway arrival data is available out-of-the-box and does not require any credentials. Bus arrival information is subject to a rate limit of one request per 30 seconds; please avoid polling the API too aggressively. Note that while subway and bus alerts are usually comprehensive, real-time data is dependent on the MTA's infrastructure uptime. If a feed is unavailable, the skill will notify you of the current status. Always verify critical travel plans with station signage during major service disruptions.
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-mta": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
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.
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.