maps

Geocode places, search POIs, route directions, and get timezones via open APIs.

471|92|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/jasonkneen/openclicky --skill maps-jasonkneen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/jasonkneen/openclicky/tree/main/AppResources/OpenClicky/OpenClickyBundledSkills/maps
Command: npx skills add https://github.com/jasonkneen/openclicky --skill maps-jasonkneen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides location-based information using free, open data sources, allowing users to perform geocoding, search for points of interest, find routes, determine timezones, and more without the need for API keys.

Core Features & Use Cases

  • Geocode: Convert place names to latitude and longitude coordinates.
  • Points of Interest (POIs): Search for nearby places by category, such as restaurants, hospitals, or hotels.
  • Routing: Get turn-by-turn navigation directions between locations.
  • Timezones: Obtain timezone information for specific coordinates.
  • Use Case: For a user traveling abroad, this Skill can be used to find nearby restaurants or to get driving directions from their hotel to the nearest landmark.

Quick Start

To find the coordinates of a place, type search "Central Park, New York".

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 to coordinates without an API key?

Geocoding without an API key is possible using OpenStreetMap and Nominatim data sources. This Skill converts place names to latitude and longitude coordinates without authentication, relying entirely on public data.

Can I find nearby points of interest like restaurants or hospitals using open data?

You can find nearby points of interest using the Overpass API. It searches for local businesses and amenities by category, such as restaurants or hospitals, using open data without any API key.

What's the best way to get turn-by-turn routing directions for free?

The best way to get free routing directions is using OSRM. This Skill provides turn-by-turn navigation between locations using OSRM, leveraging open data sources to calculate routes without needing a paid API key.

How do I determine the timezone for specific latitude and longitude coordinates?

To determine the timezone for specific coordinates, this Skill queries TimeAPI.io. It obtains accurate timezone information for any given latitude and longitude using this free service without authentication.

Does location intelligence with OpenStreetMap work for travel planning and local research?

Location intelligence with OpenStreetMap works effectively for travel planning and local business research. It combines geocoding, POI search, and routing to provide comprehensive location-based applications without API costs.