gemini-research-browser-use

Installation
SKILL.md

Gemini Research Browser Use

Overview

Perform research or queries using Google Gemini via Chrome DevTools Protocol (CDP). This method reuses the user's existing Chrome login session to interact with the Gemini web interface (https://gemini.google.com/).

Prerequisites

  1. Python + websockets Verify:
    python3 --version
    python3 -m pip show websockets
    
    Install if missing:
    python3 -m pip install websockets
    
Installs
74
GitHub Stars
3
First Seen
Jan 23, 2026
gemini-research-browser-use — grasseed/google-search-browser-use