google-maps
Installation
SKILL.md
Google Maps
Use Google Maps Platform APIs with the Google Maps OAuth connector.
Troubleshooting
If requests fail, run:
zero doctor check-connector --env-name GOOGLE_MAPS_TOKEN
zero doctor check-connector --url https://geocode.googleapis.com/v4/geocode/address/Beijing --method GET
zero doctor check-connector --url https://places.googleapis.com/v1/places:searchText --method POST
zero doctor check-connector --url https://routes.googleapis.com/directions/v2:computeRoutes --method POST
The check-connector --url command verifies connector and firewall matching. It does not prove the Google API request body, field mask, billing, or project configuration is valid.