When the user needs to identify nearby public transit stations relative to a specific location. This skill searches for transit stations (MRT, subway, bus, etc.) within a specified radius of given coordinates, returning station names, distances, and accessibility information to determine optimal boarding points.
Find the nearest public transit station(s) to a given location and provide detailed information to help the user choose the optimal boarding point for their journey.
google_map-maps_geocode to obtain precise coordinates and formatted address.google_map-maps_search_places with:
google_map-maps_distance_matrix with:
google_map-maps_directions with:
local-web_search or fetch-fetch_markdown to:
If the user requests saving station lists to a file:
filesystem-write_file to create the fileroutine.txt