rejseplanen | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / rejseplanen

rejseplanen

maintained by clawdbot

star 230 account_tree 71 verified_user MIT License
bolt View GitHub

name: rejseplanen description: Query Danish public transport departures, arrivals, and journey planning via Rejseplanen API metadata: {"clawdbot":{"emoji":"🚂","os":["linux","darwin","win32"],"requires":{"bins":["node"]}}}

Rejseplanen - Danish Public Transport

Query real-time train and bus departures, arrivals, and plan journeys via the Rejseplanen API.

Commands

Search for stations

node {baseDir}/dist/rejseplanen.js search "København"

Departures

node {baseDir}/dist/rejseplanen.js departures Odense
node {baseDir}/dist/rejseplanen.js departures Odense --trains
node {baseDir}/dist/rejseplanen.js departures Odense --trains --to Aalborg

Arrivals

node {baseDir}/dist/rejseplanen.js arrivals Aalborg
node {baseDir}/dist/rejseplanen.js arrivals Aalborg --trains --from Odense

Trip planning

node {baseDir}/dist/rejseplanen.js trip Odense Aalborg
node {baseDir}/dist/rejseplanen.js trip Odense "Aalborg Vestby" --time 07:00

Journey details

Show all stops for a specific train:

node {baseDir}/dist/rejseplanen.js journey Odense 75

Options

  • --trains - Show only trains
  • --buses - Show only buses
  • --to <station> - Filter departures by destination
  • --from <station> - Filter arrivals by origin
  • --time HH:MM - Departures after specified time
  • --output json|text - Output format (default: text)
  • --json - Shorthand for --output json

JSON output

For programmatic parsing, use --json:

node {baseDir}/dist/rejseplanen.js departures Odense --json

Tips

  • Use search to find station IDs, then store frequently used ones for faster lookups
  • Station IDs can be used directly instead of names (e.g., 008600512 for Odense)

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 230
GitHub Forks 71
Created Jan 2026
Last Updated 6 months ago
tools tools health fitness

Related Skills

biomni
chevron_right
feature-planner
chevron_right
nightscout-cgm
chevron_right
whoopskill
chevron_right
2026-coach
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.