← 返回 Skills 市场
squidpunch

MBTA Transit

作者 David Larrabee · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mbta-transit
功能描述
Provides real-time MBTA transit info including next departures, service alerts, live vehicle locations, stop searches, and route listings for Boston-area tra...
安全使用建议
This skill appears to be what it says: a simple MBTA API client. Before installing, confirm the skill package is complete (the provided script was truncated in the review copy — verify the full script shipped with the skill), and inspect the end of the Python file for any unexpected network calls or writes. If you use an MBTA_API_KEY, store it securely (as an environment variable) and be aware of rate limits. The only minor issue is a documentation mismatch about filter[name]; functionally the CLI queries the official MBTA API and does not request unrelated credentials or external endpoints.
功能分析
Type: OpenClaw Skill Name: mbta-transit Version: 1.0.1 The MBTA Transit Skill is a legitimate tool for querying real-time transit data from the Massachusetts Bay Transportation Authority (MBTA) V3 API. The Python script `scripts/mbta.py` uses standard libraries to perform GET requests to the official API endpoint (api-v3.mbta.com), and the instructions in `SKILL.md` are well-aligned with the stated functionality without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description (real-time MBTA data) aligns with the included code and README: the script calls https://api-v3.mbta.com endpoints to list stops, departures, alerts, vehicles, and routes. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python CLI and to optionally use MBTA_API_KEY for higher rate limits. The instructions do not ask the agent to read arbitrary files or send data to third-party endpoints. Minor inconsistency: SKILL.md claims the MBTA API "doesn't support filter[name]" and the script fetches parent stations and filters client-side, while references/API.md lists filter[name] as an endpoint parameter — this is a documentation mismatch but not a security issue.
Install Mechanism
No install spec; it's an instruction-only skill with a bundled Python script. Nothing is downloaded from arbitrary URLs and no archives are extracted. The script uses only standard Python libraries (urllib, json, datetime).
Credentials
Only an optional MBTA_API_KEY is referenced (for higher rate limits). No other secrets, tokens, or config paths are requested. The script reads only that env var and nothing else.
Persistence & Privilege
Skill does not request permanent presence (always:false). It does not modify other skills or system configs. Autonomous invocation is allowed by default (not flagged by itself), which is reasonable for an informational CLI skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mbta-transit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mbta-transit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix: fall back to scheduled departures when no real-time predictions available
v1.0.0
Initial release: departures, alerts, vehicles, stop search
元数据
Slug mbta-transit
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MBTA Transit 是什么?

Provides real-time MBTA transit info including next departures, service alerts, live vehicle locations, stop searches, and route listings for Boston-area tra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 MBTA Transit?

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

MBTA Transit 是免费的吗?

是的,MBTA Transit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MBTA Transit 支持哪些平台?

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

谁开发了 MBTA Transit?

由 David Larrabee(@squidpunch)开发并维护,当前版本 v1.0.1。

💬 留言讨论