# Send A nach B - AT Public Transport Service (VOR) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "a-nach-b",
    "name": "A nach B - AT Public Transport Service (VOR)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/manmal/a-nach-b",
    "canonicalUrl": "https://clawhub.ai/manmal/a-nach-b",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/a-nach-b",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=a-nach-b",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "departures.sh",
      "disruptions.sh",
      "route.sh",
      "search.sh",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/a-nach-b"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/a-nach-b",
    "downloadUrl": "https://openagent3.xyz/downloads/a-nach-b",
    "agentUrl": "https://openagent3.xyz/skills/a-nach-b/agent",
    "manifestUrl": "https://openagent3.xyz/skills/a-nach-b/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/a-nach-b/agent.md"
  }
}
```
## Documentation

### VOR AnachB - Austrian Public Transport API

Query Austrian public transport for real-time departures, route planning, and service disruptions using the HAFAS API.

### Quick Reference

ScriptPurposesearch.shFind stations/stops by namedepartures.shReal-time departures at a stationroute.shPlan a trip between two locationsdisruptions.shCurrent service disruptions

API: HAFAS (Hacon Fahrplan-Auskunfts-System)
Endpoint: https://vao.demo.hafas.de/gate

### 1. Search Stations/Stops

Find station IDs by name:

./search.sh "Stephansplatz"
./search.sh "Wien Hauptbahnhof"
./search.sh "Linz"
./search.sh "Salzburg Hbf"

Returns station names, IDs (extId), and coordinates.

Response fields:

name: Station name
extId: Station ID for use in other queries
type: S (Station), A (Address), P (POI)
coordinates: WGS84 coordinates (lon/lat in 1e-6 format)

### 2. Real-Time Departures

Get next departures from a station:

./departures.sh <station-id> [count]

# Examples:
./departures.sh 490132000        # Wien Stephansplatz, 10 departures
./departures.sh 490132000 20     # Wien Stephansplatz, 20 departures
./departures.sh 490060200        # Wien Hauptbahnhof
./departures.sh 444130000        # Linz Hbf
./departures.sh 455000100        # Salzburg Hbf

Response fields:

line: Line name (U1, S1, RJ, etc.)
direction: Final destination
departure: Scheduled departure time
delay: Delay in minutes (if any)
platform: Platform/track number

### 3. Route Planning

Plan a trip between two stations:

./route.sh <from-id> <to-id> [results]

# Examples:
./route.sh 490132000 490060200        # Stephansplatz → Hauptbahnhof
./route.sh 490132000 444130000 5      # Wien → Linz, 5 results
./route.sh "Graz Hbf" "Wien Hbf"      # Search by name (slower)

Response fields:

departure: Departure time
arrival: Arrival time
duration: Trip duration
changes: Number of transfers
legs: Array of trip segments with line info

### 4. Disruptions

Check current service disruptions:

./disruptions.sh [category]

# Examples:
./disruptions.sh            # All disruptions
./disruptions.sh TRAIN      # Train disruptions only
./disruptions.sh BUS        # Bus disruptions only

### Common Station IDs

StationIDWien Stephansplatz490132000Wien Hauptbahnhof490134900Wien Westbahnhof490024300Wien Praterstern490056100Wien Karlsplatz490024600Wien Schwedenplatz490119500Linz Hbf444116400Salzburg Hbf455000200Graz Hbf460086000Innsbruck Hbf481070100Klagenfurt Hbf492019500St. Pölten Hbf431543300Wiener Neustadt Hbf430521000Krems a.d. Donau431046400

Tip: Always use ./search.sh to find the correct station ID.

### Transport Types

CodeTypeICE/RJ/RJXHigh-speed trainsIC/ECInterCity/EuroCityREX/RRegional Express/RegionalSS-Bahn (suburban rail)UU-Bahn (Vienna metro)STRTram/StraßenbahnBUSBusASTDemand-responsive transport

### API Details (for advanced usage)

The scripts use the HAFAS JSON API. For custom queries:

curl -s -X POST "https://vao.demo.hafas.de/gate" \\
  -H "Content-Type: application/json" \\
  -d '{
    "svcReqL": [{
      "req": { ... },
      "meth": "METHOD_NAME",
      "id": "1|1|"
    }],
    "client": {"id": "VAO", "v": "1", "type": "AND", "name": "nextgen"},
    "ver": "1.73",
    "lang": "de",
    "auth": {"aid": "nextgen", "type": "AID"}
  }'

Available methods:

LocMatch - Location/station search
StationBoard - Departures/arrivals
TripSearch - Route planning
HimSearch - Disruptions/service messages
JourneyDetails - Details of a specific journey

### Tips

Find station IDs first: Always use search.sh to find the correct station ID before querying departures or routes.


Station vs Stop: Major stations have multiple platforms - the main station ID covers all platforms.


Real-time data: Departures include real-time delays when available.


Austria-wide: This API covers all Austrian public transport, not just Vienna.


Cross-border: Some routes extend to neighboring countries (Germany, Czech Republic, etc.).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: manmal
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/a-nach-b)
- [Send to Agent page](https://openagent3.xyz/skills/a-nach-b/agent)
- [JSON manifest](https://openagent3.xyz/skills/a-nach-b/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/a-nach-b/agent.md)
- [Download page](https://openagent3.xyz/downloads/a-nach-b)