at-transport

Retrieve live Auckland Transport GTFS-RT data for stops, departures, alerts, and vehicles.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill at-transport
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: at-transport
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/at-transport
Command: npx skills add https://github.com/thecolab-ai/.skills --skill at-transport

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It eliminates the manual effort of finding and interpreting real-time Auckland Transport information by providing a single agent-friendly interface to live transit data.

Core Features & Use Cases

  • Real-time departures from a stop code or stop ID, including delay and vehicle context.
  • Service alerts for active disruptions across the Auckland network.
  • Stop discovery by name/code/ID and nearby stop search from lat/lon.
  • Live vehicle positions with optional route filtering and a network status summary for situational awareness.
  • Use case: An agent can answer “When is the next bus from Britomart, and is there an active disruption?” by combining stop search (if needed), then departures, plus alerts.

Quick Start

Ask for departures at stop code 11814 and request a machine-readable result using: "Get the next departures from 11814 as JSON."

Frequently Asked Questions about at-transport

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time Auckland Transport departures for a specific stop?

Check active service alerts across the Auckland Transport network to identify disruptions affecting routes or stops. The Skill retrieves live GTFS-RT alert data, enabling agents to combine disruption notices with real-time departure tracking for situational awareness.

Can I track live vehicle positions on the Auckland public transport network?

Track live vehicle positions across the Auckland public transport network with optional filtering by route. The Skill queries GTFS-RT vehicle position endpoints, returning real-time location data suitable for monitoring active fleet movements and generating network status summaries.

How do I find nearby public transport stops using latitude and longitude coordinates in Auckland?

Find nearby public transport stops by passing latitude and longitude coordinates to the geospatial lookup endpoint. The Skill performs a nearby stop search against AT GTFS data, returning available stops in proximity to the requested location for departure and route queries.

Do I need an AT API key to access Auckland Transport real-time GTFS data?

An AT API subscription key is required, configured through the AT_API_KEY environment variable, to access read-only HTTP integrations with AT public GTFS and GTFS-RT endpoints. The Skill uses this key for authentication when retrieving stops, departures, alerts, and vehicle positions.