maps

Geocode addresses, reverse geocode coordinates, and query nearby places with OpenStreetMap tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive location intelligence, solving the challenges of geocoding, reverse geocoding, and finding nearby places.

Core Features & Use Cases

  • Geocoding: Convert addresses to latitude and longitude coordinates.
  • Reverse Geocoding: Find addresses for latitude and longitude coordinates.
  • POI Search: Locate nearby Points of Interest (POIs) within specified categories.
  • Travel Distance & Time: Calculate driving, walking, and cycling distance and time between two places.
  • Turn-by-Turn Directions: Generate step-by-step directions between two places.
  • Timezone Lookup: Get timezone information for a location.
  • Search Within a Bounding Box: Find POIs within a geographic area defined by coordinates.
  • Use Case: If a user needs to find nearby restaurants, they can use this Skill with the 'nearby' command to find and receive a list of restaurants with details such as address, distance, and a link to Google Maps for directions.

Quick Start

Use the maps skill to find restaurants near "Times Square, New York".

Frequently Asked Questions about maps

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

FAQPage Schema
How do I convert addresses to latitude and longitude coordinates for location intelligence?

Geocoding converts addresses to latitude and longitude coordinates using OpenStreetMap's Nominatim. You provide a text address, and the skill returns precise geographic coordinates for spatial data analysis.

Can I find nearby points of interest within a specific geographic bounding box?

Yes, you can locate nearby Points of Interest (POIs) within specified categories using Overpass. Define a geographic area by coordinates, and the skill returns matching POIs with address, distance, and map directions.

What's the best way to calculate travel distance and time between two locations?

Calculate driving, walking, and cycling travel distance and time between two places using OSRM. The skill computes routing metrics and can also generate step-by-step turn-by-turn directions for navigation support.

How do I get timezone information for a specific location?

Timezone lookup retrieves timezone information for a location using TimeAPI. Provide coordinates or an address, and the skill returns the applicable timezone data for event coordination and operational workflows.

Does this geocoding skill work with Python's standard library and open-source tools?

Yes, the skill requires Python's standard library alongside open-source tools Nominatim, Overpass, OSRM, and TimeAPI. No additional proprietary dependencies are needed to perform reverse geocoding and location-based queries.

Can I find an address using latitude and longitude coordinates?

Reverse geocoding finds addresses for latitude and longitude coordinates using Nominatim. You provide geographic coordinates, and the skill returns the corresponding street address and administrative location details.