maps

Geocode locations, search nearby places, and compute routes using open data sources.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill maps-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/nadicodeai/argo-agent/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill maps-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Geocode locations, discover nearby places, and compute routes using open data sources.

Core Features & Use Cases

  • Geocoding: convert place names or addresses into coordinates using OpenStreetMap/Nominatim.
  • Nearby search & POI discovery: find points of interest within a radius across multiple categories via Overpass with multi-category support and distance sorting.
  • Routing and travel info: compute road distance and directions between two points using OSRM, plus timezone data via TimeAPI.io.

Quick Start

Geocode a location, search for nearby POIs, and compute a route using the maps client.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I geocode addresses to coordinates using OpenStreetMap data?

Geocode addresses to coordinates by converting free-text place names into latitude and longitude using OpenStreetMap and Nominatim. The process returns structured data including names, coordinates, distance, and map links.

Can I compute road distance and routing directions with OSRM?

Compute road distance and routing directions between two points using OSRM. It also provides timezone data via TimeAPI.io, utilizing open data sources with fallbacks and robust error handling for resilient location services.

Does this geocoding tool support coordinate inputs alongside free-text?

Yes, the geocoding tool supports both free-text and coordinate inputs to resolve locations for map-based tasks. It merges multi-category results and outputs structured location data including names, lat/lon, distance, and maps links.

What are the limitations of using open data sources for POI discovery and routing?

Limitations of using open data sources for POI discovery and routing include potential rate limits and data completeness variations. However, it uses fallbacks and robust error handling across Nominatim, Overpass, and OSRM to provide resilient location services.