ai-multimodal

Process images, audio, and video with the Gemini API.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/lengo0951/pms --skill ai-multimodal-lengo0951
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-multimodal
Source: https://github.com/lengo0951/pms/tree/main/.claude/skills/ai-multimodal
Command: npx skills add https://github.com/lengo0951/pms --skill ai-multimodal-lengo0951

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, python-dotenv, pillow, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to perform various multimedia analysis and generation tasks, such as image, video, and audio processing, as well as text generation, using the Gemini API.

Core Features & Use Cases

  • Multimodal Analysis: Analyze images, audio, and video files.
  • Image Generation: Create images using text descriptions and various models.
  • Video Generation: Generate videos from text descriptions and images.
  • Speech Generation: Create audio files from text using different voice styles.
  • Use Case: If you have a video clip you want to analyze for key moments or audio you want to transcribe, this Skill can help you accomplish that efficiently.

Quick Start

Analyze an image by running python scripts/gemini_batch_process.py --files image.jpg --task analyze.

Frequently Asked Questions about ai-multimodal

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

FAQPage Schema
How do I analyze images and transcribe audio using the Gemini API?

To analyze images and transcribe audio using the Gemini API, you can run the provided Python scripts to process multimedia files, extract key moments, and convert speech to text efficiently.

Can I generate images and videos from text descriptions with Python?

You can generate images and videos from text descriptions by utilizing the multimodal AI functionalities and supporting models within the Gemini API to create visual content directly.

Do I need Python and Pillow to process multimodal data?

Yes, you need Python installed along with dependencies like Pillow, requests, and python-dotenv to handle image processing and manage environment variables for multimodal data analysis.

What is the best way to extract text and design elements from images?

The best way to extract text and design elements from images is using the built-in OCR and design extraction functionalities, which leverage the Gemini API to parse visual data.

Does this multimodal processing tool support audio generation?

Yes, the multimodal processing tool supports audio generation, allowing you to create audio files from text using various voice styles through the integrated Gemini API.

When should I use Gemini API for video analysis instead of other tools?

You should use the Gemini API for video analysis when you need end-to-end AI-powered support to identify key moments, transcribe speech, and process multimedia within a Python environment.