LaunchKit · 2026
Back to Skills

anachb

Austrian public transport (VOR AnachB) for all of Austria.

0
1.6k downloads
by @manmal

Setup & Installation

openclaw skills install @manmal/a-nach-b

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install a-nach-b

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.

INPUT

User asks: What are the next departures from Wien Hauptbahnhof?

AGENT
  1. 1Run search.sh to confirm the station ID for Wien Hauptbahnhof
  2. 2Call departures.sh with station ID 490060200
  3. 3Parse response for line name, direction, scheduled time, and delay fields
  4. 4Format results into a readable departure board
OUTPUT

List of upcoming departures including line, destination, scheduled time, and current delay in minutes