google-search-browser-use

Execute live Google searches in a real browser session and extract page content.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill google-search-browser-use
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-search-browser-use
Source: https://github.com/tkmh04/CoffeeHouse-Management-System/tree/main/.agents/skills/google-search-browser-use
Command: npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill google-search-browser-use

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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).

Core Features & Use Cases

  • Run Google searches with browser-use (prefer real browser mode) to reuse the user’s logged-in session.
  • Inspect results, open a result, and extract the relevant snippets or page content for quick summaries or further analysis.
  • If parsing fails, fall back to a text-friendly fetch using curl with r.jina.ai for readable content extraction.

Quick Start

Ask me to perform a live Google search and summarize the top results.

Frequently Asked Questions about google-search-browser-use

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a live Google search using a real browser session?

To perform a live Google search using a real browser session, this automation executes live web queries, reusing your logged-in authentication to inspect results, extract relevant snippets or page content, and generate concise summaries.

Can I extract and summarize web content from search results?

Yes, you can extract and summarize web content from search results. The mechanism inspects live search results, opens pages to extract relevant snippets or full page content, and generates concise summaries for quick analysis.

How does a real browser session handle bot blocks during web search automation?

A real browser session handles bot blocks during web search automation by reusing the user's existing authentication and live browser environment. This approach mimics human browsing behavior to avoid blocks that standard automated requests frequently trigger.

What is the fallback mechanism if parsing fails during information retrieval?

The fallback mechanism for failed parsing during information retrieval is a text-friendly fetch using curl with r.jina.ai. This ensures readable content extraction and safe session closure when standard browser parsing methods fail.

Do I need any dependencies to automate Google searches and extract page content?

You do not need any external dependencies to automate Google searches and extract page content. The process relies entirely on a real browser session to inspect results and generate summaries without requiring additional installed libraries.