Creating Jet Lag-style animated travel route videos requires stitching together several non-trivial pieces: fetching real road or rail geometry, rendering a progressive drawing animation over a map basemap, and encoding the result to MP4. There is no single tool that does this end-to-end from the command line. travel-map-animator wraps all of it into one script callable from a Claude Code skill.
Anyone producing travel content — YouTube travel vloggers, trip-recap slide decks, Jet Lag: The Game fans, or anyone who wants a clean animated map to go with a journey story. The skill lets Claude Code invoke the renderer directly with coordinates the user supplies.
Original tool by @B0LLEX — https://github.com/B0LLEX/travel-map-animator
The skill/SKILL.md in that repo follows the standard Claude Code skill format and is the canonical skill definition.
python3 make_map_animation.py \
--start "10.7531,59.9110,Oslo" \
--end "5.3242,60.3929,Bergen" \
--title "Oslo - Bergen" --subtitle "~460 km" \
--output oslo_bergen.mp4 \
--zoom 7 --duration 5 --hold 2 --mode driving