This is the complete Google Maps Platform API client you'd want if you're building anything location-aware. It hits 20+ APIs directly via CLI, no browser required, from the obvious ones like geocoding and directions to the newer environmental APIs for air quality, pollen, and solar potential. The skill enforces two smart rules: it tells you immediately when an API isn't enabled (and offers to help fix it via Playwright) instead of silently failing, and it asks before generating HTML since you might just want JSON or a text summary. Setup is straightforward with an API key in your .env file, though you'll need to manually enable each API you use in Google Cloud Console. Pure Python standard library, no dependencies.
npx skills add https://github.com/tivojn/google-maps-api-skill --skill google-maps-api