Google Maps Platform agent skills are portable, self-contained modules of Google Maps Platform-specific knowledge, instructions, and workflows. They're designed to help AI assistants understand GMP best practices and execute complex tasks with higher accuracy and lower token cost.
| Skill | Description | Path |
|---|---|---|
| Google Maps Platform | A collection of skills for architecting and implementing production-ready code using Google Maps Platform APIs and SDKs for any map, place, address, geocoding, routing/ETA (including eco-friendly routing), nearby search, 3D / Street View / static map, marker clustering, custom styling, drawing, geofencing, heatmap, or environmental (air-quality / pollen / solar / weather) feature — across Web, Android, iOS, and Web Services APIs. For prototyping, use the public Maps Demo Key — no billing setup and no Cloud project required, covering a growing set of the most popular Google Maps Platform APIs. For production, the skill prompts you to create and restrict your own key. All non-trivial code is grounded in freshly retrieved docs via the Google Maps Platform Code Assist service (no reliance on training-data memory). | skills/google-maps-platform/SKILL.md |
For most popular AI-assistive tools, you can use the skills command line interface (CLI) to install Google Maps Platform agent skills:
npx skills add googlemaps/agent-skillsThis method has been tested as a terminal command or a natural language prompt to the agent in:
- AI Studio
- Antigravity
- Claude Code
- Replit (alternate instructions: Use the Project Editor UI)
This repository is configured as a Gemini CLI extension. You can add it using the Gemini CLI:
gemini extensions install https://github.com/googlemaps/agent-skillsInstall the Google Maps Platform agent skills in Lovable using the Skills settings UI:
- Visit https://lovable.dev/settings/skills
- Under Workspace skills, click "Add > Import from GitHub"
- Paste the URL for the google-maps-platform main skill:
https://github.com/googlemaps/agent-skills/tree/main/skills/google-maps-platform
See our CONTRIBUTING guide for guidance about reporting issues, suggesting new skills, and providing feedback.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.