apify-logistics-and-delivery-routeslisted
Install: claude install-skill johnisanerd/claude-skill-logistics-and-delivery-routes
# Logistics and Delivery: Route Times and ETAs You Can Plan Against
Turn a list of lanes into a table of distances and travel times. Each lookup returns the driving, transit, walking, and cycling options for one origin and destination pair, so you can quote a delivery window, size a service area, or set a dispatch schedule from real route data.
## When to use this skill
- The user is planning or pricing logistics and delivery routes and needs distance plus ETA per lane.
- They want a drive-time or travel-time matrix across depots, stores, job sites, or customers.
- They want to check whether an address falls inside a service area or a promised delivery window.
- They dispatch field teams and need arrive-by or depart-at timing for a work order.
- They want transit analysis for a commute, a shift start, or a lane where driving is not the default.
Not for: multi-stop route optimization or a traveling-salesman solver (this Actor routes one pair at a time), finding the stops themselves (use the Google Maps Places API Actor), or live vehicle tracking.
## What each lane returns
One row per origin and destination pair:
- Headline numbers: `best_duration` ("8 min"), `best_distance` ("1.1 miles"), `directions_found`, `directions_count`.
- `durations`: the per-mode summary, one entry per mode with `travel_mode`, `duration` in seconds, and `formatted_duration`. A Manhattan test lane returned Driving, Transit, Walking, and Cycling from a single lookup. This is the field to build a