← 返回 Skills 市场
liamsx45

Openclaw Path Alerts Main

作者 Liam Sawyer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
32
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install path-alerts-main
功能描述
Get real-time NJ PATH train service alerts, delays, status updates, and live arrival times. Monitors official Port Authority alerts feed and GTFS-Realtime data.
使用说明 (SKILL.md)

NJ PATH Alerts Skill

Get real-time service alerts, delays, and live arrival times for NJ PATH trains.

Capabilities

  • Service Alerts: Real-time disruptions from Port Authority
  • Live Arrivals: Next train times via GTFS-Realtime
  • Line Status: Check all 4 PATH lines
  • Station Info: Arrivals for all 13 stations

Usage

The skill activates when you ask about PATH trains, delays, or service status.

Examples:

  • "Are there PATH delays?"
  • "When's the next train at Hoboken?"
  • "Is the HOB-33 running?"
  • "PATH status"

Programmatic Usage

Check current alerts:

import { getAlertsMessage } from 'nj-path-alerts';
const message = await getAlertsMessage();

Get live arrivals:

import { getStationArrivals } from 'nj-path-alerts';
const arrivals = await getStationArrivals('hoboken');

Check specific line:

const hobokenAlerts = await getAlertsMessage('HOB-33');

Data Sources

  • Alerts: Port Authority Everbridge API (official)
  • Arrivals: path.transitdata.nyc GTFS-RT feed
  • Update frequency: Alerts every 2-5 min, arrivals every 5 sec

Lines & Stations

Lines: HOB-33, JSQ-33, NWK-WTC, HOB-WTC

Stations: Newark, Harrison, Journal Square, Grove Street, Exchange Place, Newport, Hoboken, Christopher St, 9th St, 14th St, 23rd St, 33rd St, World Trade Center

Requirements

  • Node.js 18+
  • Internet access for API calls
  • No API keys required

Installation

openclaw skills install path-alerts

Or install from GitHub:

openclaw plugins install github:LiamSx45/openclaw-path-alerts
安全使用建议
This appears safe to install based on the available evidence. As with any skill, review its requested permissions and avoid granting credentials or write access unless they are clearly needed for your use case.
能力评估
Purpose & Capability
No artifact-backed mismatch between stated purpose and capability was identified in the available evidence.
Instruction Scope
SkillSpector reported no prompt-injection, scope-expansion, or unsafe instruction issues to verify.
Install Mechanism
No concerning install scripts, executable setup behavior, or hidden dependency actions were reported.
Credentials
No credential, session, profile, or broad local data access was reported in the supplied scans.
Persistence & Privilege
No evidence of persistence, privilege escalation, background workers, or long-running activity was reported.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install path-alerts-main
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /path-alerts-main 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of path-alerts (v1.0.0): - Provides real-time NJ PATH train service alerts, delays, and live arrival times. - Monitors official Port Authority alerts feed and GTFS-Realtime data. - Supports detailed queries by line and station for all PATH routes. - Simple installation; no API keys required. - Documentation includes usage examples and API integration details.
元数据
Slug path-alerts-main
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Path Alerts Main 是什么?

Get real-time NJ PATH train service alerts, delays, status updates, and live arrival times. Monitors official Port Authority alerts feed and GTFS-Realtime data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 Openclaw Path Alerts Main?

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

Openclaw Path Alerts Main 是免费的吗?

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

Openclaw Path Alerts Main 支持哪些平台?

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

谁开发了 Openclaw Path Alerts Main?

由 Liam Sawyer(@liamsx45)开发并维护,当前版本 v1.0.0。

💬 留言讨论