← All skills
Tencent SkillHub · Data Analysis

SubwaySkill

Fetch 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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Fetch 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...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, main.go, internal/display/display.go, internal/station/station.go, internal/station/data/stations.csv

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

NYC Subway Departure Times

Run the subwayskill CLI to answer questions about NYC subway times.

Commands

# 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

Interpreting output

realtime: live data from MTA GTFS-RT feeds, shows relative times ("3 min") and absolute times scheduled: static GTFS schedule fallback, shows absolute times only — used when the requested time is beyond realtime coverage Directions show destination labels when available (e.g., "Manhattan-bound", "Coney Island-bound")

Tips

Station names are fuzzy-matched: "clinton" finds "Clinton-Washington Avs", "atlantic" finds "Atlantic Av-Barclays Ctr" If the user doesn't specify a station, run with no args to show all defaults If the user asks about a future time (e.g., "when's the 2 train at Bergen at 7pm?"), use -t HH:MM Use --json when you need to do further processing or comparisons An unknown station returns suggestions — relay those to the user

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Files2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • internal/display/display.go Files
  • internal/station/data/stations.csv Files
  • internal/station/station.go Files
  • main.go Files