maps

Convert addresses to coordinates and calculate multi-modal routes via Nominatim and OSRM.

8|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/greghavens/triggerfish --skill maps-greghavens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/greghavens/triggerfish/tree/main/skills/bundled/maps
Command: npx skills add https://github.com/greghavens/triggerfish --skill maps-greghavens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies finding locations and planning routes by converting addresses to coordinates and calculating directions, eliminating the need for manual map lookups and route planning.

Core Features & Use Cases

  • Geocoding: Convert addresses into precise latitude and longitude coordinates.
  • Reverse Geocoding: Convert coordinates back into human-readable addresses.
  • Route Calculation: Determine driving, walking, or cycling directions between two or more points.
  • Use Case: Planning a road trip? Provide your starting point and destinations, and the Skill will calculate the optimal route, distance, and estimated travel time.

Quick Start

Use the maps skill to find driving directions from 1600 Pennsylvania Ave Washington DC to Times Square New York.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I get driving directions and calculate routes between multiple addresses?

To get driving directions, this Skill uses OSRM for multi-modal route planning, calculating optimal routes, distances, and estimated travel times between two or more points. It requires the web_fetch tool to interact with the routing API.

What is geocoding and how do I convert an address to latitude and longitude coordinates?

Geocoding is the process of converting human-readable addresses into precise latitude and longitude coordinates. This Skill performs address-to-coordinate conversion by interacting with the Nominatim API using the web_fetch tool.

Can I use open-source routing APIs for walking and cycling route planning?

Yes, you can use this Skill for walking and cycling route planning. It leverages open-source APIs to provide multi-modal routing services, determining directions and travel times for driving, walking, or cycling between locations.

Does reverse geocoding support converting coordinates back to a physical address?

Yes, reverse geocoding is fully supported. The Skill converts precise latitude and longitude coordinates back into human-readable addresses, simplifying location identification for logistics and travel planning.

Do I need any specific tools or dependencies to use this maps Skill?

Yes, you need the web_fetch tool to use this Skill. It relies on web_fetch to interact with the Nominatim API for geocoding tasks and the OSRM API for calculating multi-modal routing directions.

What is the best way to plan a road trip with multiple destinations using open-source maps?

The best way to plan a road trip is to provide your starting point and destinations to this Skill. It calculates the optimal route, total distance, and estimated travel time using open-source routing APIs to simplify travel logistics.