A comprehensive tool for real-time Berlin public transport routing and departure information using the BVG API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bvg-route
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 bvg-route using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The BVG Route Planner is a specialized integration within the Openclaw Skills ecosystem designed to provide precise, real-time public transport navigation for Berlin. By interfacing with the v6.bvg.transport.rest API, this skill allows AI agents to calculate optimal travel paths across the city's extensive network of buses, trams, U-Bahn, and S-Bahn trains.
This skill is built for developers who need to empower their agents with local transit intelligence. It handles the complexities of Berlin's transport data, including the conversion of address strings into machine-readable IBNR codes and managing live delay updates. By using Openclaw Skills like this one, agents can provide users with actionable itineraries that include walking distances, platform details, and transfer instructions.
To deploy this skill within your Openclaw Skills configuration, ensure your agent has network access to the BVG REST API. No private API key is required for the public instance, but proper header configuration is recommended.
# Example of triggering a route search through the skill interface
# Ensure all address strings are URL encoded
curl "https://v6.bvg.transport.rest/locations?query=Alexanderplatz"
The skill organizes transit data using a structured taxonomy to ensure consistency across Openclaw Skills responses:
| Attribute | Description | Format |
|---|---|---|
| stopId | The 6-digit base IBNR code for a station | String (e.g., 900100003) |
| journeyId | Unique identifier for a specific trip option | String |
| refreshToken | Token used to fetch live updates for a journey | String |
| legs | Array of individual segments of a journey | List of Objects |
| stopovers | Intermediate stops along a single leg | Boolean Toggle |
Loading
A critical collection of safety protocols and automation scripts designed to protect configuration integrity and prevent authentication failures.

A comprehensive integration for saving, organizing, and managing articles and URLs using the Readeck API.

A powerful bookmarking skill that allows AI agents to save, list, and search links within a Karakeep instance.

Fetch current API documentation, version-specific guides, and verified code examples directly within your AI agent workflow.

A high-performance AI agent skill for scanning local directories and auditing file metadata using absolute paths.

An AI-powered utility for generating highly customizable QR codes and barcodes for various data types including URLs and WiFi configurations.








































