
from gemini-skill823
MCP-wrapped Gemini (gemini.google.com) automation for image generation and chat: tools for generating images, managing sessions, downloading full-size images, a
Provides a guarded automation layer for interacting with Gemini's web interface via MCP tools. It exposes end-to-end helpers for image generation, session management, model switching, uploading/extracting images, downloading full-size outputs, and diagnostics, while enforcing an operation priority: use MCP tools first, skill scripts second, and only connect to the managed browser with explicit consent. The skill defines timeouts, progress messaging rules, and failure-handling guidance.
Use when a user requests image generation, image extraction or sharing, or wants to automate Gemini chat workflows from an agent that can call MCP tools. It's suitable for agents that must respect browser daemon management and need deterministic, retry-aware MCP calls for long-running Gemini operations.
Best for agents that support MCP tool invocation and browser-managed MCP daemons (OpenClaw agents, other MCP-capable agents). The skill assumes Node-based MCP server tooling and synchronous MCP tool semantics.
Gemini Browser Integration Skill wraps gemini.google.com for image generation and chat via MCP tools. SKILL.md is well-structured with clear priority levels (MCP tool > script > manual browser), detailed tool documentation with parameters, and explicit safety rules preventing unauthorized browser launches. No scripts were bundled for testing. The skill enforces user consent before manual browser access and prohibits bypassing MCP. Chinese-language documentation may limit accessibility for some users.
Well-documented MCP skill with clear operational priority and safety guardrails. Explicitly forbids unauthorized browser automation and requires user consent for manual connections. No hardcoded credentials, no destructive commands, no exfiltration risk. The skill is a legitimate browser automation wrapper for Gemini. Architecture follows the skill spec reasonably well with frontmatter, priority rules, tool tables, and usage examples. Lacks a references/ directory in the fetched content (referenced but not bundled).