Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Queries Austrian public transport via the HAFAS API (VOR AnachB). Covers real-time departures, route planning, station search, and service disruptions for trains, buses, trams, U-Bahn, and S-Bahn across Austria.
Provides Austria-wide real-time transit data including delays and disruptions in a single API, without needing a commercial transit data subscription.
When to use it
- Check next U-Bahn departures from Wien Stephansplatz
- Plan a train trip from Vienna to Linz with transfer options
- Find the station ID for a stop in Salzburg
- Get current bus disruptions before commuting
- Look up platform and delay info for an intercity train
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What are the next departures from Wien Hauptbahnhof?
- 1Run search.sh to confirm the station ID for Wien Hauptbahnhof
- 2Call departures.sh with station ID 490060200
- 3Parse response for line name, direction, scheduled time, and delay fields
- 4Format results into a readable departure board
List of upcoming departures including line, destination, scheduled time, and current delay in minutes