geocoding-skill

Converts addresses to coordinates and vice versa via Google Maps Geocoding API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Geocoding-skill removes the manual effort of translating between human addresses and machine-friendly GPS coordinates so you can reliably use locations in automated workflows.

Core Features & Use Cases

  • Address to coordinates (geocode): Turn an address into latitude/longitude for maps, scheduling, and location-aware logic.
  • Coordinates to address (reverse geocode): Convert latitude/longitude into a formatted, standardized address for reporting and verification.
  • Use Case: If you want to share your destination via messaging, geocode the address to get exact lat/lng and then send it as a map-ready location payload.

Quick Start

Use geocoding-skill to geocode “1600 Amphitheatre Parkway, Mountain View, CA” into GPS coordinates.

Frequently Asked Questions about geocoding-skill

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

FAQPage Schema
How do I convert a street address to GPS coordinates for automation workflows?▼

To convert a street address to GPS coordinates, you use geocoding to translate the text into latitude and longitude. This process prepares structured location data for map lookups, scheduling, and location-aware logic.

Can I convert latitude and longitude back into a formatted address?▼

Yes, you can convert latitude and longitude back into a formatted address by using reverse geocoding. This translates machine-friendly GPS coordinates into a standardized, human-readable address for reporting and verification.

Does this geocoding process work with Google Maps?▼

Yes, the geocoding process works with Google Maps by integrating directly with the Google Maps Geocoding API. It requires a service type and either an address or lat/lng to return accurate location results.

What is the best way to normalize location data for messaging apps?▼

The best way to normalize location data for messaging apps is to geocode the destination address into exact lat/lng. You can then send the resulting coordinates as a map-ready location payload within your message nodes.

How do I handle common errors when converting addresses to coordinates?▼

To handle common errors when converting addresses to coordinates, the geocoding process includes built-in error handling. This ensures your location-aware automation workflows continue running smoothly even when API requests encounter issues.