oebb-scotty

Plan Austrian rail journeys and fetch station departures via the ÖBB mgate API.

6|1|Updated Nov 23, 2023
One-click install
npx skills add https://github.com/gmcabrita/dotfiles --skill oebb-scotty-gmcabrita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oebb-scotty
Source: https://github.com/gmcabrita/dotfiles/tree/main/.agents/skills/oebb-scotty
Command: npx skills add https://github.com/gmcabrita/dotfiles --skill oebb-scotty-gmcabrita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Austrian rail travel planning and real-time schedule lookups for ÖBB trains, including departures, arrivals, and disruption alerts.

Core Features & Use Cases

  • Locate stations and search for trips using LocMatch, TripSearch, and StationBoard.
  • Retrieve live departures/arrivals and monitor service disruptions across Austria and neighboring countries.
  • Integrate with a rail planner workflow to generate actionable itineraries and status updates.

Quick Start

Plan a journey from Wien Hbf to Salzburg Hbf for tomorrow at 08:00 and display the best option with departure times and platforms.

Frequently Asked Questions about oebb-scotty

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

FAQPage Schema
How do I plan an Austrian rail trip and get departure times and platforms?

To plan an Austrian rail trip, you specify the origin, destination, and desired departure time. The planner locates stations via LocMatch and calls the ÖBB mgate API to return structured results including times, platforms, and train names.

Can I fetch live station departures and arrivals for ÖBB trains?

Yes, you can fetch live station departures and arrivals for ÖBB trains. The StationBoard operation queries the ÖBB mgate API with proper authentication headers to retrieve real-time schedule data for your specified station.

Does the Austrian rail planner support monitoring service disruptions across neighboring countries?

The Austrian rail planner supports monitoring service disruptions across Austria and bordering countries. It queries the ÖBB mgate API to fetch disruption alerts, allowing you to track real-time service statuses for your journey.

What is the best way to search for train connections between Vienna and Salzburg?

The best way to search for train connections is using the TripSearch operation against the ÖBB mgate API. You provide the start and end locations along with the travel time, and it returns the best available routes with accurate departure and arrival details.

Do I need to handle API authentication headers manually to fetch Austrian rail schedules?

No, you do not need to manually handle API authentication to fetch Austrian rail schedules. The trip planner automatically injects the required authentication headers when calling the ÖBB mgate API to ensure successful data retrieval.