Install
openclaw skills install neo1307-browser-agentBrowser 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.
openclaw skills install neo1307-browser-agentUse Playwright-backed browser control for reproducible page actions.
index.js with a target URL.out/.node skills/browser-agent/index.js --url https://example.com --screenshot out/example.png --title --extract h1