maps

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

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill maps-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/productivity/maps
Command: npx skills add https://github.com/moltis-org/moltis --skill maps-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Location-aware data tasks like geocoding a place, reverse-geocoding coordinates, and finding nearby points of interest across 44 categories require integrated access to open data sources and reliable routing. This Skill provides a unified interface to geocode, search, and route using OpenStreetMap, Overpass, and OSRM without API keys.

Core Features & Use Cases

  • Geocode a place name to coordinates and a display name
  • Reverse geocode coordinates to a structured address
  • Discover nearby POIs within a radius across multiple categories
  • Calculate driving, walking, or cycling distances and durations
  • Get turn-by-turn directions between two locations
  • Look up timezone information for a set of coordinates
  • Retrieve bounding box and area data for a named place and search within a rectangle

Quick Start

Geocode a place name and then search for nearby POIs within a radius.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I geocode a place name and find nearby points of interest without an API key?

You can geocode place names and search nearby POIs using OpenStreetMap and Overpass data sources without API keys. The Skill handles multi-category POI queries within a specified radius, returning coordinates and structured address data for location-based queries.

Can I calculate driving and walking routes with turn-by-turn directions using OSRM?

OSRM routing supports calculating driving, walking, and cycling distances and durations. The Skill computes routes across city-scale areas and provides turn-by-turn directions between two locations using free open data sources.

Does this geocoding and routing tool work in a Python 3 environment?

The geocoding and routing functions are designed for a Python 3 environment. It includes robust error handling with retries and fallbacks to ensure reliable geocoding, reverse geocoding, and nearby POI search operations.

What is the best way to reverse geocode coordinates to a structured address using open data?

Reverse geocoding converts coordinates to a structured address using OpenStreetMap data. The Skill retrieves bounding box and area data for named places, supporting location-based queries without requiring external API keys.

How do I look up timezone information for a set of coordinates?

Timezone lookup retrieves timezone information for a given set of coordinates. This feature integrates with geocoding and POI search to support comprehensive travel planning and location-based data tasks.

What categories of points of interest can I search for using Overpass?

Overpass POI search supports 44 categories with optional religion filters. The Skill queries nearby points of interest within a specified radius and can search within a bounding box rectangle across multiple categories.