Open Maps directions URL
documentedOpen a Maps directions URL (api=1) with origin/destination.
GET /maps/dirMaps URLs APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://maps.google.com/maps/dir/?api=1&origin={{$origin}}&destination={{$destination}}&travelmode={{$travelmode}}&waypoints={{$waypoints}}" \
-X GET \
-H "Accept: text/html"