What problem does it solve? Developers working on the mdeAI Medellín concierge app need correct, current guidance for integrating Google Maps Platform APIs—Places API (New), Maps JavaScript API, Gemini Maps grounding, and 20+ batch APIs—without hitting deprecated endpoints, billing surprises, or Terms of Service violations. ## Core Features & Use Cases - Places API (New) enrichment: Field-mask patterns, Node.js client examples, and Medellín-anchored location bias for seeding venue data (place_id, maps_url, lat/lng) into Supabase. - Gemini Maps grounding: Sequential call patterns, intent gating with English/Spanish GEO_PATTERNS, quota guards, and ToS-compliant attribution for live geo chat queries. - Universal CLI (gmaps.py): A stdlib-only Python client covering geocoding, routes, places, weather, air quality, solar, and more for batch operations. - Use Case: When implementing a "restaurants near me open now" chat feature, follow the skill's intent-gate and sequential grounding call pattern to return cited, structured results without exceeding the 500/day free tier. ## Quick Start Ask the assistant to show how to enrich a Medellín venue with Places API (New) field masks using the mde-maps skill.