Runs Google searches through a real browser session instead of hitting the API, which means it can reuse your existing login cookies and dodge most CAPTCHA walls. The setup walks you through installing browser-use via pip, then launching searches in real browser mode, clicking results, and extracting content. If parsing fails, it falls back to piping URLs through Jina AI's reader endpoint. Honestly most useful when you're already logged into Google and need to scrape a few results without getting blocked. The manual CAPTCHA solving step is a bit clunky, but that's the tradeoff for avoiding headless detection. Closes the session when done.
npx skills add https://github.com/grasseed/google-search-browser-use --skill google-search-browser-use