search-driving-distance

Estimate driving distance, duration, and cost between two cities.

4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/GeneralReasoning/env-skillsbench --skill search-driving-distance-generalreasoning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-driving-distance
Source: https://github.com/GeneralReasoning/env-skillsbench/tree/main/travel-planning/environment/skills/search-driving-distance
Command: npx skills add https://github.com/GeneralReasoning/env-skillsbench --skill search-driving-distance-generalreasoning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) components.

What problem does it solve?

Estimate driving/taxi duration, distance, and rough cost between two cities using the bundled distance matrix CSV. This helps travelers compare ground travel options and validate itinerary legs.

Core Features & Use Cases

  • Local distance matrix lookup for origin-destination pairs
  • Supports driving and taxi modes with cost estimation
  • Works offline with bundled data; can fall back to online API if a key is provided

Quick Start

Give an origin and destination to receive a distance, duration, and estimated cost.

Frequently Asked Questions about search-driving-distance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate driving distance and duration between two cities offline?

To estimate driving distance offline, the Skill parses a bundled local distance matrix CSV to return distance and duration metrics for origin-destination city pairs without requiring an internet connection.

Can I calculate taxi cost estimates for a road trip itinerary?

Yes, you can calculate taxi cost estimates for a road trip itinerary because the Skill applies a simple cost model to distance matrix lookups, supporting both driving and taxi modes for itinerary leg validation.

Does the driving distance lookup work without an API key?

The driving distance lookup works without an API key by relying on the bundled CSV distance matrix for offline travel planning, but can fall back to an online API lookup if a key is optionally provided.

What is the best way to compare ground transport options for travel planning?

The best way to compare ground transport options is using a distance matrix to estimate driving distance, duration, and rough cost, which produces a human-readable summary for quick travel planning and option comparison.

How do I parse distance strings from a CSV matrix for itinerary planning?

To parse distance strings from a CSV matrix for itinerary planning, the Skill uses built-in parsing logic to extract values and applies a simple cost model to generate human-readable travel estimates.