maps

Geocode addresses, find nearby places, and route with OpenStreetMap data.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill maps-humanerd-drew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill maps-humanerd-drew

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides efficient location-based intelligence, simplifying tasks like geocoding, finding places, and routing without the need for API keys.

Core Features & Use Cases

  • Geocoding: Convert addresses or place names into latitude and longitude coordinates.
  • Places of Interest (POIs): Discover nearby businesses, landmarks, and services.
  • Routing: Get turn-by-turn directions and travel time between locations.
  • Use Case: Need to find the nearest restaurant or get driving directions to a new destination? Use this Skill to quickly get the information you need.

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 geocoding and routing data without needing an API key?

You can perform geocoding, reverse geocoding, and routing without an API key by utilizing OpenStreetMap data and the OSRM routing service via Python command-line execution.

How do I find nearby places of interest using OpenStreetMap data?

To find nearby places of interest, the Skill queries OpenStreetMap data to discover nearby businesses, landmarks, and services based on your specified location coordinates.

Can I use Python command-line execution for turn-by-turn navigation and routing?

Yes, you can execute routing tasks from the Python command-line to retrieve turn-by-turn directions and travel time between locations using the OSRM routing service.

What is the best way to convert addresses into latitude and longitude coordinates?

The best way to convert addresses or place names into latitude and longitude coordinates is using the built-in geocoding feature powered by OpenStreetMap data.

Does this routing and POI discovery approach work without external API dependencies?

Yes, this location intelligence approach works without external API dependencies, relying entirely on OpenStreetMap data and OSRM for geocoding, POI discovery, and routing.