AI Skill Hub 推荐使用:开源浏览器自动化代理 是一款优质的AI工具。AI 综合评分 7.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
为AI代理提供的开源浏览器自动化工具,支持持久化Chrome配置文件管理。适合需要自动化网页交互、数据爬取、流程自动化的AI应用开发者和自动化工程师使用。
开源浏览器自动化代理 是一款基于 Python 开发的开源工具,专注于 浏览器自动化、AI代理工具、MCP协议 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
为AI代理提供的开源浏览器自动化工具,支持持久化Chrome配置文件管理。适合需要自动化网页交互、数据爬取、流程自动化的AI应用开发者和自动化工程师使用。
开源浏览器自动化代理 是一款基于 Python 开发的开源工具,专注于 浏览器自动化、AI代理工具、MCP协议 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install openbrowser
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install openbrowser
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/floomhq/openbrowser
cd openbrowser
pip install -e .
# 验证安装
python -c "import openbrowser; print('安装成功')"
# 命令行使用
openbrowser --help
# 基本用法
openbrowser input_file -o output_file
# Python 代码中调用
import openbrowser
# 示例
result = openbrowser.process("input")
print(result)
# openbrowser 配置文件示例(config.yml) app: name: "openbrowser" debug: false log_level: "INFO" # 运行时指定配置文件 openbrowser --config config.yml # 或通过环境变量配置 export OPENBROWSER_API_KEY="your-key" export OPENBROWSER_OUTPUT_DIR="./output"
Website · API docs · Browser routing
OpenBrowser is browser infrastructure for AI agents: isolated Chrome sessions, persistent profiles, proxy-aware identities, human login handoff, a remote API, and MCP tools.
It lets Claude, Codex, Cursor, browser-use, OpenBrowser-style agents, and custom workers share real Chrome browsers without fighting over one CDP port. Agents lease a browser, use a named profile when account state is needed, route selected identities through proxies, hand login challenges to a human, and leave behind telemetry plus issue reports that can be audited later.
proxy_ref./openbrowser/v1 API for agents on any machine.git clone https://github.com/floomhq/openbrowser.git
cd openbrowser
OPENBROWSER_API_KEYS="$(openssl rand -base64 48)" docker compose up --build
Lease a browser:
curl -fsS http://127.0.0.1:8767/lease \
-H "content-type: application/json" \
-d '{"owner":"demo","ttl_seconds":300}'
Use the returned lease_id:
curl -fsS http://127.0.0.1:8767/browser/navigate \
-H "content-type: application/json" \
-d '{"lease_id":"<lease_id>","url":"https://example.com"}'
curl -fsS http://127.0.0.1:8767/browser/snapshot \
-H "content-type: application/json" \
-d '{"lease_id":"<lease_id>"}'
curl -fsS -X POST http://127.0.0.1:8767/release/<lease_id>
| Use case | OpenBrowser gives you |
|---|---|
| Remote browser automation | HTTPS API and remote MCP for agents running on other machines. |
| Logged-in workflows | Named Chrome identities with persisted profile state. |
| Multi-agent work | Lease isolation so parallel agents do not steal each other's tabs. |
| Account-specific routing | Per-identity proxy refs, locale, timezone, and profile policy. |
| Human-in-the-loop auth | One-time portal links for passwords, 2FA, passkeys, and manual checks. |
| Debuggable automation | Sanitized telemetry, native feedback issues, and session-log audits. |
Expose the broker behind your HTTPS proxy or tunnel and configure:
OPENBROWSER_API_KEYS="your-long-random-api-key"
OPENBROWSER_PUBLIC_OPENBROWSER_BASE_URL="https://browser.example.com/openbrowser/v1"
Then call:
BASE=https://browser.example.com/openbrowser/v1
KEY=your-long-random-api-key
curl -fsS "$BASE/docs" \
-H "authorization: Bearer $KEY" \
-H "user-agent: openbrowser-client/1.0"
The API covers leases, navigation, snapshots, screenshots, clicks, typing, keyboard events, tabs, auth handoff, lease control, profiles, feedback issues, telemetry, and audits.
开源浏览器自动化工具,MCP协议支持使AI代理集成便捷。持久化配置特性实用,但项目星数较低,生态成熟度待提升。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,开源浏览器自动化代理 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | openbrowser |
| 原始描述 | 开源MCP工具:Open-source browser automation broker for AI agents: persistent Chrome profiles,。⭐10 · Python |
| Topics | 浏览器自动化AI代理工具MCP协议Chrome自动化持久化配置 |
| GitHub | https://github.com/floomhq/openbrowser |
| License | MIT |
| 语言 | Python |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。