db-cli/skill/SKILL.md
Search Deutsche Bahn train connections. Use for train routes, schedules, and travel times in Germany.
npx skillsauth add mic92/mics-skills db-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Station names are fuzzy-matched.
db-cli "Berlin Hbf" "München Hbf" # depart now
db-cli -d "2026-04-10T14:30" Frankfurt Hamburg # ISO departure
db-cli -d "in 30 minutes" Hamburg Frankfurt # relative
db-cli -a "by 18:00" Köln Stuttgart # arrive by (rolls to tomorrow if past)
db-cli -t Berlin München # Deutschlandticket only (no ICE/IC/EC)
db-cli -r 5 Berlin München # show 5 results (default 3)
Output: per-journey departure → arrival, duration, transfer count, per-leg train type and platforms. Ends with a pre-filled bahn.de booking URL.
tools
Get weather forecasts. Use for current weather/multi-day forecasts worldwide.
tools
Deploy and trigger Tasker tasks on Android via the Tasker WebUI and adb. Use for building Tasker automations from JSON.
tools
Take screenshots non-interactively. Use to see the screen, debug UI, or capture a specific region by coordinates.
tools
Persistent pexpect sessions. Use when automating interactive terminal programs (ssh, databases, debuggers, REPLs).