maps

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

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill maps-anilcan-kara
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill maps-anilcan-kara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Location intelligence and tooling to geocode names, identify nearby points of interest, and compute routes using open data sources, without API keys.

Core Features & Use Cases

  • Geocoding: turn place names into coordinates.
  • Nearby search: find POIs by category around a location with distance-based results.
  • Routing & distance: compute drive/walk/cycle routes, distances, and travel times.
  • Timezone lookup: fetch timezone information for coordinates.
  • Use Case: plan a local meetup, delivery route, or travel itinerary using free OpenStreetMap data.

Quick Start

Ask Maps to locate Times Square and show nearby cafes within 500 meters.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I geocode addresses and find nearby points of interest without an API key?▼

You can geocode addresses and find nearby POIs using open data sources like OpenStreetMap via Nominatim and Overpass API. It requires no API keys and supports distance-based sorting and deduplication of results.

Can I calculate driving, walking, or cycling routes using OpenStreetMap data?▼

Yes, you can calculate drive, walk, and cycle routes using OSRM and OpenStreetMap data. It computes travel distances and times, making it suitable for planning delivery routes or travel itineraries.

Does this geocoding and routing tool work with CLI workflows and chat assistants?▼

Yes, the geocoding and routing tool works with both chat-based assistants and CLI workflows. It uses a Python standard library client to fetch coordinates, POIs, and routes from open data sources.

What is the best way to get timezone data for specific coordinates?▼

The best way to get timezone data for coordinates is by using TimeAPI. It fetches timezone information based on latitude and longitude to support location intelligence tasks.

How do I find nearby cafes or specific category places around a location?▼

To find nearby places like cafes, query POIs by category around a location using the Overpass API. It supports multiple categories, distance-based sorting, and robust error handling for accurate results.