rejseplanen
Installation
SKILL.md
Rejseplanen Public Transport Skill
Plan journeys, check departures/arrivals, and search for stops/stations across all Danish public transport (trains, buses, metro, light rail) via the Rejseplanen API. Requires an API access ID — users must set the REJSEPLANEN_ACCESS_ID environment variable.
Setup
How to obtain REJSEPLANEN_ACCESS_ID
- Go to the Rejseplanen API access page
- Fill out the request form with your name, email, and a brief description of your use case
- Rejseplanen will email you an access ID (typically within a few business days)
- Set it as an environment variable:
export REJSEPLANEN_ACCESS_ID=your_access_id_here
To make it permanent, add the export line to your shell profile (~/.bashrc, ~/.zshrc, etc.).
Related skills