🤖
AutomationJavaScript

Gemini Web Control

by WJZ-P

Gemini Web Control is an Automation skill for Claude Code, published by WJZ-P in gemini-skill.

826 stars120 forkson WJZ-P/gemini-skillAdded 2026/07/14Repository updated 2026/08/01
automationbrowser-automationdrawinggeminimcpmcp-clientmcp-serveropenclawopenclaw-agentopenclaw-skillsopenclawskill
Install in seconds
Install Gemini Web Control
Copy Gemini Web Control into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/WJZ-P/gemini-skill ~/.claude/skills/gemini-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/WJZ-P/gemini-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in WJZ-P/gemini-skill
Installs to
~/.claude/skills/gemini-skill
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Gemini Web Control does

Automates Gemini web app (gemini.google.com) for image generation, chat, and more using MCP tools. Handles browser start, session management, prompt sending, and image extraction.

Gemini Web Control is cataloged under Automation on DirSkills. Gemini Web Control comes from a repository tagged automation, browser-automation, drawing, gemini and mcp.

Documentation

README

Gemini Skill

⚠️ 操作优先级(必须遵守)

与 Gemini 的一切交互,按以下优先级选择方式:

  1. 🥇 首选:调用 MCP 工具 — 直接调用本 Skill 暴露的 MCP 工具完成操作,覆盖绝大多数场景
  2. 🥈 次选:运行 Skill 脚本 — 当 MCP 工具无法满足需求时,可运行本 Skill 项目中提供的脚本来完成
  3. 🥉 最次:连接 Skill 管理的浏览器 — 仅当前两种方式都无法解决时,可通过 gemini_browser_info 获取 CDP 连接信息,主动连接到本 Skill 管理的浏览器进行操作。此方式必须先征得用户同意

绝对禁止:自行启动新的浏览器实例访问 Gemini 页面(如使用 OpenClaw 浏览器、另起 Puppeteer 等),这会导致会话冲突。

浏览器 Daemon 未运行时 MCP 工具会自动拉起,无需任何手动操作。

📡 进度同步 & 长耗时工具规则

MCP 工具调用(尤其是生图、等待回复等)可能耗时较长(60~180 秒)。必须遵守以下规则:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Gemini Web Control

  • How does Gemini Web Control compare to other Automation skills?

    Gemini Web Control ranks #979 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Gemini Web Control against them. Open each page to compare what they document and how they install.