google-search-browser-use by grasseed/google-search-browser-use
npx skills add https://github.com/grasseed/google-search-browser-use --skill google-search-browser-use使用 browser-use(推荐真实浏览器模式)运行 Google 搜索,打开结果,并提取相关的摘要或页面内容。此技能利用用户现有的浏览器会话来减少验证码。
在运行搜索之前,请确保环境已准备就绪:
检查安装:验证 browser-use 是否在当前 PATH 中可用。
which browser-use
如果缺失则安装:如果未找到,请使用 pip 安装。
python3 -m pip install --user browser-use
定位二进制文件:如果安装后仍然找不到命令,它很可能在用户的本地 bin 目录中。动态检索路径:
python3 -m site --user-base # 二进制文件通常位于 <USER_BASE>/bin/browser-use
使用真实浏览器以复用用户已登录的会话。
选项 A:标准执行
browser-use --browser real open "https://www.google.com/search?q=YOUR+QUERY"
选项 B:显式路径执行 如果选项 A 失败(命令未找到),请使用在前提条件中找到的完整路径:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
# 示例(根据 'python3 -m site --user-base' 的输出进行调整):
${HOME}/Library/Python/3.14/bin/browser-use --browser real open "https://www.google.com/search?q=YOUR+QUERY"
(注意:如果您的 Python 版本不同,请将 3.14 替换为您的当前版本)
浏览器打开后:
# 检查当前页面状态
browser-use --browser real state
# 点击一个搜索结果(使用状态输出中的索引)
browser-use --browser real click <index>
目标:提供带有来源引用的简短摘要(3-6 个要点)。
备用方案:如果 browser-use 解析困难,请使用带有 Jina AI 的 curl 来获取文本友好版本:
curl -L "https://r.jina.ai/https://example.com"
browser-use close
browser-use,请始终优先通过 python3 -m site --user-base 查找路径,而不是猜测。每周安装量
1.6K
代码仓库
GitHub Stars
3
首次出现
Jan 23, 2026
安全审计
安装于
gemini-cli1.3K
codex1.3K
opencode1.3K
github-copilot1.3K
kimi-cli1.3K
amp1.3K
Run Google searches with browser-use (prefer real browser mode), open results, and extract the relevant snippets or page content. This skill leverages the user's existing browser session to reduce CAPTCHAs.
Before running the search, ensure the environment is ready:
Check Installation : Verify if browser-use is available in the current PATH.
which browser-use
Install if Missing : If not found, install it using pip.
python3 -m pip install --user browser-use
Locate Binary : If the command is still not found after installation, it is likely in the user's local bin directory. Retrieve the path dynamically:
python3 -m site --user-base # The binary is typically at <USER_BASE>/bin/browser-use
Use the real browser to reuse the user’s logged-in session.
Option A: Standard Execution
browser-use --browser real open "https://www.google.com/search?q=YOUR+QUERY"
Option B: Explicit Path Execution If Option A fails (command not found), use the full path found in Prerequisites:
# 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"
(Note: Replace3.14 with your current Python version if different)
Once the browser is open:
# 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>
Goal : Provide a short summary (3-6 bullets) with source citations.
Fallback : If browser-use struggles with parsing, use curl with Jina AI for a text-friendly version:
curl -L "https://r.jina.ai/https://example.com"
browser-use close
browser-use cannot be called directly, always prefer finding the path via python3 -m site --user-base rather than guessing.Weekly Installs
1.6K
Repository
GitHub Stars
3
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubWarnSocketFailSnykWarn
Installed on
gemini-cli1.3K
codex1.3K
opencode1.3K
github-copilot1.3K
kimi-cli1.3K
amp1.3K
97,600 周安装