route-map-visualizer

Installation
SKILL.md

Visualizes pre-ordered routes and location maps via scripts/map_generator.py. Fully offline Python engine — no outbound HTTP from Python. Road geometry rendered directly when provided by a connector; OSRM used browser-side as a fallback when it is not.

Steps

1. Choose kind

Value Use when
"map" Plot locations only — no path (weather, CRM records, site lists)
"route" Ordered stops + path
"auto" Default — infers map unless stops key or round_trip hint

2. Resolve coordinates — per point, in order:

  1. lat/lon already present — from user, connector result, Dataverse, CRM, CSV, etc. Never overwrite.
  2. Alias match in assets/place_lookup.json
  3. Web-search the place's lat/lon, then add to payload
Installs
3
GitHub Stars
74
First Seen
Aug 30, 2026
route-map-visualizer — microsoft/cat-agent-skills