oebb-scotty
✓Verified·Scanned 2/18/2026
Austrian rail travel planner (ÖBB Scotty). Use when planning train journeys in Austria, checking departures/arrivals at stations, or looking for service disruptions. Covers ÖBB trains, S-Bahn, regional trains, and connections to neighboring countries.
from clawhub.ai·v01b1b4f·22.0 KB·0 installs
Scanned from 1.0.0 at 01b1b4f · Transparency log ↗
$ vett add clawhub.ai/manmal/oebb-scotty
ÖBB Scotty Skill
Austrian rail travel planner using the ÖBB Scotty HAFAS API.
Tools
search-station.sh
Search for stations by name.
./search-station.sh "Wien Hbf"
./search-station.sh "Salzburg"
./search-station.sh "Flughafen Wien"
trip.sh
Plan a journey between two stations.
# Basic usage
./trip.sh "Wien Hbf" "Salzburg Hbf"
# With date and time
./trip.sh "Wien Hbf" "Salzburg Hbf" 20260109 0800
# With custom number of results
./trip.sh "Graz Hbf" "Innsbruck Hbf" 20260109 1200 10
departures.sh
Get departures from a station.
# Next departures
./departures.sh "Wien Hbf"
# Specific date/time
./departures.sh "Wien Hbf" 20260109 0800 20
arrivals.sh
Get arrivals at a station.
# Next arrivals
./arrivals.sh "Salzburg Hbf"
# Specific date/time
./arrivals.sh "Linz Hbf" 20260109 1200 15
disruptions.sh
Get current service disruptions.
./disruptions.sh
./disruptions.sh 50 # Get more results
Example Output
Trip Search
{
"date": "20260109",
"departure": {
"time": "07:57",
"platform": "8A-B",
"station": "Wien Hbf"
},
"arrival": {
"time": "10:49",
"platform": "7",
"station": "Salzburg Hbf"
},
"duration": "02h 52m",
"changes": 0,
"legs": [{
"train": "IC 544",
"category": "InterCity",
"direction": "Salzburg Hbf"
}]
}
Departures
{
"station": "Wien Hbf",
"departures": [{
"time": "08:00",
"platform": "N2",
"train": "Bus 200",
"direction": "Eisenstadt Busbahnhof"
}]
}
Common Stations
| Station | Notes |
|---|---|
| Wien Hbf | Vienna main station |
| Wien Meidling | Vienna south |
| Wien Westbahnhof | Vienna west |
| Salzburg Hbf | Salzburg main |
| Linz Hbf | Linz main |
| Graz Hbf | Graz main |
| Innsbruck Hbf | Innsbruck main |
| Klagenfurt Hbf | Klagenfurt main |
| Flughafen Wien | Vienna Airport |