maps

Performs location searches, geocoding, reverse geocoding, and POI lookups via OpenStreetMap and Overpass API without requiring an API key.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bailynlove/STARK-TOWER --skill maps-bailynlove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/bailynlove/STARK-TOWER/tree/main/opencrew/skills/productivity/maps
Command: npx skills add https://github.com/bailynlove/STARK-TOWER --skill maps-bailynlove

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of location intelligence by providing a wide array of location-based commands without the need for API keys.

Core Features & Use Cases

  • Geocoding: Convert place names to coordinates.
  • Reverse Geocoding: Get address information from coordinates.
  • POI Search: Find points of interest like restaurants, hospitals, etc., within a given area or at specific coordinates.
  • Distance & Time: Calculate travel time and distance between locations.
  • Directions: Obtain turn-by-turn navigation directions.
  • Timezone Lookup: Find the current timezone and time for any location.
  • Area & Bounding Box: Obtain the bounding box and area information for a given place.
  • Use Case: A user can quickly find the location of a restaurant, check the travel time to their destination, and get navigation directions, all with just a few commands.

Quick Start

Use the maps skill to find the coordinates of the Eiffel Tower.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I perform geocoding and POI search without an API key?

You can perform geocoding and POI search without an API key by using this Skill to query open data sources like OpenStreetMap and Overpass API, returning coordinates and points of interest instantly.

Can I get turn-by-turn navigation directions and travel time between locations?

Yes, you can get turn-by-turn navigation directions and travel time. The Skill calculates routing and distance metrics between specified locations using open mapping data without requiring external keys.

What is reverse geocoding and how does it work with coordinates?

Reverse geocoding converts geographic coordinates into readable address information. The Skill processes coordinate inputs against OpenStreetMap data to retrieve the corresponding address details for any specified location.

Does this location intelligence tool require any dependencies or paid API subscriptions?

No dependencies or paid API subscriptions are required. The Skill operates independently using scripts to query free open data sources, ensuring zero entry barriers for location intelligence tasks.

How do I find the current timezone and bounding box for a specific place?

To find the timezone and bounding box, the Skill processes place names against open data sources, returning the current local time, timezone identifier, and exact area boundaries for the requested location.