Browser Use Agent

👤 tangweigang-jpg 📦 v0.1.0 ⭐ 4.2 ⬇️ 655 下載
🤖 AI-Agent 免費

📖 技能介紹


name: browser-use-agent description: |- Browser-Use:把 LLM 變成網頁操作員的非同步 Python 庫(Python 3.11+)。Agent 步迴圈採集 DOM + 截圖 → LLM 一次呼叫產出 thinking / evaluation / next_goal / action[] → 經 CDP 執行。 Browser-Use: an async Python library (3.11+) that turns an LLM into a web operator. The Agent loop collects DOM + screenshot, makes one LLM call emitting thinking / evaluation / next_goal / action[], and executes via CDP. Built on cdp-use; no Playwright. license: MIT-0 compatibility: AI engineering knowledge skill — host AI consumes seed.yaml directly. No installation required. metadata: version: "v0.1.0" blueprint_id: "finance-bp-133" blueprint_source: "browser-use/browser-use" blueprint_commit: "f3878b0e074a53119defe6cbc625687a1343ba8e" category: ai-engineering doramagic_url: "https://doramagic.ai/zh/crystal/browser-use-agent" openclaw: skillKey: browser-use-agent category: ai-engineering primaryEnv: knowledge


這個 skill 適合什麼使用者?能做哪些任務?

概覽

Browser-Use 是把 LLM 變成網頁操作員的非同步 Python 庫(github.com/browser-use/browser-use)。Agent 步迴圈:(1) 通過 14 個 watchdog 圍繞 bubus.EventBus 採集 BrowserStateSummary(帶數字索引的 DOM、截圖、tab 列表、頁面狀態);(2) 一次 LLM 呼叫同時產出 thinking + evaluation_previous_goal + memory + next_goal + action[];(3) 經 CDP 原語在雙層 page-change 守衛下執行動作。

CD...

7w4.net小蔥技能站收錄全網優質技能,值得收藏。

Doramagic 晶體頁: https://doramagic.ai/zh/crystal/browser-use-agent

知識規模

  • 40 條約束 (4 fatal + 36 non-fatal)
  • 上游原始碼: browser-use/browser-use @ commit f3878b0e
  • 藍圖 ID: finance-bp-133

用法

Host AI(Claude Code / Cursor / OpenClaw)讀 references/seed.yaml,按其中的: - intent_router 匹配使用者意圖 - architecture 理解專案架構 - constraints 應用 anti-pattern 約束 - business_decisions 參考核心設計決策

FAQ 摘要

這個 skill 適合什麼使用者?能做哪些任務?

適合做網頁自動化的工程師:表單填寫、資訊抓取、迴歸測試、跨站點資料採集等。Agent 把視覺理解 + 操作規劃合併到一次 LLM 呼叫,比傳統 Playwright 指令碼更適合非確定性頁面。訪問 doramagic.ai/r/browser-use 檢視完整用例。

需要準備什麼環境?依賴什麼?

Python 3.11+,Chromium 系瀏覽器(local_browser_watchdog 自動啟動或通過 cdp_url 接管),至少一個 LLM provider 配置(預設 ChatBrowserUse專案自家微調模型)。要求 async event loop——Agent / BrowserSession 介面是 async-native。

會踩哪些坑?這個 skill 怎麼防護?

本 skill 內建 40 條約束(4 條 fatal)。典型踩坑:(1) alert/confirm/beforeunload 自動接受,破壞性確認(如 'Delete this')也會通過;(2) Agent(sensitive_data=...) 不配 Browser(allowed_domains=[...]) 是 fail-OPEN(只 warning 不 raise),合規場景必須顯式


完整文件: 見 references/seed.yaml (v6.1 schema). 瀏覽頁: https://doramagic.ai/zh/crystal/browser-use-agent

🤖 AI 評測

這個 Skill 的知識庫非常充實,包含了大量實用的操作約束和安全建議,能幫助使用者避免踩坑。但存在一些質量問題:說明文件不夠完整,部分內容被截斷;且摘要描述與實際功能存在關聯性偏差,可能會造成使用者的困惑。總體來說專業度較高,但文件的完整性和一致性還需要打磨。

📊 多維度評分

適應性4.4
規範性4.2
有效性3.9
可靠性4.2
可信度4.8

📁 包含檔案 (4 個)

📄 SKILL.md 3.1 KB
📄 _meta.json 136 B
📄 human_summary.md 2.4 KB
📄 references/seed.yaml 74.7 KB