What problem does it solve? Getting accurate, real-time NYC transit information requires navigating multiple MTA data feeds, station ID lookups, and rate-limited APIs. This Skill gives the AI direct access to live arrivals, service alerts, station search, and trip planning across subway, bus, ferry, LIRR, and Metro-North through a single CLI or REST API. ## Core Features & Use Cases - Real-Time Arrivals & Alerts: Fetch live train, bus, ferry, and commuter rail arrival times plus active service alerts and delays filtered by line or route. - Station Search & Trip Planning: Resolve ambiguous station names to stable IDs and plan trips between any two subway stations. - Helper Scripts: Run ready-made bash scripts (arrivals.sh, alerts.sh, trip.sh, status.sh) that handle station resolution, authentication, and error handling. - Use Case: A commuter asks "when is the next L train from Union Square and are there any delays?" The Skill searches for the station ID, fetches arrivals filtered by line and direction, and cross-checks active alerts before answering. ## Quick Start Ask the AI to check the next train arrivals and any service alerts for your NYC subway station, for example "what's the next 1 train at Times Square going uptown?"