maps

Geocode places and retrieve nearby POIs, routes, and timezones via open data sources.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill maps-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/productivity/maps
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill maps-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Geolocation tasks such as geocoding, reverse lookup, nearby POI discovery, routing, and timezone information are simplified by a single tool leveraging free OpenStreetMap data sources.

Core Features & Use Cases

  • Geocoding and reverse geocoding to turn names into coordinates and vice versa.
  • Nearby POI search across multiple categories using Overpass with geo-aware results.
  • Distance, directions, and time calculations between locations using OSRM.
  • Timezone lookup for coordinates to support global planning.

Quick Start

Geocode a place name to coordinates and view nearby POIs with a single command.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I geocode place names to coordinates using open data sources?

Geocode place names to coordinates by querying open data sources like Nominatim. The Skill sends HTTP requests to retrieve exact latitude and longitude for location queries, including robust error handling and multi-mirror fallbacks for reliable results.

Can I find nearby points of interest and calculate travel routes without an API key?

Find nearby points of interest using Overpass and calculate travel routes via OSRM without an API key. The Skill leverages free OpenStreetMap data to search POIs across multiple categories and compute travel distances, directions, and times.

What is the best way to get timezone information for specific coordinates in a chat workflow?

Get timezone information for specific coordinates by passing latitude and longitude to the Skill. It fetches timezone data from open sources, supporting global planning and location intelligence directly within chat agent workflows.

Does this routing and geocoding Skill require any external dependencies to run?

No external dependencies are required to run this Skill. It uses Python stdlib with HTTP requests to access open data sources like Nominatim, Overpass, and OSRM, ensuring zero setup barriers for location intelligence tasks.

How does reverse geocoding work when I only have coordinates and need the place name?

Reverse geocoding works by sending coordinates to open data sources like Nominatim to retrieve the corresponding place name. The Skill handles this lookup process, turning latitude and longitude data back into readable location names.