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.
7w4.net小葱技能站收录全网优质技能,值得收藏。
index.js with a target URL.out/.node skills/browser-agent/index.js --url https://example.com --screenshot out/example.png --title --extract h1
这个 Skill 质量还不错,能可靠地完成网页自动化操作,核心功能实现完整。优点是操作简单直接,代码稳定,常见浏览器操作都能支持。不足是文件较少,缺少使用说明文档,对新手不够友好。没有测试文件,长期维护可能存在风险。适合有技术背景的用户使用。