← ClaudeAtlas

apify-logistics-and-delivery-routeslisted

Plan and price logistics and delivery routes with the Apify Google Maps Directions API Actor (johnvc/google-maps-directions-api). Run one lane at a time (a depot to a stop, a technician to a job site, a store to a customer) and get distance, ETA, per-mode travel times, and turn-by-turn steps back as JSON, then loop lanes into a travel-time table, compare a depart-at against an arrive-by window, or refresh every corridor you watch on a schedule. Use when the user asks about logistics and delivery route planning, delivery ETA estimates, drive-time or travel-time matrices, field-service dispatch windows, service-area coverage checks, courier lane costing, or transit analysis for a commute. Pay-per-route billing, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-logistics-and-delivery-routes · ★ 0 · API & Backend · score 66
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