browser-use

仓库创建 2026年7月8日最近提交 3 天前SkillHot 收录 7 小时前
▸ 精选理由

直接使用 CDP 实现复杂网页交互与自动化,适合测试与爬取场景。

▸ 风险提示

可能远程控制浏览器并访问网站,注意隐私与授权。

这个 Skill 做什么

通过 CDP 控制浏览器,用于自动化、抓取、测试和截图等网页任务。

通过 CDP(Chrome DevTools Protocol)直接操控浏览器,做自动化、爬取、测试和截图等网页任务。适合需要稳定低层浏览器控制或复杂交互脚本化的场景;配合 agent_helpers 可以做站点专属的自动化逻辑,域相关能力默认关闭,需要时再打开使用。

▸ 展开 SKILL.md 英文原文

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

自动化集成浏览器自动化CDP抓取通用
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/browser-use/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/browser-use/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Browser Use

Direct browser control via CDP. For task-specific edits, use `agent-workspace/agent_helpers.py`. For setup, install, or connection problems, read https://github.com/browser-use/browser-harness/blob/main/install.md.

Domain skills are off by default. Set `BH_DOMAIN_SKILLS=1` to enable them; see the bottom section.

**If `BH_DOMAIN_SKILLS=1` and the task is site-specific, read every file in the matching `$BH_AGENT_WORKSPACE/domain-skills/<site>/` directory before inventing an approach.**

## Usage

```bash
browser-use <<'PY'
print(page_info())
PY
```

- Invoke as `browser-use`. Use heredocs for multi-line commands.
- Helpers are pre-imported. `run.py` calls `ensure_daemon()` bef
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有