geocoding-skill

Convert addresses to coordinates and coordinates to addresses via Google Maps Geocoding API.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/trohitg/MachinaOS --skill geocoding-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geocoding-skill
Source: https://github.com/trohitg/MachinaOS/tree/main/server/skills/travel_agent/geocoding-skill
Command: npx skills add https://github.com/trohitg/MachinaOS --skill geocoding-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts addresses to GPS coordinates and coordinates to formatted addresses using Google Maps Geocoding API.

Core Features & Use Cases

  • Geocode an address to obtain latitude and longitude.
  • Reverse geocode coordinates to retrieve a human-readable address.
  • Use with input-tools like gmaps_locations to automate location workflows.

Quick Start

Provide an address or coordinates to be geocoded.

Frequently Asked Questions about geocoding-skill

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

FAQPage Schema
How do I convert addresses to coordinates and back?

To convert addresses to coordinates and back, you can use geocoding to turn addresses into latitude and longitude, and reverse geocoding to convert coordinates into formatted addresses.

What is reverse geocoding for GPS coordinates?

Reverse geocoding for GPS coordinates is the process of converting latitude and longitude points into a human-readable, formatted address using a geocoding service.

Do I need a Google Maps API key to geocode addresses?

Yes, you need a Google Maps API key to geocode addresses. The skill requires Google Maps Geocoding API credentials setup to perform both address lookups and coordinate conversions.

How do I automate location workflows with geocoded data?

You can automate location workflows with geocoded data by integrating the coordinates with input-tools like gmaps_locations to process maps, forms, and logistics operations.

Can I use this geocoding skill for logistics and forms?

Yes, you can use this geocoding skill for logistics and forms. It covers address lookups and coordinate-to-address conversions across maps, forms, and location-based workflows.