A CLI tool for fetching real-time NYC subway departure times and schedules directly within your AI agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install subwayskill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install subwayskill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
subwayskill is a specialized command-line utility designed for the NYC Transit system, allowing users to query departure times for all major subway lines including the 1-7, A-G, J, Z, L, N, Q, R, W, S, and SIR. By integrating this into your collection of Openclaw Skills, developers and AI agents can seamlessly provide commute updates, check schedules, and handle transit queries using live MTA GTFS-RT feeds or static schedule fallbacks. The tool is built to handle the complexities of the New York City subway system, providing both real-time arrival predictions and scheduled departure information.
This skill is particularly valuable for developers building local assistants or productivity tools that need to be aware of transit conditions. By leveraging Openclaw Skills, the agent can translate natural language queries like "when is the next Manhattan-bound C train" into precise CLI commands, returning accurate data from official transit feeds.
To add this to your collection of Openclaw Skills, install the binary using Go:
go install github.com/nyluke/subwayskill@latest
Ensure the subwayskill binary is in your system PATH so the AI agent can execute the tool via the Bash interface. No additional API keys are required as it utilizes public MTA data feeds.
The skill processes transit data and can output structured information. Below are the primary parameters used for queries:
| Parameter | Description | Example |
|---|---|---|
| Line | The specific subway line | 2, A, G, L |
| Station | Fuzzy-matched station name | clinton, bergen, atlantic |
| Direction | N (Northbound) or S (Southbound) | -d N |
| Time | Future time for static schedule lookup | -t 19:00 |
| Window | Duration in minutes to look ahead | -w 60 |
| Format | Output type for the agent to parse | --json |
Loading
A professional AI design consultant that analyzes web and mobile interfaces for usability, accessibility, and platform compliance.

A powerful automation tool that transforms a single product image into dozens of platform-ready TikTok and Instagram videos with AI voice-overs.

A comprehensive, read-only security auditing tool designed to identify vulnerabilities, credential leaks, and malicious components within your AI agent environment.

A professional forecasting skill that enables AI agents to analyze prediction markets and submit data-driven outcomes within the Openclaw Skills framework.

A centralized orchestration layer for managing agent-to-agent communication, Discord environments, and Notion-based task workflows.

A sophisticated long-term memory plugin for OpenClaw agents that automates fact extraction and contextual recall.








































