maps

Geocode places, search POIs, calculate routes, and retrieve timezones via OpenStreetMap data.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill maps-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/srivtx/supercharger-opencode/tree/main/documents/maps
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill maps-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides fast and efficient location intelligence by enabling users to geocode places, find nearby Points of Interest (POIs), calculate distances and travel times, and retrieve timezone information without the need for external APIs or API keys.

Core Features & Use Cases

  • Geocode Places: Convert free-form queries into coordinates and address details.
  • Find Nearby POIs: Search for places within a given radius or by address, including support for multiple categories.
  • Calculate Distances: Determine road distance and travel time between two locations.
  • Use Case: Imagine you want to find the nearest restaurant to your current location. With this Skill, you can geocode your current location, search for restaurants nearby, and even get directions and estimated travel times.

Quick Start

To find Italian restaurants near your current location, run: python3 /path/to/maps/search "Italian restaurants near me"

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 an API key?

Geocoding locations without an API key is possible using open-source data sources like OpenStreetMap, Nominatim, and Overpass API, which convert free-form text queries into precise coordinates and address details.

What is the best way to calculate travel distance and time between two addresses?

The best way to calculate travel distance and time is by using OSRM routing, which determines road distance and estimated travel times between two locations without requiring external API dependencies.

Can I search for Points of Interest within a specific radius using OpenStreetMap?

Yes, you can search for Points of Interest within a specific radius using the Overpass API, which allows you to find nearby places by address or proximity across multiple categories.

Does this routing and geocoding approach work for productivity workflows without external dependencies?

Yes, this routing and geocoding approach works for productivity workflows without external dependencies by relying entirely on open-source data sources like Nominatim and OSRM for location-based services.

How do I retrieve timezone information for a geocoded location?

To retrieve timezone information for a geocoded location, the skill provides timezone retrieval alongside coordinate conversion using open-source mapping data without requiring external API keys.

What are the limitations of using open-source data sources for distance calculations?

Limitations of using open-source data sources like OSRM for distance calculations include potential rate limits and data freshness constraints compared to commercial routing APIs, though no external API keys are required.