gemini-web-media-analysis

gemini-web-media-analysis is a skill for Claude Code, Codex from maystudios/claude-skills. It costs 82 tokens per session (1,971 once invoked), scanned A, original, MIT.

A procedure for sending a local image or video to Gemini in Chrome and reading Gemini’s analysis. Gemini is Google’s AI assistant, and Chrome automation means controlling the browser through scripted actions.

In plain words
What is it for?
Use it to get a second opinion on screenshots, rendered pages, contact sheets, video frames, or gameplay recordings.
Why use it?
It provides separate upload steps for images and videos and avoids the native file picker, which can block browser automation. It requires a signed-in Gemini session and the specified browser-automation connection.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to get a second opinion on screenshots, rendered pages, contact sheets, video frames, or gameplay recordings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maystudios/claude-skills/gemini-web-media-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add maystudios/claude-skills --skill gemini-web-media-analysis
Clone the repo
git clone --depth 1 https://github.com/maystudios/claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gemini-web-media-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/maystudios/claude-skills/gemini-web-media-analysis/github.svg)](https://agentmods.dev/skills/maystudios/claude-skills/gemini-web-media-analysis)
Your own site
<a href="https://agentmods.dev/skills/maystudios/claude-skills/gemini-web-media-analysis"><img src="https://agentmods.dev/badge/skills/maystudios/claude-skills/gemini-web-media-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gemini-web-media-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/maystudios/claude-skills/gemini-web-media-analysis"><img src="https://agentmods.dev/badge/skills/maystudios/claude-skills/gemini-web-media-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,971 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.01971
Opus 5 $0.00041 $0.00986
Sonnet 5 $0.00016 $0.00394
Haiku 4.5 $0.00008 $0.00197

Measured 12d ago against content hash 93fd1a205419, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

gemini-web-media-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

gemini-web-media-analysis/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gemini web media analysis

Attaches a local image or video to the Gemini web composer and reads the reply. Verified working on gemini.google.com/app, Chrome, signed-in account, 2026-08-15.

Needs the claude-in-chrome MCP server — navigate, find, file_upload, computer, javascript_tool, get_page_text — and a Chrome profile already signed in to Gemini. No API key.

Two different paths. Use the right one:

Media Path
Video find Gemini's own hidden input → file_upload into it → real click on the composer. See Video path
Image Helper input → synthetic paste event. See Image path

Never click "Dateien hochladen" / "Upload files" in the uploads menu. It opens the native OS file dialog, which blocks the whole automation session — no further tool call reaches the browser until a human dismisses it by hand.

Video path

  1. Navigate to https://gemini.google.com/app, wait for load.
  2. Real click the + / "Uploads & Tools" button in the composer. A JS .click() does not open the menu — it needs real pointer events. The hidden input only exists while this menu is open.
  3. find("hidden file input element") → returns Gemini's own input ref. Make sure no helper input of yours is in the page — it shadows this search and find returns yours instead. Remove it first. The uploader component does not mount on every menu open. If find comes back empty, close and re-open the menu and retry.
  4. file_upload with the absolute video path and that ref.
  5. Real click into the composer text area. This is the trigger — Angular picks the file up on the next tick.
  6. Wait, and be patient. The thumbnail appears later than you expect — well beyond 8 s for a small clip. It renders as a still frame with a duration badge like ▶ 0:06. Do not conclude failure early. That mistake cost a whole session once: the upload had in fact worked and was reported as impossible.
  7. Type the prompt and send, then poll get_page_text for the reply. Video analysis takes 30–60 s.

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 118 lines · 82 tokens per session scan A 93fd1a205419

Subscribe to this mod's changes

gemini-web-media-analysis is a skill published in the GitHub repository maystudios/claude-skills (22 stars, last pushed 28d ago), licensed MIT. It adds 82 tokens to every session and 1,971 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

add-tavily-tool

Add Tavily Search and Extract as keyless remote MCP tools for selected NanoClaw agent groups. Use when installing Tavily web search or URL extraction without an API key.

nanocoai/nanoclaw · 41 tokens

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

nowork-studio/notfair-plugin · 70 tokens

browser-qa

A browser-based quality check for deployed web pages and user flows. It uses browser automation to test rendering, navigation, forms, interactions, responsive behaviour, and accessibility-related issues.

hashgraph-online/awesome-codex-plugins · 58 tokens

postgres

Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. Trigger when user asks to: Design or modify PostgreSQL tables, schemas, or data models Choose data types, constraints, indexes, or partitioning…

timescale/pg-aiguide · 197 tokens

dev-browser

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website"…

code-yeongyu/oh-my-openagent · 84 tokens

video-download

Collects videos from public social accounts. Use to download or scrape from Twitter, TikTok, YouTube, Instagram, or Facebook.

jamditis/claude-skills-journalism · 30 tokens