ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

entur-travel

Plan public transit trips in Norway using the Entur API. Covers all operators (Vy, Ruter, Kolumbus, etc.), all modes (bus, rail, tram, metro, ferry, coach). Use when: (1) planning a journey between places in Norway, (2) checking departure boards/next departures, (3) finding stop IDs or place names, (4) looking up real-time transit info. Triggers on questions about trains, buses, ferries, trams in Norway, getting to airports (Gardermoen, Torp, Flesland), or how do I get to X.

Why use this skill?

Use the Entur Travel skill for OpenClaw to plan public transit trips in Norway. Access real-time schedules for trains, buses, and ferries.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mmichelli/entur-travel
Or

What This Skill Does

The Entur Travel skill provides a comprehensive interface for navigating Norway's public transit network. By leveraging the open Entur API, the agent can fetch real-time journey plans, departure boards, and transit stop information across all major transport modes, including buses, trains, trams, metros, ferries, and air travel. This tool acts as an intelligent travel assistant that processes complex routing requests and simplifies them into human-readable transit summaries. It handles geocoding of place names, manages departure and arrival time constraints, and filters travel by specific transport modes, ensuring that users receive accurate and actionable transit intelligence.

Installation

To integrate the Entur Travel skill into your OpenClaw environment, use the command-line interface to execute the following command: clawhub install openclaw/skills/skills/mmichelli/entur-travel Once installed, the skill interacts with the Entur API directly. No additional API keys or complex configuration files are required, as it relies on the provided standalone Python script scripts/entur.py which utilizes the Python standard library for maximum compatibility and minimal overhead.

Use Cases

This skill is perfect for commuters, travelers, and planners within Norway. Key use cases include:

  • Daily Commuting: Quickly checking if your local bus or tram is running on time or if there are unexpected delays.
  • Intercity Planning: Organizing trips between major hubs like Oslo, Bergen, and Trondheim, including complex transfers between trains and local buses.
  • Airport Navigation: Finding the fastest route to major transit hubs such as Oslo Lufthavn (Gardermoen) or Flesland (Bergen).
  • Site Exploration: Identifying nearby stops or exploring the infrastructure of specific stations, including platform details and transport availability.

Example Prompts

  1. "How can I get from downtown Bergen to the airport by 09:00 tomorrow morning?"
  2. "What are the next departures for the tram from Majorstuen in Oslo?"
  3. "Show me the fastest train route from Oslo S to Trondheim for this afternoon, but exclude bus segments."

Tips & Limitations

To get the best results, use standard Norwegian place names, as the geocoder is optimized for local nomenclature. Always verify that your query includes specific time parameters if you have a strict deadline. Note that this skill is strictly for information and does not support ticket purchasing; users must use official operator apps for bookings. Furthermore, the skill is exclusively focused on the Norwegian network; international travel is supported only for the domestic portion of the trip. Always check the real-time status in the agent output, as the skill will explicitly highlight discrepancies between scheduled and expected arrival times when delays are present.

Metadata

Author@mmichelli
Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mmichelli-entur-travel": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#travel#norway#transit#public-transport#maps
Safety Score: 5/5

Flags: external-api, code-execution