技能 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 on a search results page

預期結果:

頁面狀態顯示 URL、標題,以及可點擊元素編號列表,如「1. 搜尋結果:文章標題」、「2. 下一頁按鈕」

正在使用「browser-use」。 browser-use screenshot with save path

預期結果:

截圖已儲存至指定檔案路徑,並顯示確認訊息和 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 tunnel URL,然後使用 '--browser remote' 開啟該 URL。
如何清理瀏覽器工作階段和資源?
本機工作階段執行 'browser-use close',雲端工作階段執行 'browser-use session stop --all',tunnel 執行 'browser-use tunnel stop --all'。

開發者詳情

檔案結構

📄 SKILL.md