← 返回 Skills 市场
mxs2019

NYC Subway Status

作者 Max Shaw · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
293
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nyc-subway-status
功能描述
Check real-time NYC subway arrivals, track trains, and find stations. Use when user asks about subway times, train status, MTA arrivals, or NYC transit.
安全使用建议
This skill appears to implement the advertised subway lookup features, but it relies on an unverified third-party host and explicitly tells the agent to fetch a remote 'llms.txt' (and offers an MCP endpoint). That remote file can change at any time and effectively instruct the agent at runtime — a supply-chain/risk vector. Before installing: (1) verify the operator and legitimacy of https://nyc-subway-status.com (prefer official MTA sources if you need guaranteed provenance); (2) fetch and inspect the llms.txt content yourself to see what it would instruct the agent to do; (3) if possible, restrict the skill so it runs only when explicitly invoked (disable autonomous invocation) and monitor outgoing network requests; (4) avoid passing sensitive personal data to the skill or enabling MCP connectivity to the third-party server. If you cannot validate the provider, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: nyc-subway-status Version: 1.0.0 The skill is a standard integration for querying NYC subway real-time data via the nyc-subway-status.com API. It provides clear instructions for searching stations, checking arrivals, and tracking trips without any signs of data exfiltration, malicious execution, or harmful prompt injection. The use of an llms.txt file for documentation is a recognized pattern for providing context to AI agents.
能力评估
Purpose & Capability
Name/description align with the documented API calls in SKILL.md — all network calls are to the same third-party host (nyc-subway-status.com). However, that domain is not an official MTA endpoint (e.g., api.mta.info), so it is a third-party data provider rather than the official service; this is plausible but should be verified by the user.
Instruction Scope
The SKILL.md instructs the agent to fetch a remote file (https://nyc-subway-status.com/llms.txt) 'once per session' and to follow the API reference it provides. Dynamically fetching and following an external plain-text instruction file gives the remote host effective runtime control over agent behavior (endpoints, schemas, tips). The doc also suggests connecting to an MCP server on the same host. The skill does not instruct reading local files or environment variables, but the remote-instruction pattern is a supply-chain/runtime-injection risk: the server could change instructions to exfiltrate data or call unexpected endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only and does not write files or install binaries. That minimizes local installation risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. There are no apparent requests for unrelated secrets or local config, which is proportionate for a read-only transit info skill.
Persistence & Privilege
always is false and there is no install-time persistence. However, model invocation is allowed (platform default). Combined with the remote llms.txt/MCP guidance, autonomous invocation increases risk because the agent could autonomously fetch remote instructions and act on them. Consider restricting autonomous execution if you are cautious.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nyc-subway-status
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nyc-subway-status 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: check real-time NYC subway arrivals, track trains, and find stations. - Search for stations and routes with `/api/search?q={query}` before fetching arrivals or status. - Get next train times, full station arrivals, line status, and track specific train trips. - Group arrivals by route and direction; recommend the faster train where relevant. - No API key required; workflow and endpoint details provided with a fetchable API reference. - Supports Model Context Protocol for compatible agents.
元数据
Slug nyc-subway-status
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NYC Subway Status 是什么?

Check real-time NYC subway arrivals, track trains, and find stations. Use when user asks about subway times, train status, MTA arrivals, or NYC transit. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。

如何安装 NYC Subway Status?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nyc-subway-status」即可一键安装,无需额外配置。

NYC Subway Status 是免费的吗?

是的,NYC Subway Status 完全免费(开源免费),可自由下载、安装和使用。

NYC Subway Status 支持哪些平台?

NYC Subway Status 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NYC Subway Status?

由 Max Shaw(@mxs2019)开发并维护,当前版本 v1.0.0。

💬 留言讨论