ai-multimodal

Process multimedia content with Google Gemini API for transcription, analysis, and generation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and processing of various types of multimedia content, such as audio, images, videos, and documents, using Google Gemini API.

Core Features & Use Cases

  • Audio Processing: Transcribe, summarize, and analyze audio files.
  • Image Understanding: Generate captions, detect objects, and perform OCR on images.
  • Video Analysis: Summarize, extract text, and perform scene detection on videos.
  • Document Extraction: Extract text and structured data from PDF documents.
  • Image Generation: Generate images from text prompts.
  • Use Case: Imagine you have a collection of images that you want to analyze for objects and text. Use this Skill to automatically generate captions, detect objects, and extract text from each image.

Quick Start

Run the script scripts/gemini_batch_process.py --files image.jpg --task analyze --prompt "Describe this image" --output docs/assets/<output-name>.md --model gemini-2.5-flash.

Frequently Asked Questions about ai-multimodal

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

FAQPage Schema
How do I extract text and structured data from PDF documents using Google Gemini?

To extract text and structured data from PDF documents, this Skill uses the Google Gemini API to process files and output extracted information. It automates document extraction tasks for various supported formats.

Can I transcribe audio and summarize video files with the Google Gemini API?

Yes, you can transcribe audio and summarize video files using the Google Gemini API. This Skill performs audio transcription, video summarization, and scene detection directly through the API.

What's the best way to analyze images for objects and text without writing extensive code?

The best way to analyze images for objects and text is using this Skill's batch processing script. It generates captions, detects objects, and performs OCR on images via the Google Gemini API.

Do I need a Google Gemini API key to generate images from text prompts?

Yes, you need a Google Gemini API key to generate images from text prompts. This Skill requires the API key configured in your environment to process multimedia content and perform image generation.

Does this multimedia processing tool support configuring different Gemini models for specific tasks?

Yes, this multimedia processing tool supports configuring different Gemini models. You can specify models like gemini-2.5-flash in the command line arguments to optimize tasks such as image analysis or audio transcription.