ai-multimodal

Process and generate multimedia content using Google Gemini models.

14|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/bmad-labs/skills --skill ai-multimodal-bmad-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-multimodal
Source: https://github.com/bmad-labs/skills/tree/main/skills/ai-multimodal
Command: npx skills add https://github.com/bmad-labs/skills --skill ai-multimodal-bmad-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the analysis, extraction, and generation of content across various media types (audio, images, video, documents), overcoming the limitations of standard text-based AI models.

Core Features & Use Cases

  • Multimodal Understanding: Analyze images, transcribe audio, understand video content, and extract data from documents.
  • Content Generation: Create images and videos from text prompts.
  • Use Case: Automatically transcribe a long meeting recording, summarize key discussion points, and extract action items, all within a single workflow.

Quick Start

Use the ai-multimodal skill to transcribe the attached audio file 'meeting.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 audio and extract action items from a meeting recording?

To transcribe audio and extract action items, you process the recording to generate a text transcription and summarize key discussion points. This workflow handles audio transcription and document extraction within a single run.

Can I generate images and videos from text prompts using Gemini?

Yes, you can generate images and videos from text prompts using Gemini models. The system leverages models like Imagen 4 and Veo 3 to create new media assets directly from textual descriptions.

Does this multimodal approach work with PDF and DOCX document analysis?

Yes, multimodal document analysis works with PDF and DOCX files. It uses dependencies like pypdf and python-docx to extract data and insights directly from your documents alongside image and video understanding.

What is the best way to analyze video content and extract insights?

The best way to analyze video content is using Google Gemini's advanced multimodal capabilities. It processes the video directly to understand the content and extract relevant insights without requiring manual review.

Do I need ffmpeg-python and Pillow to process multimedia files?

Yes, you need ffmpeg-python and Pillow as underlying dependencies to process multimedia files. They provide the required environment setup for handling video frames and image processing tasks within the workflow.