TopRank Skills

Official OpenClaw rules 36%

cta

Chicago CTA transit — real-time L train arrivals, bus predictions, service alerts, and route info. Use when the user asks about Chicago public transit, L train schedules, CTA bus times, service alerts, or nearby stops.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cta 技能。 若已安装,则直接安装 cta 技能。

Overview

Skill Key
brianleach/cta
Author
brianleach
Source Repo
openclaw/skills
Version
-
Source Path
skills/brianleach/cta
Latest Commit SHA
1ac6d12eeadfd98c9dcec281c013bb1589b166a1

Extracted Content

SKILL.md excerpt

# CTA Chicago Transit

Real-time Chicago CTA transit data — L train arrivals, bus predictions, service alerts, and route information. Requires free API keys for train and bus data; alerts work without any keys.

## When to Use

- User asks about CTA, L train, Blue Line, Red Line, Brown Line, or any Chicago rail line
- User asks about Chicago bus routes, bus tracker, or train tracker
- User asks "when is the next train" or "is the Red Line running" in a Chicago context
- User mentions specific CTA stations (O'Hare, Midway, Clark/Lake, Belmont, etc.)
- User asks about CTA fares, Ventra, or how to ride Chicago transit
- User asks about CTA service alerts, delays, or detours
- User asks about nearby stops or route information in Chicago

## Data Sources

CTA uses 3 proprietary REST APIs. Train Tracker and Bus Tracker require free API keys. Customer Alerts is open access.

### Train Tracker API (requires `CTA_TRAIN_API_KEY`)

Get a free key at: https://www.transitchicago.com/developers/traintrackerapply/

| Endpoint | Description |
|----------|-------------|
| Arrivals by station (`mapid`) | Train arrivals at a parent station |
| Arrivals by stop (`stpid`) | Train arrivals at a directional stop |
| Train positions (`rt`) | Live positions of all trains on a line |
| Follow a run (`runnumber`) | Track a specific train run |

Data refreshes approximately once per minute. Daily limit: 50,000 requests per key.

### Bus Tracker API v2 (requires `CTA_BUS_API_KEY`)

Get a free key at: https://www.transitchicago.com/developers/bustracker/

| Endpoint | Description |
|----------|-------------|
| Predictions by stop | Bus arrival predictions at a stop |
| Predictions by vehicle | Predictions for a specific bus |
| Vehicle locations | Live bus positions on a route |
| Routes list | All active bus routes |
| Route directions | Available directions for a route |
| Stops for route/direction | All stops along a route |

Bus data updates approximately every 30 seconds.

### Customer Aler...

README excerpt

# :metro: CTA Chicago Transit — OpenClaw Skill

> **Real-time Chicago transit data for your OpenClaw agent.** Get L train arrivals, bus predictions, service alerts, and route info for all CTA services.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Node.js 18+](https://img.shields.io/badge/node-18%2B-green.svg)](https://nodejs.org)
[![ClawHub](https://img.shields.io/badge/ClawHub-Skill-green.svg)](https://clawhub.ai)

---

## Why This Skill?

**For anyone who rides CTA and wants:**
- Real-time L train arrivals — know exactly when the next train comes
- Bus predictions — see when your bus will arrive at your stop
- Live vehicle tracking — see where trains and buses are right now
- Service alerts — know about delays, detours, and disruptions before you leave
- Stop and route lookup — find the nearest stop or explore a route's path

**How it works:**
Data comes from CTA's three official APIs — [Train Tracker](https://www.transitchicago.com/developers/traintracker/), [Bus Tracker](https://www.transitchicago.com/developers/bustracker/), and [Customer Alerts](https://www.transitchicago.com/developers/alerts/). Train and bus data require free API keys. Alerts always work with no key.

---

## Quick Start

### Step 1: Get Your API Keys (free)

1. **Train Tracker key:** Apply at https://www.transitchicago.com/developers/traintrackerapply/
2. **Bus Tracker key:** Apply at https://www.transitchicago.com/developers/bustracker/

### Step 2: Set Environment Variables

```bash
cp .env.example .env
# Then edit .env and add your keys:
# CTA_TRAIN_API_KEY=your-train-key-here
# CTA_BUS_API_KEY=your-bus-key-here
```

### Step 3: Install the Skill

```bash
# Copy to your skills directory
cp -r cta-skill ~/.openclaw/skills/cta

# Or for a workspace-specific install:
cp -r cta-skill <workspace>/skills/cta
```

### Step 4: Download Transit Data

```bash
# One-time download of routes, stops, and schedules
node scripts/cta.mjs refresh-gtfs
```

Note: Re-run...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.