What problem does it solve? Answering location questions — where an address is, what restaurants are nearby, how long a drive takes — normally requires signing up for a mapping provider, managing API keys, and learning a large API surface. This Skill gives the agent a ready-made, cost-aware wrapper around the Geoapify API so any location question can be answered with a single curl call, with no key management. ## Core Features & Use Cases - Geocoding & Reverse Geocoding: Convert addresses to coordinates and coordinates back to formatted addresses, plus autocomplete, postcode, and IP lookup. - Places Search: Find nearby restaurants, hotels, hospitals, and other POIs by category within a radius, using OpenStreetMap data. - Routing & Analysis: Compute A-to-B routes, isolines (reachability areas), route matrices, elevation, boundaries, and static map images, with explicit per-call pricing so expensive endpoints are avoided unless requested. - Use Case: A user asks "find coffee shops within 800 meters of 1 Market Street, San Francisco and tell me the walking time to the closest one." The agent geocodes the address, queries the places API with a circle filter, then runs a walking route to the top result. ## Quick Start Use the zipbox-geo skill to geocode "1 Market Street, San Francisco" and list the ten nearest restaurants within 800 meters.