← All skills
Tencent SkillHub Β· Developer Tools

Mvg

Munich public transport (MVG) CLI and S-Bahn live tracking. Use for departure times, route planning, nearby stations, service alerts, and real-time S-Bahn po...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Munich public transport (MVG) CLI and S-Bahn live tracking. Use for departure times, route planning, nearby stations, service alerts, and real-time S-Bahn po...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, mvg_cli.py, pyproject.toml

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

MVG CLI

Munich public transport from the terminal. Uses the unofficial MVG API (bgw-pt/v3) β€” no auth needed.

Setup

CLI: python3 <skill_dir>/mvg_cli.py Dependencies: Python 3, urllib (stdlib only) S-Bahn Live: Requires node + ws module for WebSocket connection

Commands

# Station search mvg search "Marienplatz" # Departures mvg departures "Marienplatz" mvg departures "Marienplatz" --type ubahn --limit 20 mvg departures "Daglfing" --offset 5 # +5min walking time # Route planning (stations or addresses) mvg route "Marienplatz" "Garching" mvg route "Hauptstr. 1, MΓΌnchen" "Flughafen" # address support mvg route "Pasing" "Ostbahnhof" --time "08:30" --mode less-changes # Nearby stations mvg nearby # default coords mvg nearby 48.1351 11.5820 # Service alerts mvg alerts mvg alerts --station "Marienplatz" # Lines mvg lines --type sbahn # S-Bahn live tracking (real-time via geOps WebSocket) mvg live # all S-Bahn lines mvg live --line S3 # specific line All commands support --json for machine-readable output.

Transport Type Filters

Use with --type or --exclude: ubahn, sbahn, bus, tram, bahn (RE/RB), regionalbus, ruftaxi

Route Options

--mode: fast (default), less-changes, less-walking --walk-speed: slow, normal (default), fast --accessible: wheelchair-accessible routes only --via "Station": route via intermediate stop --arrive: interpret --time as arrival time

API Notes

Base URL: https://www.mvg.de/api/bgw-pt/v3/ Endpoints: /locations, /departures, /routes, /stations/nearby, /lines, /messages Arrival time in route responses: use to.plannedDeparture (not plannedArrival) S-Bahn live: wss://api.geops.io/realtime-ws/v1/ with GET sbm_full + SUB sbm_full + BBOX Delays from geOps are in milliseconds

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • mvg_cli.py Scripts
  • pyproject.toml Files