Multimodal AI processing using Google Gemini. Use for analyzing PDFs, images, videos, YouTube links, and other large documents. Ideal when you need to extract information from files that require vision or multimodal understanding.
/plugin marketplace add hamelsmu/hamel/plugin install hamelsmu-hamel-content-tools@hamelsmu/hamelThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use the ai-gem CLI tool for multimodal AI processing via Google's Gemini API.
# Text queries
ai-gem "Write a haiku about Python programming"
# Analyze documents
ai-gem "Summarize this document" document.pdf
# Analyze images
ai-gem "What's in this image?" photo.jpg
# Process YouTube videos
ai-gem "Create a 5-point summary" "https://youtu.be/VIDEO_ID"
# Compare multiple files
ai-gem "Compare these files" file1.pdf file2.png
# Web search
ai-gem "Current AI news" --search
GEMINI_API_KEY environment variable must be sethamel package must be installed: pip install hamel