A real-time transit data integration for Austin CapMetro providing live vehicle tracking, arrivals, and service alerts via open data feeds.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install capmetro-skill
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 capmetro-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills integration enables AI agents to interact directly with Austin's CapMetro transit system. It leverages open-access GTFS and GTFS-RT feeds from the Texas Open Data Portal to provide up-to-the-minute information on bus and rail services without requiring an API key. By integrating this skill, users can query real-time vehicle positions, check for service disruptions, and plan trips across MetroRail, MetroRapid, and local bus routes.
The skill is designed for developers building Austin-centric assistants that need reliable, low-latency transportation data. It synthesizes complex Protobuf and JSON feeds into actionable insights, allowing an AI to provide precise arrival times and location-based transit advice to users navigating the Austin area.
First, ensure you have Node.js and unzip installed. Then, navigate to the skill directory and install the necessary dependencies for this Openclaw Skills component:
npm install protobufjs
Initialize the static transit database by running the refresh command:
node scripts/capmetro.mjs refresh-gtfs
This setup ensures you have the latest schedule data stored locally in ~/.capmetro/gtfs/ for optimal performance.
The skill organizes data into a local directory structure and processes real-time feeds as follows:
| Component | Location/Format | Description |
|---|---|---|
| Static GTFS | ~/.capmetro/gtfs/ |
Local cache of routes, stops, and schedules parsed from ZIP files. |
| Vehicle Positions | JSON/Protobuf | Real-time GPS coordinates and timestamps of active buses and trains. |
| Trip Updates | Protobuf | Estimated arrival times and delay offsets for specific stops. |
| Service Alerts | Protobuf | Text-based notifications regarding detours, cancellations, or disruptions. |
Loading
An automated IMAP scanner that uses local AI to classify and prioritize unread emails into actionable categories.

Turns idle agent heartbeat cycles into creative, freeform associative exploration and reflective journaling during quiet hours.

A comprehensive session tracker for AI agents that monitors token usage, API costs, and git activity via a CLI and web dashboard.

A high-precision automated trading bot for Polymarket BTC 5-minute prediction markets with a built-in risk-managed execution engine.

A real-time Chicago CTA transit integration providing live L train arrivals, bus predictions, and service alerts.

A powerful AI agent skill for accessing real-time Chicago Metra arrivals, vehicle tracking, and service alerts via GTFS-RT feeds.








































