anachb

Query real-time Austrian public transport data via VAO HAFAS API endpoints.

2.8k|212|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/mitsuhiko/agent-stuff --skill anachb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: anachb
Source: https://github.com/mitsuhiko/agent-stuff/tree/main/skills/anachb
Command: npx skills add https://github.com/mitsuhiko/agent-stuff --skill anachb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill provides quick access to real-time Austrian public transport information, including station search, departures, route planning, and disruption checks, enabling rapid travel planning and situational awareness for users.

Core Features & Use Cases

  • Search stations/stops by name to obtain IDs and coordinates for planning.
  • Fetch real-time departures for a given station to track upcoming trains, buses, and trams.
  • Plan routes between two locations, with suggested itineraries and transfer details.
  • Check disruptions across the network to adapt plans on the fly.

Quick Start

Use the skill to look up a station, view departures, or plan a trip:

  • Search for Wien Hauptbahnhof: ./search.sh "Wien Hauptbahnhof"
  • View departures: ./departures.sh 490134900 5
  • Plan a route: ./route.sh 490132000 490134900 3

Frequently Asked Questions about anachb

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

FAQPage Schema
How do I query real-time Austrian public transport departures from the command line?▼

You can query real-time Austrian public transport departures by running a shell script that uses curl to access VAO HAFAS API endpoints and jq to parse the JSON responses, providing a station ID and result count.

What do I need to check Austrian transport disruptions and plan routes?▼

To check Austrian transport disruptions and plan routes, you need curl and jq installed in your environment to fetch and parse JSON data from the VAO HAFAS API endpoints.

Can I search for Austrian station names and coordinates for route planning?▼

Yes, you can search for Austrian station names and coordinates for route planning by executing a search script with the station name, returning matching station IDs and coordinates.

Does this approach work for fetching real-time transit data across Austria?▼

Yes, querying the VAO HAFAS API works for fetching real-time transit data across Austria, supporting station search, departures, route planning, and disruptions nationwide.

What is the best way to plan a route between two Austrian transport stations?▼

The best way to plan a route between two Austrian transport stations is using a route planning script, providing origin and destination station IDs to receive suggested itineraries and transfer details.