maps

Geocode addresses, search POIs, route trips, and retrieve timezone data.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill maps-flyfiref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/FlyFireF/PersonalAgentAPP/tree/main/growth-companion/skills/productivity/maps
Command: npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill maps-flyfiref

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies location-based tasks, providing quick access to geocoding, POIs, routes, and timezones without the need for external APIs.

Core Features & Use Cases

  • Geocode Places: Convert addresses into latitude and longitude coordinates.
  • Find Nearby Places: Discover nearby POIs based on category and location.
  • Calculate Distances and Times: Get travel times and distances between locations.
  • Get Timezone Information: Find out the timezone for any location.
  • Use Case: Need to find a restaurant near your current location? Use this Skill to search for nearby dining options and get driving directions.

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 get latitude and longitude coordinates from an address without an API key?

You can perform geocoding to convert addresses into latitude and longitude coordinates without needing an external API key. This Skill handles the conversion directly using OpenStreetMap and Nominatim data.

How do I find nearby points of interest based on my current location?

You can find nearby points of interest (POIs) by providing your current location and a search category. The Skill queries the Overpass API to discover nearby dining options and other local places.

Can I calculate travel time and driving distance between two locations automatically?

Yes, you can calculate travel times and distances between locations. The Skill uses OSRM to compute routing details, providing accurate travel metrics for administrative workflows.

How do I find the timezone for a specific location coordinate?

You can retrieve timezone information for any specific location coordinate. The Skill utilizes TimeAPI.io to determine the correct timezone based on the provided geographic coordinates.

Do I need to set up external API keys to use geocoding and routing features?

No, you do not need to set up external API keys to use the geocoding and routing features. The Skill operates entirely without requiring external API authentication.

What is the best way to integrate location intelligence into administrative workflows?

The best way to integrate location intelligence into administrative workflows is by using a Skill that bundles geocoding, POI search, and routing. This provides quick access to geographic data without external dependencies.