maps

Query OpenStreetMap APIs for geocoding, POI search, routing, and timezones.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill maps-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/maps
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill maps-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for location-based queries, including geocoding, POI search, routes, and timezones, without the need for API keys.

Core Features & Use Cases

  • Geocoding: Convert place names to coordinates.
  • POI Search: Find points of interest within a specified area.
  • Routing: Get turn-by-turn directions between locations.
  • Timezone Information: Determine the local time for any location.
  • Use Case: Need to find the nearest restaurant to a user's current location? Simply use the nearby command with the desired category.

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 get turn-by-turn routing directions without an API key?

You can get turn-by-turn routing directions without an API key by querying the OSRM service. The maps skill handles routing requests internally to calculate paths between locations without requiring external authentication.

What is OpenStreetMap geocoding and how does it convert place names to coordinates?

OpenStreetMap geocoding is the process of converting human-readable place names into latitude and longitude coordinates. The maps skill queries Nominatim to perform this conversion, providing precise location data for any named place.

Do I need an API key to perform POI search and timezone lookups?

No API key is needed to perform POI search and timezone lookups. The skill queries Overpass API for points of interest and TimeAPI.io for timezone information, providing comprehensive location intelligence without external dependencies.

How do I find nearby points of interest within a specified area?

To find nearby points of interest, use the Overpass API integration with a specified area and category. The maps skill processes POI search queries to locate and return relevant amenities like restaurants within the defined geographic boundary.

Best way to determine local time for any location using timezone intelligence?

The best way to determine local time for any location is by using TimeAPI.io queries. The maps skill leverages this service to fetch accurate timezone information based on geographic coordinates, ensuring precise local time calculations.

Why does routing fail when querying locations outside OpenStreetMap coverage?

Routing fails outside OpenStreetMap coverage because OSRM relies on mapped road networks. If a geographic area lacks detailed street data in the OpenStreetMap database, the routing engine cannot calculate valid paths through unmapped regions.