google-cloud-vertex

Interact with Google Cloud Vertex AI and the Gemini API using Python SDKs and gcloud CLI.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill google-cloud-vertex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-cloud-vertex
Source: https://github.com/Umbral-Bot/umbral-agent-stack/tree/main/openclaw/workspace-templates/skills/google-cloud-vertex
Command: npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill google-cloud-vertex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, google-cloud-aiplatform, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of leveraging Google Cloud's advanced AI capabilities, including text generation, embeddings, and image creation, through the Gemini API and Vertex AI.

Core Features & Use Cases

  • Text Generation: Create content using Gemini models.
  • Embeddings: Generate vector representations of text for semantic search and analysis.
  • Image Generation: Create images using models like Imagen.
  • Multimodal Inputs: Process combinations of text and images.
  • Use Case: Generate marketing copy, create embeddings for a document search engine, or design product logos.

Quick Start

Use the google-cloud-vertex skill to generate text by asking it to explain Vertex AI in three lines.

Frequently Asked Questions about google-cloud-vertex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate text using the Gemini API in Google Cloud Vertex AI?

To generate text using the Gemini API in Google Cloud Vertex AI, you can use the provided Skill scripts to submit prompts via Python SDKs. This enables advanced AI text generation for tasks like creating marketing copy.

Do I need a Google API Key to use Vertex AI for embeddings and multimodal processing?

Yes, you need a Google API Key and Cloud Project configuration for authentication to use Vertex AI. This setup is required to access embeddings creation, multimodal processing, and model tuning features.

Can I process text and image combinations together with Google Cloud Vertex AI?

You can process multimodal inputs combining text and images with Google Cloud Vertex AI. This allows you to handle complex visual and textual data simultaneously using the Gemini API.

What's the best way to create vector embeddings for semantic search using Google Cloud Vertex AI?

The best way to create vector embeddings for semantic search with Google Cloud Vertex AI is by using the Skill's Python SDKs. These generate vector representations of text to enable semantic analysis and document search engines.

Does the google-genai dependency support image generation with Imagen models?

Yes, the google-genai dependency supports image generation with Imagen models in Vertex AI. You can use the provided scripts to generate images for use cases like designing product logos.