ai-search-browser-use
Installation
SKILL.md
AI Search Browser Use
Overview
Enable reliable AI-assisted web research by using Chrome CDP as the primary automation method. This approach connects to a Chrome instance with remote debugging enabled, allowing direct control over browser tabs for Gemini + Qwen queries.
Key Advantage: CDP uses your logged-in Chrome profile, so no additional authentication is needed for Gemini and Qwen.
Workflow
0) Check Prerequisites
Required: Python + websockets
python3 --version
python3 -m pip show websockets