ai-multimodal

Process and generate multimedia content using the Google Gemini API.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Devattom/.claude --skill ai-multimodal-devattom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-multimodal
Source: https://github.com/Devattom/.claude/tree/main/skills/ai-multimodal
Command: npx skills add https://github.com/Devattom/.claude --skill ai-multimodal-devattom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, pypdf, python-docx, docx2pdf, markdown, Pillow, python-dotenv, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the complex process of analyzing and generating diverse multimedia content, from audio and video to images and documents, using the powerful Google Gemini API.

Core Features & Use Cases

  • Multimodal Understanding: Analyze audio (transcription, summarization), images (captioning, object detection), and video (summarization, Q&A).
  • Document Processing: Extract information from PDFs, including tables and text.
  • Content Generation: Create images from text prompts.
  • Use Case: Automatically transcribe a 2-hour meeting recording, summarize the key discussion points with timestamps, and generate a representative image for the meeting minutes.

Quick Start

Use the ai-multimodal skill to transcribe the audio file 'meeting_recording.mp3'.

Frequently Asked Questions about ai-multimodal

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

FAQPage Schema
How do I transcribe a long audio recording and summarize the key discussion points?

To transcribe long audio files, you can use the Gemini API to process meeting recordings and extract text. This Skill transcribes meeting audio, generates timestamps, and summarizes key discussion points automatically.

Can I extract text and tables from PDF documents using the Google Gemini API?

Yes, you can extract text and tables from PDF documents using the Gemini API. This Skill processes PDFs to pull structured information and tables, enabling multimodal Q&A directly over the extracted document content.

What is the best way to generate images from text prompts and analyze video content?

The best way to generate images from text prompts and analyze video is using a multimodal AI framework. This Skill leverages the Gemini API to create images from descriptions and perform video summarization or Q&A across various file formats.

Does this multimodal AI skill work with Google AI Studio and Vertex AI for object detection?

Yes, this multimodal AI skill works with both Google AI Studio and Vertex AI. It integrates with these platforms to perform advanced image analysis tasks like object detection and segmentation directly within your existing environment.

Do I need Python libraries like Pillow and pypdf to process multimedia content?

Yes, you need Python libraries like Pillow for image processing and pypdf for PDF extraction. These dependencies support the underlying document and image handling required to process multimedia content via the Gemini API.

Are there limitations when processing very long video files for summarization?

While this Skill supports video understanding and Q&A across various durations, processing very long video files depends on Gemini API context limits. Users should anticipate potential token constraints when analyzing extremely lengthy multimedia recordings.