Loading...
Loading...
Use browser-use to perform Google searches, open results, and extract key information from live pages. Use when the user asks to "search Google", "look this up on Google", or needs current web results via a real browser session (often to avoid bot blocks).
npx skill4agent add grasseed/google-search-browser-use google-search-browser-usebrowser-usebrowser-usewhich browser-usepython3 -m pip install --user browser-usepython3 -m site --user-base
# The binary is typically at <USER_BASE>/bin/browser-usebrowser-use --browser real open "https://www.google.com/search?q=YOUR+QUERY"# Example (adjust based on 'python3 -m site --user-base' output):
${HOME}/Library/Python/3.14/bin/browser-use --browser real open "https://www.google.com/search?q=YOUR+QUERY"3.14# Check current page state
browser-use --browser real state
# Click on a search result (use index from state output)
browser-use --browser real click <index>browser-usecurlcurl -L "https://r.jina.ai/https://example.com"browser-use closebrowser-usepython3 -m site --user-base