maps

Geocode addresses, search points of interest, and calculate routes using OpenStreetMap and OSRM.

Updated May 9, 2026
One-click install
npx skills add https://github.com/robertbr123/Linket-Agent --skill maps-robertbr123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/robertbr123/Linket-Agent/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/robertbr123/Linket-Agent --skill maps-robertbr123

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies location-based queries, providing a streamlined way to find places, get directions, and manage time zones without the need for external tools.

Core Features & Use Cases

  • Geocode: Convert addresses into coordinates.
  • Reverse Geocode: Get addresses from coordinates.
  • Search: Find nearby points of interest (POIs) like restaurants, hospitals, and banks.
  • Distance and Time: Calculate the distance and travel time between two locations.
  • Direction: Get turn-by-turn navigation instructions.
  • Time Zone: Determine the timezone for a given location.
  • Area: Get information about a geographic area.
  • Use Case: You can use this Skill to find the nearest restaurant when you are out and about or to get directions to a new destination.

Quick Start

Use the maps skill to find nearby restaurants at my 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 coordinates for geocoding?

Geocoding converts physical addresses into geographic coordinates. This Skill uses OpenStreetMap data to map locations to latitude and longitude points for navigation and spatial reference.

Can I find nearby points of interest like restaurants using OpenStreetMap?

Yes, POI search finds nearby points of interest like restaurants, hospitals, and banks. The Skill queries OpenStreetMap data based on your current location to return relevant nearby places.

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

Calculate travel time and distance between two locations using OSRM routing. The Skill computes the route path and estimates travel duration based on the Open Source Routing Machine engine.

How do I get turn-by-turn navigation instructions?

Turn-by-turn navigation instructions are generated using OSRM. The Skill processes your start and end points to produce sequential directional steps for route guidance.

Can I determine the timezone for a specific location?

Yes, timezone inquiries determine the timezone for a given location. The Skill evaluates geographic coordinates to identify the corresponding local time zone for scheduling and time management.

Do I need external tools or dependencies to use this Skill?

No external dependencies are required. The Skill utilizes Python's standard library alongside OpenStreetMap data and OSRM for routing to perform location-based services.