Agent Plugins Marketplace
All plugins

google

v2.1.5

Google Gemini video understanding, Veo video generation

Claude Code2 Skills

By Jongwon Choi10 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install google for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install google-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jongwony/cc-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is google/.

Plugin files

google/
├── .claude-plugin/plugin.json
├── skills/veo/SKILL.md
└── skills/video-understanding/SKILL.md

Included Skills2

veoskills/veo/SKILL.md

This skill should be used when the user specifically asks for Veo, or names a Veo-specific control: "generate video with Veo", "extend this video" / "video-to-video", "first and last frame transition", "ingredients to video" / "consistent characters across shots", or integrating with an existing Veo pipeline. Not the default for a plain "generate a video" / "make a video from this photo" request with no Veo-specific control named — prefer Gemini Omni Flash for that. Reach for this skill only when the task specifically needs Veo's own controls.

video-understandingskills/video-understanding/SKILL.md

This skill should be used when the user asks to "analyze video", "summarize video", "extract video transcript", "understand video content", "video to text", "describe video", "ask questions about video", or "what happens in this video". Takes a local video file or a public YouTube URL and returns text: summaries, timestamped event lists, transcripts, visual descriptions, or answers. Out of scope, and refused rather than attempted: uploading video to storage, files too large to send in one request, bucket objects and pre-signed URLs, clipping, frame-rate control, and generating video.

Plugin manifests1

google/.claude-plugin/plugin.json
{
  "name": "google",
  "description": "Google Gemini video understanding, Veo video generation",
  "version": "2.1.5",
  "author": {
    "name": "Jongwon Choi",
    "url": "https://github.com/jongwony"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[google on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-2)