db-cli_skill
- JavaScript
8
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill mic92/mics-skills --skill db-cli- SKILL.md634 B
Overview
This skill provides a command-line interface to search Deutsche Bahn train connections across Germany. It finds routes, schedules, travel times, and platform details so you can plan trips or check real-time options quickly. The tool returns clear connection summaries including duration, transfers, and train types.
How this skill works
You invoke the CLI with origin and destination station names; by default it searches from the current time. You can supply explicit departure or arrival timestamps to target a specific schedule. The tool queries Deutsche Bahn connection data and formats results showing departure/arrival times, duration, number of transfers, train types (ICE, IC, RE, etc.), and platform information.
When to use it
- Planning intercity travel between German stations
- Checking next available connections and platform numbers before departure
- Comparing travel durations and number of transfers for route choices
- Searching with a specific departure or arrival time for schedule planning
- Quickly generating options for last-minute or future travel arrangements
Best practices
- Provide clear station names or common short forms to improve match accuracy
- Use the departure (-d) or arrival (-a) timestamp flags when you need a precise schedule
- Include date and time in ISO 8601 format for unambiguous queries
- Check platform info in results shortly before departure since realtime platform assignments can change
- Filter or scan results for direct connections when minimizing transfers matters
Example use cases
- Find next ICE connection from Berlin Hbf to München Hbf for same-day travel
- Plan a business trip by searching with a specific departure time to ensure arrival before a meeting
- Compare routes from Frankfurt to Hamburg to choose the fastest or fewest-transfer option
- Verify platform numbers and transfer times for a multi-leg itinerary
- Search with an arrival time to determine when you must depart to reach a given appointment
FAQ
Yes. If you omit a timestamp the CLI uses the current local time for the search.
How do I specify a departure or arrival time?
Pass a departure (-d) or arrival (-a) flag with an ISO 8601 datetime string to target a specific schedule.
What details are included in each result?
Each connection lists departure and arrival times, total duration, number of transfers, train types, and platform information.