maps

Geocode addresses, search POIs, plan routes, and get timezone data via OpenStreetMap and OSRM.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies location-based tasks by providing geocoding, point of interest (POI) search, route planning, and timezone information using OpenStreetMap and OSRM.

Core Features & Use Cases

  • Geocoding: Convert addresses or place names into latitude and longitude coordinates.
  • POI Search: Find nearby places such as restaurants, hospitals, and hotels.
  • Route Planning: Calculate driving, walking, or cycling routes between locations.
  • Timezone Information: Get timezone details for any given location.
  • Use Case: Imagine you need to find the nearest coffee shop to your current location. Use this Skill to search for nearby cafes and receive a list of options with their addresses and distances.

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 find nearby points of interest like restaurants using geocoding?

To find nearby points of interest, perform a POI search by specifying your current location and target category like restaurants. The skill queries OpenStreetMap to return matching POIs with addresses and distance data.

Can I calculate driving or cycling routes between two coordinates?

Yes, you can calculate driving, walking, or cycling routes between locations. The skill uses OSRM for route planning, providing navigation path data and routing details based on your specified travel mode.

How do I convert an address into latitude and longitude coordinates?

Use the geocoding feature to convert addresses or place names into latitude and longitude coordinates. The skill processes your textual location input and queries OpenStreetMap to return precise geographical mapping data.

Do I need Python to get timezone information for a specific location?

Yes, retrieving timezone information requires Python 3.8 or higher. The skill utilizes the Python standard library to process location coordinates and return the corresponding timezone details for that specific geographical area.

What is the best way to integrate location intelligence into my application?

The best way to integrate location intelligence is using this skill's OpenStreetMap and OSRM services. It provides geocoding, POI search, route planning, and timezone data for applications requiring real-time location-based navigation assistance.

Why does geocoding fail to find my specific place name?

Geocoding fails when a place name is ambiguous, misspelled, or absent from the OpenStreetMap database. Ensure your address input is as specific and accurate as possible to retrieve correct latitude and longitude coordinates.