browser-use

Installation
SKILL.md

Browser-Use CLI — 浏览器自动化

通过 browser-use 命令行工具控制浏览器,支持持久会话(~50ms 延迟)、多会话并行、云浏览器、本地隧道等功能。

安装

安装脚本会自动安装 Python 虚拟环境、browser-use 包、Playwright 及 Chromium,无需手动安装 Playwright 或 Selenium。

macOS / Linux

curl -fsSL https://browser-use.com/cli/install.sh | bash

Windows(需先安装 Git Bash:winget install Git.Git

# 在 Git Bash 中运行
curl -fsSL https://browser-use.com/cli/install.sh | bash
Installs
8
GitHub Stars
19
First Seen
May 15, 2026
browser-use — bighardperson/computer-science-skills-collection