Install
openclaw skills install subwayskillFetch NYC subway departure times. Use when the user asks about subway trains, commute times, when the next train is, or NYC transit schedules. Covers all sub...
openclaw skills install subwayskillRun the subwayskill CLI to answer questions about NYC subway times.
# All default stations (Clinton-Washington C, Bergen 2/3, 7 Av Q, Atlantic Av 4/5)
subwayskill
# Specific line and station (fuzzy match — lowercase, partial names work)
subwayskill C clinton-washington
subwayskill 2 bergen
# Filter direction: N (northbound/Manhattan) or S (southbound/Brooklyn)
subwayskill 2 bergen -d N
# Future time — automatically falls back to static schedule
subwayskill 2 bergen -t 19:00
# JSON output for structured data
subwayskill --json
subwayskill C clinton-washington --json
# Control time window (minutes)
subwayskill 2 bergen -w 60
-t HH:MM--json when you need to do further processing or comparisons