maps

Geocode addresses, search POIs, calculate routes, and retrieve timezones via OpenStreetMap APIs.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill maps-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/skills/productivity/maps
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill maps-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies location-based queries, offering a comprehensive solution for geocoding, POI search, routing, and timezone information.

Core Features & Use Cases

  • Geocoding: Convert addresses and place names into latitude and longitude coordinates.
  • POI Search: Find points of interest (POIs) such as restaurants, hospitals, and more.
  • Routing: Calculate travel distances and times between locations.
  • Timezone Information: Retrieve timezone details for any location.
  • Use Case: Need to find the nearest restaurant near a specific location or calculate the travel time between two points? This Skill provides a streamlined solution.

Quick Start

Use the maps skill to find nearby restaurants at your current location.

Frequently Asked Questions about maps

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

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

Geocoding converts addresses and place names into latitude and longitude coordinates. This Skill uses OpenStreetMap and Nominatim to provide accurate coordinate retrieval for administrative workflows.

Can I find points of interest like restaurants near a specific location using OpenStreetMap?

Yes, POI search finds points of interest such as restaurants and hospitals using the Overpass API. It queries OpenStreetMap data to locate specific amenities near your target location.

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

Routing calculates travel distances and times between locations using OSRM. It provides optimized path data ideal for administrative workflows involving routing optimization and travel planning.

How do I retrieve timezone information for any given coordinate?

Timezone information retrieval uses TimeAPI.io to fetch timezone details for any location. It provides accurate time zone conversions required for administrative workflows involving global coordinates.

Do I need Python to use this geocoding and routing solution?

Yes, this solution requires Python 3.8 or higher and uses standard libraries. It leverages Python scripts to interact with OpenStreetMap, Overpass API, OSRM, and TimeAPI.io for location queries.