
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
gemini-multimodal
Advanced tools
Gemini multimodal skill for Claude Code - video, PDF, image analysis & generation via browser cookies
Gemini multimodal skill for Claude Code. Video, PDF, image analysis & generation via browser cookies - no API key required.
npx gemini-multimodal
This installs the skill to ~/.claude/skills/gemini/ and sets up the Python environment automatically.
Prerequisites:
| Capability | Description |
|---|---|
| Text Queries | Complex reasoning with "Thinking with 3 Pro" mode |
| Video Analysis | Upload MP4 files for summarization, timestamps, insights |
| YouTube Analysis | Analyze videos via URL (uses YouTube extension) |
| Document Analysis | PDF and document Q&A |
| Image Analysis | Describe, OCR, analyze uploaded images |
| Image Generation | Create images from text prompts |
| Image Editing | Modify images with natural language |
| Google Search | Automatic grounding for current information |
User Request → webapi CLI → gemini-webapi → Gemini Web (cookies) → Response
Authentication uses Chrome browser cookies - no API key needed. Just be logged into gemini.google.com.
# Complex reasoning (Thinking with 3 Pro)
webapi "Explain the implications of quantum computing for cryptography"
# Show thinking process
webapi "Solve step by step: What is 15% of 240?" --show-thoughts
# Video analysis
webapi "Summarize this video with timestamps" --file meeting.mp4
# Document analysis
webapi "Extract key findings" --file research.pdf
# Image analysis
webapi "What's in this image?" --file photo.png
webapi "What are the main points discussed?" --youtube "https://youtube.com/watch?v=VIDEO_ID"
Requires YouTube extension enabled in gemini.google.com settings.
# Generate image
webapi "A cyberpunk cityscape at night" --generate-image city.png
# With aspect ratio
webapi "Mountain landscape" --generate-image landscape.png --aspect 16:9
# Edit existing image
webapi "Make the sky purple" --edit photo.jpg --output edited.png
webapi "What are the latest AI news this week? Search the web."
Google Search grounding is automatic when queries need current information.
| Option | Description |
|---|---|
--file, -f FILE | Input file (MP4, PDF, PNG, JPG, etc.) |
--youtube URL | YouTube video URL |
--generate-image FILE | Generate and save image |
--edit IMAGE | Edit image (with --output) |
--output, -o FILE | Output path for images |
--aspect RATIO | Aspect ratio (16:9, 1:1, 4:3, 3:4) |
--show-thoughts | Display thinking process |
--model MODEL | Model to use (default: gemini-3.0-pro) |
--json | JSON output |
--help, -h | Show help |
gemini/
├── SKILL.md # Claude Code skill definition
├── README.md # This file
├── requirements.txt # Python dependencies
├── .venv/ # Virtual environment
├── webapi # Bash wrapper
└── webapi.py # Python implementation
"Error initializing client"
"No images generated"
"Module not found"
source .venv/bin/activatepip install -r requirements.txt"YouTube not working"
MIT
FAQs
Gemini multimodal skill for Claude Code - video, PDF, image analysis & generation via browser cookies
The npm package gemini-multimodal receives a total of 3 weekly downloads. As such, gemini-multimodal popularity was classified as not popular.
We found that gemini-multimodal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.