Google Maps — геолокация и маршруты через CLI

★ 7.4 · integration

gog-maps is a Claude Code skill that performs Google Maps operations via the gog CLI tool. It exposes five commands: directions (routing between locations), distance (travel distance and duration matrix), geocode (address to coordinates), reverse-geocode (coordinates to address), and places (Google Maps Places API search). The skill requires an explicit --account flag and recommends inspecting the API contract with gog schema maps --json before use. Flags like --readonly and --dry-run prevent unintended data mutations, while --no-input enables safe execution inside automated pipelines and AI agents. It is well-suited for geolocation lookups, route planning, and address enrichment workflows built on top of Claude Code.