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
- Python + websockets
Verify:
Install if missing:python3 --version python3 -m pip show websocketspython3 -m pip install websockets
Related skills