Google Maps Platform Agent Skills
September 15, 2026 · View on GitHub
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.
Skills in this Repo
| 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 |
Installation
Option 1: Skills CLI
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-skills
This 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)
Option 2: Gemini CLI Extension
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-skills
Option 3: Lovable installation
Install 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
Option 4: OpenAI Codex / ChatGPT Agent Plugin
This repository complies with the Agent Plugins 1.0 specification and is ready for use with OpenAI Codex and ChatGPT.
Local Testing via Marketplace Mock
To test the skill locally within Codex, configure a .agents/plugins/marketplace.json in your testing environment:
{
"name": "google-maps-platform",
"plugins": [
{
"name": "google-maps-platform",
"source": {
"source": "git-subdir",
"url": "https://github.com/googlemaps/agent-skills.git",
"path": "./",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE"
}
}
]
}
Contributing
See our CONTRIBUTING guide for guidance about reporting issues, suggesting new skills, and providing feedback.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Disclaimer
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.