7.0k★by gumadeiras
gotrain – OpenClaw Skill
gotrain is an OpenClaw Skills integration for coding workflows. MTA system train departures (NYC Subway, LIRR, Metro-North). Use when the user wants train times, schedules, or service alerts for MTA transit. Covers MTA Subway, LIRR, and Metro-North across the greater New York area.
Skill Snapshot
| name | gotrain |
| description | MTA system train departures (NYC Subway, LIRR, Metro-North). Use when the user wants train times, schedules, or service alerts for MTA transit. Covers MTA Subway, LIRR, and Metro-North across the greater New York area. OpenClaw Skills integration. |
| owner | gumadeiras |
| repository | gumadeiras/gotrain |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @gumadeiras/gotrain |
| last updated | Feb 7, 2026 |
Maintainer

name: gotrain description: MTA system train departures (NYC Subway, LIRR, Metro-North). Use when the user wants train times, schedules, or service alerts for MTA transit. Covers MTA Subway, LIRR, and Metro-North across the greater New York area. metadata: {"clawdbot":{"requires":{"bins":["gotrain"]},"install":[{"id":"node","kind":"node","package":"gotrain-cli","bins":["gotrain"],"label":"Install gotrain CLI (npm)"}]}}
gotrain
Atomic CLI for NYC transit departures (MTA Subway, LIRR, Metro-North).
Installation
npm install -g gotrain-cli
Commands
| Command | Description |
|---|---|
gotrain stations [query] | List/search stations |
gotrain departures <station-id> | Show departures for a station |
gotrain alerts | Active service alerts |
gotrain fav <id> | Toggle favorite station |
gotrain favs | List favorite stations |
Common Station IDs
MNR-149- New HavenMNR-151- New Haven-State StMNR-1- Grand CentralMNR-203- Penn Station (MNR)LIRR-349- Grand CentralSUBWAY-631- Grand Central-42 St
Examples
# Search for Penn Station
gotrain stations penn
# New Haven to Grand Central departures
gotrain departures MNR-149
# Check service alerts
gotrain alerts
# Add favorite station
gotrain fav MNR-149
Source
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install gotrain?
Run openclaw add @gumadeiras/gotrain in your terminal. This installs gotrain into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gumadeiras/gotrain. Review commits and README documentation before installing.
