google-address-validation
Installation
SKILL.md
Google Address Validation
Google Address Validation is a service that validates and standardizes postal addresses. Developers use it to improve address accuracy, reduce delivery errors, and enhance the user experience in applications that require address input.
Official docs: https://developers.google.com/maps/documentation/address-validation/overview
Google Address Validation Overview
- Address
- Validation — Validates the address.
Working with Google Address Validation
This skill uses the Membrane CLI to interact with Google Address Validation. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
Related skills