← 返回 Skills 市场
gotrain
作者
Gustavo Madeira Santana
· GitHub ↗
· v1.3.0
2980
总下载
1
收藏
4
当前安装
6
版本数
在 OpenClaw 中安装
/install gotrain
功能描述
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.md)
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 \x3Cstation-id> |
Show departures for a station |
gotrain alerts |
Active service alerts |
gotrain fav \x3Cid> |
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
安全使用建议
This skill is internally consistent: it expects a 'gotrain' CLI and provides an npm package to install it. Before installing, inspect the npm package and its GitHub repository (publisher, recent commits, install scripts, and source code) because npm packages can execute arbitrary code during install. Prefer running the CLI in an isolated environment (container or VM) if you don't fully trust the publisher. Check where the CLI stores favorites or cache on your filesystem if you care about local data storage. If you need higher assurance, verify the package's SHA/signature or use a vetted distribution channel.
功能分析
Type: OpenClaw Skill
Name: gotrain
Version: 1.3.0
The skill bundle is classified as benign. It transparently defines a skill to interact with the `gotrain-cli` for MTA transit information. The `SKILL.md` file instructs the OpenClaw agent to install the `gotrain-cli` npm package globally, which is a standard method for installing command-line tools. There is no evidence of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided files. The instructions and stated purpose are clearly aligned, and the source code repository for the CLI is provided.
能力评估
Purpose & Capability
Name/description request a CLI named 'gotrain' and the skill requires the 'gotrain' binary and provides an npm install step for 'gotrain-cli' which creates that binary — this is coherent and expected for a CLI-based transit skill.
Instruction Scope
SKILL.md instructs the agent to run the gotrain CLI commands (stations, departures, alerts, fav, favs). It does not instruct the agent to read unrelated files, environment variables, or to transmit data to endpoints outside the CLI's expected behavior.
Install Mechanism
Installation is via npm (package 'gotrain-cli') which is a common and expected mechanism for providing a CLI. npm packages can run arbitrary install scripts and contain arbitrary JS, so this is a moderate-risk install method compared with no install spec or a vetted system package. The SKILL.md includes a GitHub repo which helps traceability but no homepage or publisher details are provided in the metadata.
Credentials
The skill requests no environment variables, no credentials, and no config paths — appropriate for a read-only transit query tool.
Persistence & Privilege
always is false and there are no indications the skill modifies other skills or system-wide agent settings. It is eligible for autonomous invocation by default (normal for skills) but requests no elevated persistence or privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gotrain - 安装完成后,直接呼叫该 Skill 的名称或使用
/gotrain触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Use npm install (gotrain-cli package)
v1.2.0
Use npm install (gotrain-cli package)
v1.1.3
Use npm install (gotrain-cli package)
v1.1.2
Use npm install (gotrain-cli package)
v1.0.1
Clarify MTA system (not just NYC)
v1.0.0
Initial release
元数据
常见问题
gotrain 是什么?
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2980 次。
如何安装 gotrain?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gotrain」即可一键安装,无需额外配置。
gotrain 是免费的吗?
是的,gotrain 完全免费(开源免费),可自由下载、安装和使用。
gotrain 支持哪些平台?
gotrain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 gotrain?
由 Gustavo Madeira Santana(@gumadeiras)开发并维护,当前版本 v1.3.0。
推荐 Skills