An OpenClaw skill for planning public transit trips in Norway using the Entur Journey Planner API.
Covers all operators (Vy, Ruter, Kolumbus, AtB, etc.) and all modes (bus, rail, tram, metro, ferry, coach) with real-time data.
- Trip planning — A to B with transfers, platforms, real-time delays
- Departure boards — Next departures from any stop
- Place search — Geocode Norwegian places to stop IDs
- Stop details — Quays, platforms, coordinates
No API key required. Free, open API.
Download entur-travel.skill from releases and install in OpenClaw:
openclaw skills install entur-travel.skill
Or clone this repo into your skills directory.
The script works without OpenClaw too:
python3 scripts/entur.py search "Oslo S"
python3 scripts/entur.py trip "Porsgrunn" "Oslo lufthavn"
python3 scripts/entur.py departures "NSR:StopPlace:59872" --limit 5MIT