技能 browser-use
🌐

browser-use

低风险 ⚙️ 外部命令🌐 网络访问📁 文件系统访问

自动化浏览器交互和网页任务

也可从以下获取: AbdullahMalik17,92Bilal26,92Bilal26

手动网页测试和数据提取耗时且容易出错。Browser-use 提供 AI 驱动的浏览器自动化,实现可靠、可重复的网页交互。

支持: Claude Codex Code(CC)
⚠️ 67
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“browser-use”。 搜索结果页面上的 browser-use state

预期结果:

页面状态显示 URL、标题和可点击元素的编号列表,如'1. 搜索结果:文章标题'、'2. 下一页按钮'

正在使用“browser-use”。 带保存路径的 browser-use screenshot

预期结果:

截图保存到指定文件路径,带有确认消息和 base64 预览

安全审计

低风险
v2 • 3/19/2026

Static analysis flagged 163 patterns in SKILL.md documentation file. All findings are false positives: backtick patterns are markdown code blocks documenting CLI usage, URLs are example/documentation links, and file paths reference user-controlled locations for legitimate browser profile and cookie management. The skill provides browser automation via the browser-use CLI with no malicious intent detected.

1
已扫描文件
547
分析行数
6
发现项
2
审计总数
中风险问题 (1)
Cookie Export/Import Capability
The skill supports exporting cookies to files and importing them, which could expose session tokens if misused. This is legitimate browser profile syncing functionality but should be documented.
低风险问题 (2)
External Command Documentation
SKILL.md contains extensive documentation of browser-use CLI commands. All instances are markdown code blocks for documentation purposes, not actual code execution.
Hardcoded URLs in Documentation
Multiple example URLs present in SKILL.md including github.com, example.com. These are documentation links and example values, not hardcoded endpoints for data exfiltration.

风险因素

⚙️ 外部命令 (2)
🌐 网络访问 (2)
📁 文件系统访问 (2)
审计者: claude 查看审计历史 →

质量评分

38
架构
100
可维护性
87
内容
27
社区
81
安全
87
规范符合性

你能构建什么

网页 QA 测试

自动化端到端测试工作流:导航到暂存站点,验证元素,填写表单,提交并验证结果,附带截图。

认证数据提取

同步浏览器配置文件以访问认证网站,从仪表板或报告中提取数据,无需手动登录即可导出结果。

自主研究代理

部署云浏览器代理在多个网站上研究主题,总结发现,并运行并行研究任务。

试试这些提示

基本页面导航
Open https://example.com and show me the available clickable elements.
表单填写工作流
Navigate to the login page, check the available elements, input username into field 3 and password into field 5, then click the submit button.
截图和数据提取
Take a screenshot of the current page, get the page title, extract all text from element 12, and execute JavaScript to get the current URL.
云代理研究任务
Run an autonomous agent task: Search for the latest AI news on three major tech sites and summarize the top 5 stories with links.

最佳实践

  • 在交互之前始终先运行'browser-use state'以查看可用元素及其索引
  • 使用特定于域名的 cookie 同步而不是完整的配置文件同步,以最小化敏感数据的暴露
  • 完成任务后关闭浏览器会话并停止云会话以释放资源

避免

  • 未经明确用户同意不要使用完整的 cookie 配置文件同步 - 始终指定域名
  • 停止任务后不要重用会话 - 而是创建新会话
  • 不要在不监控的情况下运行云代理任务 - 定期检查状态并停止卡住的任务

常见问题

什么是 browser-use,如何安装它?
Browser-use 是用于浏览器自动化的 CLI 工具。运行'browser-use doctor'检查安装状态并查看设置说明。
如何使用此技能与我现有的浏览器登录会话一起使用?
使用'--browser real --profile ProfileName'进行本地 Chrome 配置文件,或使用'browser-use profile sync --from ProfileName --domain example.com'将 cookie 同步到云配置文件。
chromium、real 和 remote 浏览器模式之间有什么区别?
Chromium 默认快速且无头。Real 使用您本地 Chrome 与现有登录。Remote 在云中运行,具有代理支持和 AI 代理功能。
如何运行自主 AI 代理任务?
使用'browser-use -b remote run task description'启动 AI 代理任务。使用'browser-use task status task-id'轮询状态,使用'browser-use task stop task-id'停止。
我可以将本地开发服务器暴露给云浏览器吗?
是的,使用'browser-use tunnel port'创建 Cloudflare 隧道 URL,然后使用'--browser remote'打开该 URL。
如何清理浏览器会话和资源?
对本地会话运行'browser-use close',对云会话运行'browser-use session stop --all',对隧道运行'browser-use tunnel stop --all'。

开发者详情

文件结构

📄 SKILL.md