{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bahn",
    "name": "Deutsche Bahn CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tobiasbischoff/bahn",
    "canonicalUrl": "https://clawhub.ai/tobiasbischoff/bahn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bahn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bahn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bahn"
    },
    "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/bahn",
    "agentPageUrl": "https://openagent3.xyz/skills/bahn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bahn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bahn/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Deutsche Bahn CLI",
        "body": "Search train connections using the bahn-cli tool."
      },
      {
        "title": "Installation",
        "body": "The tool should be installed globally or in the workspace. If not installed:\n\ncd ~/Code/bahn-cli && npm install"
      },
      {
        "title": "Usage",
        "body": "Search train connections:\n\ncd ~/Code/bahn-cli && node index.js search \"<from>\" \"<to>\" [options]"
      },
      {
        "title": "Options",
        "body": "--date YYYY-MM-DD - Departure date (default: today)\n--time HH:MM - Departure time (default: current time)\n--results <number> - Number of results to show (default: 5)"
      },
      {
        "title": "Examples",
        "body": "Search connections from Hannover to Bonn:\n\ncd ~/Code/bahn-cli && node index.js search \"Hannover Hbf\" \"Bonn Hbf\" --results 3\n\nSearch with specific date and time:\n\ncd ~/Code/bahn-cli && node index.js search \"Berlin\" \"München\" --date 2026-02-05 --time 14:30"
      },
      {
        "title": "Station Names",
        "body": "Use common German station names\n\"Hbf\" means Hauptbahnhof (main station)\nExamples: \"Berlin Hbf\", \"München Hbf\", \"Frankfurt(Main)Hbf\", \"Köln Hbf\"\nStation names are case-insensitive"
      },
      {
        "title": "Output",
        "body": "The tool shows:\n\nDeparture and arrival times\nPlatform numbers\nDuration\nNumber of changes\nIntermediate stops for connections with changes\nTrain numbers (ICE, IC, RE, etc.)"
      },
      {
        "title": "Notes",
        "body": "The CLI uses the db-vendo-client library\nSome station names in output may show \"undefined\" (cosmetic issue, doesn't affect functionality)\nDirect connections are listed first\nTimes are in 24-hour format"
      }
    ],
    "body": "Deutsche Bahn CLI\n\nSearch train connections using the bahn-cli tool.\n\nInstallation\n\nThe tool should be installed globally or in the workspace. If not installed:\n\ncd ~/Code/bahn-cli && npm install\n\nUsage\n\nSearch train connections:\n\ncd ~/Code/bahn-cli && node index.js search \"<from>\" \"<to>\" [options]\n\nOptions\n--date YYYY-MM-DD - Departure date (default: today)\n--time HH:MM - Departure time (default: current time)\n--results <number> - Number of results to show (default: 5)\nExamples\n\nSearch connections from Hannover to Bonn:\n\ncd ~/Code/bahn-cli && node index.js search \"Hannover Hbf\" \"Bonn Hbf\" --results 3\n\n\nSearch with specific date and time:\n\ncd ~/Code/bahn-cli && node index.js search \"Berlin\" \"München\" --date 2026-02-05 --time 14:30\n\nStation Names\nUse common German station names\n\"Hbf\" means Hauptbahnhof (main station)\nExamples: \"Berlin Hbf\", \"München Hbf\", \"Frankfurt(Main)Hbf\", \"Köln Hbf\"\nStation names are case-insensitive\nOutput\n\nThe tool shows:\n\nDeparture and arrival times\nPlatform numbers\nDuration\nNumber of changes\nIntermediate stops for connections with changes\nTrain numbers (ICE, IC, RE, etc.)\nNotes\nThe CLI uses the db-vendo-client library\nSome station names in output may show \"undefined\" (cosmetic issue, doesn't affect functionality)\nDirect connections are listed first\nTimes are in 24-hour format"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tobiasbischoff/bahn",
    "publisherUrl": "https://clawhub.ai/tobiasbischoff/bahn",
    "owner": "tobiasbischoff",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bahn",
    "downloadUrl": "https://openagent3.xyz/downloads/bahn",
    "agentUrl": "https://openagent3.xyz/skills/bahn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bahn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bahn/agent.md"
  }
}