Use this skill when the user wants a map URL, directions link, or location search link.
Workflow:
- •Read the destination text from the user request.
- •URL-encode it.
- •Return a Google Maps link in
action_task_finished.
Primary link format:
- •Search URL:
https://www.google.com/maps/search/?api=1&query={destination}
Optional navigation link format:
- •Directions URL:
https://www.google.com/maps/dir/?api=1&destination={destination}
Output format guidelines:
- •Return exactly one best URL unless user asks for alternatives.
- •Add one short line explaining what the link opens.