maps

Geocode locations, find nearby POIs, and compute routes using OpenStreetMap data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/matlee0409/cronus --skill maps-matlee0409
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/matlee0409/cronus/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/matlee0409/cronus --skill maps-matlee0409

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Location intelligence tasks such as geocoding, POI discovery, routing, and timezone lookups often require paid services or ad-hoc data sources. This skill provides free, open data powered capabilities with a robust CLI and no API key required.

Core Features & Use Cases

  • Geocode place names to coordinates.
  • Find nearby POIs across 44 categories around a point.
  • Compute driving, walking, or cycling routes and durations.
  • Retrieve timezone information for coordinates.
  • Uses public Overpass mirrors and Nominatim for reliable access.

Quick Start

Geocode the Eiffel Tower using the maps skill.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I geocode locations and find nearby POIs without paid API keys?▼

You can geocode locations and find nearby POIs using OpenStreetMap data via Nominatim and Overpass integrations, which require no API keys. This skill provides free, open data capabilities for location intelligence tasks.

Can I compute driving, walking, and cycling routes using open data?▼

Yes, you can compute driving, walking, and cycling routes and durations using OSRM integrated with OpenStreetMap data. This allows you to perform route planning and logistics calculations without relying on paid routing services.

What's the best way to find nearby points of interest around a specific coordinate?▼

The best way to find nearby POIs is to use this skill's Overpass integration, which supports 44 categories around a given point. It queries open mapping data to return relevant nearby locations reliably.

Do I need to set up dependencies to use Nominatim and Overpass for mapping tasks?▼

No, you do not need to install dependencies or configure API keys to use Nominatim and Overpass. The skill uses public mirrors for reliable access and operates entirely with no external setup required.

Does this mapping skill support timezone lookups for specific coordinates?▼

Yes, the mapping skill supports retrieving timezone information for specific coordinates. This feature complements its geocoding and routing capabilities for comprehensive location-based queries.

When should I use open data routing instead of commercial mapping APIs?▼

You should use open data routing when your mapping apps, travel planning, or logistics workflows require free access and no API keys. It offers robust fallbacks and reliable routing using public Overpass mirrors.