maps

Geocode addresses, reverse-geocode coordinates, and find nearby places from OpenStreetMap data.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill maps-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/productivity/maps
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill maps-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of turning place names, coordinates, and location pins into usable map intelligence, so users can answer where, how far, and how long questions quickly.

Core Features & Use Cases

  • Geocodes addresses and landmarks into latitude and longitude.
  • Reverse-geocodes coordinates into human-readable addresses and finds nearby places by category.
  • Computes driving, walking, or cycling distance and directions, and returns timezone and bounding-box data for area-based searches.
  • Use it when a user shares a location pin, asks for the nearest pharmacy, or needs step-by-step directions between two places.

Quick Start

Use the maps skill to find nearby cafes around Times Square and return the results with distances and Google Maps links.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I reverse geocode coordinates into a human-readable address?

Reverse geocoding converts latitude and longitude coordinates into human-readable addresses using OpenStreetMap data via Nominatim. You provide the coordinates, and the Skill returns the nearest matching address along with nearby points of interest based on category lookups.

Can I get turn-by-turn driving directions between two locations?

Turn-by-turn driving directions are computed using OSRM routing with OpenStreetMap data. The Skill supports driving, walking, and cycling modes, returning step-by-step directions along with distance and estimated travel time between the specified origin and destination.

What's the best way to find the timezone for a specific location?

Timezone lookup is performed using TimeAPI.io based on the geocoded coordinates of a location. The Skill resolves the place name into latitude and longitude first, then queries the timezone service to return the correct timezone identifier for assistant workflows.

Does this Skill support bounding-box queries for area-based searches?

Bounding-box queries are supported for area-based searches using OpenStreetMap data. You define geographic boundaries with coordinate pairs, and the Skill returns all matching points of interest or addresses within that rectangular region, useful for filtering results to a specific neighborhood or district.

How do I find nearby points of interest around a shared location pin?

Nearby points of interest are found using Overpass queries against OpenStreetMap data. The Skill performs category-based lookups around specified coordinates, returning matching POIs with distances and Google Maps links for easy navigation to the nearest pharmacy, cafe, or other requested category.

How do I find nearby points of interest around a shared location pin?

Nearby points of interest are found using Overpass queries against OpenStreetMap data. The Skill performs category-based lookups around specified coordinates, returning matching POIs with distances and Google Maps links for easy navigation to the nearest pharmacy, cafe, or other requested category.