Token导航 LogoToken导航TokenDH.com
AI 工具敏感数据github未标认证来源可访问clear审计提醒

vertex-ai-media-masterVertex AI 媒体大师

Agent Skill

vertex-ai-media-master 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

737

周安装

31

GitHub Stars

2,109

下载量

258
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vertex-ai-media-master(Vertex AI 媒体大师)
来源仓库:https://github.com/jeremylongshore/claude-code-plugins-plus-skills
仓库路径:skills/vertex-ai-media-master
安装命令:
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill vertex-ai-media-master
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill vertex-ai-media-master

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • vertex-ai-media-master 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Vertex AI Media Master

Overview

Multimodal media operations on Google Cloud Vertex AI covering video understanding, audio generation, image creation, and marketing campaign automation. This skill orchestrates Gemini 2.5 Pro/Flash, Imagen 4, and Lyria models to process, analyze, and generate rich media assets.

Prerequisites

  • Google Cloud project with Vertex AI API enabled
  • google-cloud-aiplatform Python SDK installed (pip install google-cloud-aiplatform[vision,audio])
  • GOOGLE_CLOUD_PROJECT and GOOGLE_APPLICATION_CREDENTIALS environment variables set
  • Service account with roles/aiplatform.user permission
  • Sufficient quota for target models (Gemini 2.5 Pro: 2M tokens/min; Imagen 4: 100 images/min)

Instructions

  1. Initialize the Vertex AI client with the target project and region (us-central1 recommended for model availability).
  2. Select the appropriate model for the task:

- Video analysis: Gemini 2.5 Pro (up to 6 hours at low resolution, 2 hours at default). - Image generation: Imagen 4 for highest quality stills; Gemini 2.5 Flash Image for interleaved text+image output. - Audio generation: Lyria for music composition and background tracks. - Campaign automation: Gemini 2.5 Pro for multi-asset generation from a single prompt.

  1. Prepare input media: upload source files to Cloud Storage (gs:// URIs) or provide local paths for smaller assets.
  2. Construct the generation request with explicit parameters (aspect ratio, duration, number of outputs, style constraints).
  3. Execute the request and capture response objects containing generated media bytes or analysis text.
  4. Post-process outputs: save generated images/audio to the target directory, extract structured insights from video analysis, or compile campaign asset bundles.
  5. Validate results against brand guidelines or schema expectations before delivery.

Output

  • Generated image files (PNG/JPEG) from Imagen 4 or Gemini Flash Image
  • Audio files (WAV/MP3) from Lyria model for background music, voiceovers, or sound effects
  • Video analysis reports: scene breakdowns, key-moment timestamps, transcript text, marketing-insight summaries
  • Campaign asset packages: hero images, social media graphics, ad copy, email marketing text, and video scripts
  • Structured JSON metadata for each generated asset (model used, prompt, parameters, cost estimate)

Error Handling

ErrorCauseSolution
PermissionDenied on Vertex AI APIService account lacks aiplatform.user roleGrant the required IAM role to the service account
ResourceExhausted / quota exceededToo many concurrent requests or token limit hitImplement request batching; switch to Gemini 2.5 Flash for lower-cost operations
InvalidArgument on image generationPrompt violates safety filters or unsupported aspect ratioRevise the prompt to remove restricted content; use a supported aspect ratio (1:1, 16:9, 9:16)
Video processing timeoutSource video exceeds duration or resolution limitsUse low-resolution mode for videos over 2 hours; split longer videos into segments
Audio generation returns emptyPrompt too vague or duration parameter missingSpecify genre, tempo, mood, and an explicit duration in seconds
NotFound on model IDIncorrect model name or model not available in regionVerify the model ID against current Vertex AI documentation; try us-central1

Examples

Example 1: Analyze a competitor video ad

  • Input: A 60-second competitor video uploaded to gs://bucket/competitor-ad.mp4.
  • Action: Send to Gemini 2.5 Pro with the prompt "Extract messaging themes, calls to action, visual style, and production techniques."
  • Output: Structured analysis with timestamps for key scenes, identified CTAs, and a competitive positioning summary.

Example 2: Generate campaign assets from a product brief

  • Input: Text brief describing a new product launch with target audience and brand guidelines.
  • Action: Use Imagen 4 to generate 4 hero image variations, Lyria for a 30-second background track, and Gemini 2.5 Pro for ad copy in 3 languages.
  • Output: Directory containing hero images, audio file, and a campaign-copy document organized by language.

Example 3: Repurpose a long-form video into short-form clips

  • Input: A 10-minute product demo video.
  • Action: Gemini 2.5 Pro identifies the three most engaging 15-second segments with scene-boundary timestamps.
  • Output: Timestamp list with suggested captions for TikTok/Reels, plus a storyboard summary for each clip.

Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

71.15%
按下载量换算184

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills