browser-act/skills 为 AI 代理提供本地或云端真实浏览器控制能力,包含反检测隐身功能、CAPTCHA 自动解决、人工接管及隔离并发会话。
项目概览
该项目为 AI 代理解决了绕过反爬虫墙、任务卡顿时移交人工以及并行任务交叉污染三个核心痛点,且输出格式比 JSON 或 HTML 更省 Token。
项目类型
AI Agent · AI 工作流
应用场景
自动化执行
部署方式
查看项目说明
License
MIT
适合谁
适合需要 AI 代理控制真实浏览器并处理反爬虫场景的开发者和数据团队。
核心能力
为代理提供索引文本输出和 CLI 命令,使其无需解析 DOM 即可导航和交互网页。
通过 solve-captcha 命令自动解决 CAPTCHA。
对网站进行一次探索,发现 API 和数据模式,并生成可部署的抓取 Skill 包。
在无配置的情况下,通过单条命令拉取受保护的页面。
限制与风险
高级隐身功能和动态/静态代理需要付费才能使用。
该项目提供的 CAPTCHA 解决和反爬虫墙绕过功能存在被滥用的潜在风险。
如何开始
安装难度较低,可通过向 AI 代理发送自然语言指令完成安装,无需手动编码。首次成功路径为告知 AI 代理安装 browser-act,并指定 Skill 源地址为 https://github.com/browser-act/skills/tree/main/browser-act。
核验依据
GitHub 项目简介: Browser automation CLI built for AI agents. Break through anti-bot walls, hand off to humans across platforms when stuck. Parallel multi-task execution, independent multi-session…
README: BrowserAct enables AI agents and teams to perform real-browser automation, web data extraction, and account-based workflows.
README: The browser an AI agent needs has to reach places standard tools can't, let a human seamlessly take over when the agent is stuck, keep parallel tasks from cross-contaminating, and…
README: Compact text output — indexed text format, several times more token-efficient than JSON or HTML.
README: Your agent can load the BrowserAct Skill, discover browser state with `get-skills`, and run browser automation commands directly from your local environment.