Install
openclaw skills install path-alerts-mainGet real-time NJ PATH train service alerts, delays, status updates, and live arrival times. Monitors official Port Authority alerts feed and GTFS-Realtime data.
openclaw skills install path-alerts-mainGet real-time service alerts, delays, and live arrival times for NJ PATH trains.
The skill activates when you ask about PATH trains, delays, or service status.
Examples:
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');
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
openclaw skills install path-alerts
Or install from GitHub:
openclaw plugins install github:LiamSx45/openclaw-path-alerts