google-cloud-vision
Installation
SKILL.md
Google Cloud Vision
Google Cloud Vision is a cloud-based image recognition service. Developers use it to analyze image content, detect objects, and extract text using powerful machine learning models. It's useful for applications needing image analysis, OCR, or content moderation.
Official docs: https://cloud.google.com/vision/docs
Google Cloud Vision Overview
- Image
- Annotations
BatchAnnotateImages— Detects features in multiple images.AnnotateImage— Detects features in a single image.
- Annotations
Use BatchAnnotateImages for multiple images, AnnotateImage for a single image.
Working with Google Cloud Vision
This skill uses the Membrane CLI to interact with Google Cloud Vision. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills