003-jeremy-vertex-ai-media-master

Comprehensive Google Vertex AI multimodal mastery for Jeremy - video processing (6+ hours), audio generation, image creation with Gemini 2.0/2.5 and Imagen 4. Marketing campaign automation, content generation, and media asset production.

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category productivity
Version 1.0.0
Stars 1,193
Downloads 2
self.md verified
Table of content

Comprehensive Google Vertex AI multimodal mastery for Jeremy - video processing (6+ hours), audio generation, image creation with Gemini 2.0/2.5 and Imagen 4. Marketing campaign automation, content generation, and media asset production.

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/003-jeremy-vertex-ai-media-master

Contents

Folders: commands, skills

Files: LICENSE, README.md

Documentation

Comprehensive Google Vertex AI multimodal mastery for video processing, audio generation, image creation, and marketing automation.

Version Category Google Cloud

๐ŸŽฏ Purpose

This plugin makes Claude Code an expert in Google Vertex AI’s multimodal capabilities, with automatic activation for video, audio, image, and text processing workflows focused on marketing applications.

โœจ Key Features

๐ŸŽฅ Video Processing (Gemini 2.0/2.5)

๐ŸŽต Audio Generation (Lyria Model)

๐Ÿ–ผ๏ธ Image Generation (Imagen 4)

๐Ÿ“ข Marketing Automation

๐Ÿš€ Installation

# Install the plugin
/plugin install 003-jeremy-vertex-ai-media-master@claude-code-plugins-plus

๐Ÿ“‹ Components

Agent Skills (1)

Slash Commands (1)

๐Ÿ’ก Usage Examples

Generate Marketing Campaign

/vertex-campaign

Product: Premium wireless earbuds
Audience: Fitness enthusiasts, 25-40
Goal: Product launch
Budget: $30K

Generates:

Process Long-Form Video

"Analyze this 4-hour webinar video and extract key highlights for social media clips"

Auto-activates skill and:

Generate Personalized Ads

"Create 50 variations of this product ad, personalized for different audience segments"

Auto-generates:

๐Ÿ”ง Technical Implementation

Prerequisites

# Google Cloud setup
gcloud auth application-default login
export GOOGLE_CLOUD_PROJECT="your-project-id"

# Install SDK
pip install google-cloud-aiplatform[vision,audio] google-generativeai

API Integration

from google.cloud import aiplatform
from vertexai.preview.generative_models import GenerativeModel

# Initialize
aiplatform.init(project="your-project", location="us-central1")

# Gemini 2.5 Pro for video
model = GenerativeModel("gemini-2.5-pro")
response = model.generate_content([
    "Analyze this video for marketing insights",
    video_file  # Up to 6 hours
])

๐ŸŽฏ Marketing Use Cases

1. Campaign Asset Production

2. Video Repurposing

3. Personalized Content at Scale

4. Content Automation Pipeline

๐Ÿ’ฐ Cost Optimization

Pricing:

Best Practices:

๐Ÿ“Š Success Metrics

Track:

๐Ÿ”— Integration Points

Google Cloud Services:

Marketing Platforms:

๐Ÿ“š Documentation

Official Resources:

…(truncated)

Included Skills

This plugin includes 1 skill definition:

vertex-ai-media-master

|

View skill definition

Vertex Ai Media Master

Overview

This skill provides automated assistance for the described functionality.

Prerequisites

Instructions

  1. Identify skill activation trigger and context
  2. Gather required inputs and parameters
  3. Execute skill workflow systematically
  4. Validate outputs meet requirements
  5. Handle errors and edge cases appropriately
  6. Provide clear results and next steps

Output

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources

Source

View on GitHub

Tags: productivity vertex-aigeminimultimodalvideo-processingaudio-generationimage-generationmarketingcampaignscontent-generationimagenmedia-productiongoogle-cloud