A terminal-based interface for accessing real-time Munich public transport data and live S-Bahn tracking.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mvg-cli
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 mvg-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The MVG CLI skill provides a comprehensive terminal interface for Munich's public transport system. It leverages the unofficial MVG API to fetch real-time departures, plan routes, and locate nearby stations without requiring authentication. This integration is part of the Openclaw Skills ecosystem, enabling developers and users to interact with Munich's transit network directly through code or command-line prompts.
Beyond basic scheduling, it offers deep integration with S-Bahn live tracking via WebSockets, providing precise location data for trains. Whether you are building automation for your daily commute or integrating transit data into a custom dashboard, this skill streamlines access to Munich's U-Bahn, S-Bahn, tram, and bus networks.
To get started with this transit skill, ensure you have Python 3 installed. For live S-Bahn tracking, Node.js and the ws module are required. Openclaw Skills users should ensure the script is accessible in their environment path.
# Basic CLI setup
python3 mvg_cli.py
# Install WebSocket dependency for S-Bahn live tracking
npm install ws
The skill organizes data primarily through JSON responses for easy parsing. Below are the key data structures used in this tool:
| Component | Data Type | Description |
|---|---|---|
| Locations | JSON Array | Station names, IDs, and geographic coordinates. |
| Departures | JSON Object | Timestamps, line numbers, and delay information in minutes. |
| Routes | Nested JSON | Path details including walk times, transfers, and planned arrival/departure. |
| S-Bahn Live | WebSocket Feed | Real-time coordinate updates and delay offsets in milliseconds. |
Loading
A powerful CLI-based automation skill for managing grocery shopping, cart items, and delivery slots on Knuspr.de.

A Python-based CLI skill for searching pharmacy products and managing shopping carts on apohealth.de without authentication.

An AI-driven crypto trading and wallet management interface supporting swaps, perpetuals, and advanced market analysis across EVM and Solana chains.

Warrior System is a high-efficiency orchestration layer that synchronizes Neo, Gemini, and Grok models with advanced 4D data compression.

A robust Python-based CLI skill for managing Cookidoo meal plans, recipes, and shopping lists through an AI agent.

A human-in-the-loop content automation workflow for AI agents to draft, revise, and stage social media posts securely.








































