skills$openclaw/gotrain
gumadeiras7.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.

7.0k stars5.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namegotrain
descriptionMTA 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.
ownergumadeiras
repositorygumadeiras/gotrain
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gumadeiras/gotrain
last updatedFeb 7, 2026

Maintainer

gumadeiras

gumadeiras

Maintains gotrain in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
448 B
SKILL.md
1.4 KB
SKILL.md

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

CommandDescription
gotrain stations [query]List/search stations
gotrain departures <station-id>Show departures for a station
gotrain alertsActive service alerts
gotrain fav <id>Toggle favorite station
gotrain favsList favorite stations

Common Station IDs

  • MNR-149 - New Haven
  • MNR-151 - New Haven-State St
  • MNR-1 - Grand Central
  • MNR-203 - Penn Station (MNR)
  • LIRR-349 - Grand Central
  • SUBWAY-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

https://github.com/gumadeiras/gotrain-cli

README.md

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.