下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“browser-use”。 搜索结果页面上的 browser-use state
预期结果:
页面状态显示 URL、标题和可点击元素的编号列表,如'1. 搜索结果:文章标题'、'2. 下一页按钮'
正在使用“browser-use”。 带保存路径的 browser-use screenshot
预期结果:
截图保存到指定文件路径,带有确认消息和 base64 预览
安全审计
低风险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)
低风险问题 (2)
风险因素
⚙️ 外部命令 (2)
🌐 网络访问 (2)
📁 文件系统访问 (2)
质量评分
你能构建什么
网页 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 配置文件同步 - 始终指定域名
- 停止任务后不要重用会话 - 而是创建新会话
- 不要在不监控的情况下运行云代理任务 - 定期检查状态并停止卡住的任务