A powerful CLI skill for searching German train connections, platforms, and schedules directly through an AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bahn
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 bahn using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Deutsche Bahn CLI skill allows AI agents to interact with the German rail network's data programmatically. By leveraging the bahn-cli tool, this skill provides a seamless way to fetch travel information including departure times, durations, and train types. It is an essential component for developers building travel-related automation within the Openclaw Skills ecosystem.
This skill bridges the gap between raw transport data and user-facing AI assistants, making it possible to plan trips, check for delays, or find platform information using simple natural language commands that the agent translates into CLI execution.
To get started with this skill, ensure you have Node.js installed and then set up the bahn-cli directory:
cd ~/Code/bahn-cli && npm install
You can then run searches directly to test the integration:
cd ~/Code/bahn-cli && node index.js search "Berlin Hbf" "Hamburg Hbf"
The skill returns structured data for each connection found. Below is the organization of the output data:
| Property | Description |
|---|---|
| Departure/Arrival | 24-hour format timestamps for the journey |
| Platform | The specific track number for boarding and arrival |
| Duration | The total time elapsed for the trip |
| Changes | Number of transfers required between trains |
| Train Number | The designation of the service (e.g., ICE, IC, RE) |
| Intermediate Stops | A list of stations for connections with transfers |
Loading
A reactive, type-safe state management library for Flutter that uses code generation to eliminate boilerplate and ensure compile-time safety.

A declarative routing package for Flutter that simplifies URL-based navigation and complex app flows through the Router API.

A comprehensive suite of five essential tools for building, automating, and managing professional AI agents within the OpenClaw ecosystem.

A comprehensive three-step workflow to proofread, optimize, and enhance the quality of Chinese articles and documents.

A powerful command-line interface for monitoring, controlling, and troubleshooting BambuLab 3D printers over local network protocols.

A comprehensive command-line interface for managing Fizzy kanban boards, cards, and team collaborations within automated workflows.








































