search-driving-distance

Estimate driving distance and duration between two cities from a bundled distance matrix CSV.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill search-driving-distance
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: search-driving-distance
Source: https://github.com/KaiserWhoLearns/skillsbench/tree/main/tasks/travel-planning/environment/skills/search-driving-distance
Command: npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill search-driving-distance

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires pandas, and includes scripts (resource) components.

What problem does it solve?

Quickly estimate driving distance and duration between two cities using a bundled distance matrix, helping travelers compare routes and plan itineraries.

Core Features & Use Cases

  • Local distance lookup from a bundled distance matrix CSV for fast results.
  • Basic cost estimation based on distance to aid quick travel budgeting.
  • Scenario planning for comparing travel options across routes.

Quick Start

Ask the tool to return the driving duration, distance, and estimated cost between two cities using the bundled distance matrix.

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 for travel planning?โ–ผ

Estimate driving distance and duration by querying a bundled distance matrix CSV with origin and destination cities. The tool returns travel time, mileage, and basic cost estimation for itinerary validation and budgeting.

Can I calculate travel costs using a local distance matrix instead of an API?โ–ผ

Yes, you can calculate travel costs using a local distance matrix CSV containing origin, destination, duration, and distance columns. The tool performs basic cost estimation based on the retrieved distance for quick budgeting.

What's the best way to compare driving routes for itinerary validation?โ–ผ

Compare driving routes by querying the bundled distance matrix for multiple origin and destination pairs. This enables scenario planning to validate itineraries and compare ground travel options across different city combinations.

Do I need an API key to look up driving distance and time?โ–ผ

No, an API key is optional. The tool primarily relies on a bundled local distance matrix CSV for fast results, but supports an optional API key if you need to extend lookup capabilities beyond the bundled data.

How does bundled distance matrix lookup work for ground travel cost estimation?โ–ผ

Bundled distance matrix lookup works by matching your queried cities against a local CSV file containing predefined origin, destination, duration, and distance data. It then applies basic cost estimation formulas to the matched distance.

What are the limitations of using a bundled CSV for driving distance estimation?โ–ผ

Using a bundled CSV limits driving distance estimation to only the origin and destination pairs pre-populated in the file. Real-time traffic, dynamic route changes, and cities outside the bundled matrix are not supported without an optional API key.