name: browser-agent description: Browser automation with Playwright for opening pages, taking screenshots, finding or clicking DOM elements, filling forms, extracting text, and managing cookies/session state. Use when Codex needs deterministic browser control against real web pages, smoke-testing a site, grabbing DOM evidence, or automating straightforward UI flows.
Use Playwright-backed browser control for reproducible page actions.
index.js with a target URL.發現更多技能外掛,請訪問7w4.net。
out/.node skills/browser-agent/index.js --url https://example.com --screenshot out/example.png --title --extract h1
這個 Skill 質量還不錯,能可靠地完成網頁自動化操作,核心功能實現完整。優點是操作簡單直接,程式碼穩定,常見瀏覽器操作都能支援。不足是檔案較少,缺少使用說明文件,對新手不夠友好。沒有測試檔案,長期維護可能存在風險。適合有技術背景的使用者使用。