A comprehensive toolset for querying Austrian public transport data, including real-time departures, route planning, and service disruptions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install a-nach-b
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install a-nach-b using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust interface to the VOR AnachB (Verkehrsverbund Ost-Region) system, covering the entirety of Austria's public transport network. By leveraging the HAFAS (Hacon Fahrplan-Auskunfts-System) API, developers can integrate real-time data for trains, buses, trams, and metro services directly into their AI workflows through Openclaw Skills.
The skill enables agents to perform complex transit tasks such as finding unique station IDs, planning multi-modal trips between cities, and monitoring live delays. It is an essential utility for building travel assistants, logistics tools, or commuter automation scripts focused on the Austrian region.
To integrate this skill, ensure the shell scripts are available in your environment and have execution permissions. No specialized API keys are required for the demo endpoint usage within Openclaw Skills.
# Make scripts executable
chmod +x search.sh departures.sh route.sh disruptions.sh
# Test the setup by searching for a station
./search.sh "Stephansplatz"
The skill organizes public transport data into structured JSON responses. Key entities include:
| Entity | Key Fields |
|---|---|
| Station | name, extId (Station ID), coordinates (WGS84), type |
| Departure | line (U1, S1, RJ), direction, departure (time), delay, platform |
| Trip/Route | duration, changes, legs (array of segments with line info) |
| Disruption | category (TRAIN, BUS, etc.), message, priority |
LocMatch or TripSearch queries.Loading
A high-privilege local storage manager designed to create, secure, and operate hardened file servers for complex automation workflows.

A specialized workflow skill for developers to efficiently contribute code, triage issues, and automate pull requests for the OpenClaw ecosystem.

A specialized build skill to compile and package the native Clawdbot macOS menu bar application directly from source code.

A personalized IoT weather monitor that bridges ESP32 sensor data with your AI agent for real-time environmental insights.

A comprehensive integration for planning Austrian rail journeys and accessing real-time transit data through the ÖBB Scotty HAFAS API.

A comprehensive builder for generating end-to-end AI forecasting systems and PyTorch architectures for subseasonal-to-seasonal weather predictions.








































