{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mvg-cli",
    "name": "Mvg",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Lars147/mvg-cli",
    "canonicalUrl": "https://clawhub.ai/Lars147/mvg-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mvg-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mvg-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "mvg_cli.py",
      "pyproject.toml"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "mvg-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T21:43:41.532Z",
      "expiresAt": "2026-05-12T21:43:41.532Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mvg-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mvg-cli",
        "contentDisposition": "attachment; filename=\"mvg-cli-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "mvg-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mvg-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mvg-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/mvg-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mvg-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mvg-cli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "MVG CLI",
        "body": "Munich public transport from the terminal. Uses the unofficial MVG API (bgw-pt/v3) — no auth needed."
      },
      {
        "title": "Setup",
        "body": "CLI: python3 <skill_dir>/mvg_cli.py\nDependencies: Python 3, urllib (stdlib only)\nS-Bahn Live: Requires node + ws module for WebSocket connection"
      },
      {
        "title": "Commands",
        "body": "# Station search\nmvg search \"Marienplatz\"\n\n# Departures\nmvg departures \"Marienplatz\"\nmvg departures \"Marienplatz\" --type ubahn --limit 20\nmvg departures \"Daglfing\" --offset 5          # +5min walking time\n\n# Route planning (stations or addresses)\nmvg route \"Marienplatz\" \"Garching\"\nmvg route \"Hauptstr. 1, München\" \"Flughafen\"  # address support\nmvg route \"Pasing\" \"Ostbahnhof\" --time \"08:30\" --mode less-changes\n\n# Nearby stations\nmvg nearby                                     # default coords\nmvg nearby 48.1351 11.5820\n\n# Service alerts\nmvg alerts\nmvg alerts --station \"Marienplatz\"\n\n# Lines\nmvg lines --type sbahn\n\n# S-Bahn live tracking (real-time via geOps WebSocket)\nmvg live                                       # all S-Bahn lines\nmvg live --line S3                             # specific line\n\nAll commands support --json for machine-readable output."
      },
      {
        "title": "Transport Type Filters",
        "body": "Use with --type or --exclude: ubahn, sbahn, bus, tram, bahn (RE/RB), regionalbus, ruftaxi"
      },
      {
        "title": "Route Options",
        "body": "--mode: fast (default), less-changes, less-walking\n--walk-speed: slow, normal (default), fast\n--accessible: wheelchair-accessible routes only\n--via \"Station\": route via intermediate stop\n--arrive: interpret --time as arrival time"
      },
      {
        "title": "API Notes",
        "body": "Base URL: https://www.mvg.de/api/bgw-pt/v3/\nEndpoints: /locations, /departures, /routes, /stations/nearby, /lines, /messages\nArrival time in route responses: use to.plannedDeparture (not plannedArrival)\nS-Bahn live: wss://api.geops.io/realtime-ws/v1/ with GET sbm_full + SUB sbm_full + BBOX\nDelays from geOps are in milliseconds"
      }
    ],
    "body": "MVG CLI\n\nMunich public transport from the terminal. Uses the unofficial MVG API (bgw-pt/v3) — no auth needed.\n\nSetup\nCLI: python3 <skill_dir>/mvg_cli.py\nDependencies: Python 3, urllib (stdlib only)\nS-Bahn Live: Requires node + ws module for WebSocket connection\nCommands\n# Station search\nmvg search \"Marienplatz\"\n\n# Departures\nmvg departures \"Marienplatz\"\nmvg departures \"Marienplatz\" --type ubahn --limit 20\nmvg departures \"Daglfing\" --offset 5          # +5min walking time\n\n# Route planning (stations or addresses)\nmvg route \"Marienplatz\" \"Garching\"\nmvg route \"Hauptstr. 1, München\" \"Flughafen\"  # address support\nmvg route \"Pasing\" \"Ostbahnhof\" --time \"08:30\" --mode less-changes\n\n# Nearby stations\nmvg nearby                                     # default coords\nmvg nearby 48.1351 11.5820\n\n# Service alerts\nmvg alerts\nmvg alerts --station \"Marienplatz\"\n\n# Lines\nmvg lines --type sbahn\n\n# S-Bahn live tracking (real-time via geOps WebSocket)\nmvg live                                       # all S-Bahn lines\nmvg live --line S3                             # specific line\n\n\nAll commands support --json for machine-readable output.\n\nTransport Type Filters\n\nUse with --type or --exclude: ubahn, sbahn, bus, tram, bahn (RE/RB), regionalbus, ruftaxi\n\nRoute Options\n--mode: fast (default), less-changes, less-walking\n--walk-speed: slow, normal (default), fast\n--accessible: wheelchair-accessible routes only\n--via \"Station\": route via intermediate stop\n--arrive: interpret --time as arrival time\nAPI Notes\nBase URL: https://www.mvg.de/api/bgw-pt/v3/\nEndpoints: /locations, /departures, /routes, /stations/nearby, /lines, /messages\nArrival time in route responses: use to.plannedDeparture (not plannedArrival)\nS-Bahn live: wss://api.geops.io/realtime-ws/v1/ with GET sbm_full + SUB sbm_full + BBOX\nDelays from geOps are in milliseconds"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Lars147/mvg-cli",
    "publisherUrl": "https://clawhub.ai/Lars147/mvg-cli",
    "owner": "Lars147",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mvg-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/mvg-cli",
    "agentUrl": "https://openagent3.xyz/skills/mvg-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mvg-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mvg-cli/agent.md"
  }
}