google-gemini-media

Automate Gemini multimodal media generation and analysis workflows with Node.js.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ShenWang96/clawdbot_workspace_backup --skill google-gemini-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-gemini-media
Source: https://github.com/ShenWang96/clawdbot_workspace_backup/tree/main/skills/google-gemini-media
Command: npx skills add https://github.com/ShenWang96/clawdbot_workspace_backup --skill google-gemini-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing and orchestrating Gemini's image, video, and audio capabilities across generation and understanding is complex; this Skill consolidates them into reusable workflows and templates for end-to-end media production and analysis.

Core Features & Use Cases

  • Image generation (Nano Banana) to produce high-fidelity visuals from prompts.
  • Image understanding (captioning, VQA, classification, multi-image prompts) to extract insights and metadata.
  • Video generation (Veo 3.1) to create short-form content with optional audio.
  • Video understanding (analyze YouTube/direct uploads) to summarize and extract timestamps.
  • Speech generation (TTS) for controllable narration.
  • Audio understanding (transcription, description, token counting) for media insights.

Quick Start

Provide a Gemini-based prompt and use the included templates to generate media assets and corresponding understanding outputs.

Frequently Asked Questions about google-gemini-media

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

FAQPage Schema
How do I automate Gemini multimodal workflows for image and video generation?

Gemini multimodal workflows automate end-to-end media generation by applying reusable templates and code exemplars to produce high-fidelity visuals from prompts, providing downloadable outputs via inline data and the Files API.

Does the Gemini video generation API support analyzing direct uploads and YouTube links?

Gemini video understanding supports analyzing both direct uploads and YouTube links to summarize content and extract timestamps. This capability is integrated into multimodal workflows alongside video generation using Veo 3.1.

What do I need to set up Gemini TTS and audio understanding pipelines?

Gemini TTS and audio understanding pipelines require Node.js 18+ and Gemini API access to function. These pipelines automate transcription, audio description, and controllable narration generation using provided code exemplars.

Can I use Gemini image understanding for visual question answering and classification?

Gemini image understanding handles visual question answering, image captioning, and classification through multi-image prompts. It extracts insights and metadata from visual inputs within consolidated multimodal media workflows.

What is the best way to orchestrate Gemini audio and video capabilities together?

Orchestrating Gemini audio and video capabilities is best handled by consolidating generation and understanding tasks into reusable workflows. This approach manages Veo 3.1 video generation and audio analysis to produce downloadable media assets.

Are there limitations when passing inline data versus Files API inputs for Gemini media generation?

Gemini media generation supports both inline data and Files API inputs for processing, but requires Node.js 18+ environment compatibility. Users must ensure proper API access to handle downloadable media outputs correctly across generation tasks.