What problem does it solve?
This skill helps convert place names, addresses, and informal location descriptions into accurate GPS coordinates and resolves ambiguous or multiple search results so you can populate location fields reliably.
Core Features & Use Cases
- Nominatim-based geocoding strategies: exact name, name plus region, structured address queries, and alternative spellings to improve match quality.
- Result evaluation and selection using type relevance, importance score, display_name verification, and bounding box specificity.
- Practical use cases: finding coordinates for landmarks, geocoding businesses with city/country context, validating coordinates for notes, and graceful fallback when lookups fail.
- Operational guidance: enforce a 1 request/second rate limit, include a descriptive User-Agent header, and cache results to reduce repeated queries.
Quick Start
Use the skill to find the latitude and longitude for Eiffel Tower and return the best match with its display_name and bounding box.