google-cloud-translate
Installation
SKILL.md
Google Cloud Translate
Google Cloud Translate is a service that provides dynamic machine translation of text. Developers use it to integrate multilingual support into their applications and websites, allowing users to translate content between different languages.
Official docs: https://cloud.google.com/translate/docs
Google Cloud Translate Overview
- Translation
- Text — Text to be translated.
- Language — Target language for translation.
Working with Google Cloud Translate
This skill uses the Membrane CLI to interact with Google Cloud Translate. 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