← Back to Skills Marketplace
liamsx45

Openclaw Path Alerts Main

by Liam Sawyer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
32
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install path-alerts-main
Description
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.
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install path-alerts-main
  3. After installation, invoke the skill by name or use /path-alerts-main
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug path-alerts-main
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 32 downloads so far.

How do I install Openclaw Path Alerts Main?

Run "/install path-alerts-main" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Path Alerts Main free?

Yes, Openclaw Path Alerts Main is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Path Alerts Main support?

Openclaw Path Alerts Main is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Path Alerts Main?

It is built and maintained by Liam Sawyer (@liamsx45); the current version is v1.0.0.

💬 Comments