Loading...
Loading...
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
npx skill4agent add julianromli/opencode-template browser~/.factory/skills/browser/~/.factory/skills/browser/start.js # Fresh profile
~/.factory/skills/browser/start.js --profile # Copy your profile (cookies, logins):9222~/.factory/skills/browser/nav.js https://example.com
~/.factory/skills/browser/nav.js https://example.com --new~/.factory/skills/browser/eval.js 'document.title'
~/.factory/skills/browser/eval.js 'document.querySelectorAll("a").length''document.title''(() => { const x = 1; return x + 1; })()'~/.factory/skills/browser/screenshot.js~/.factory/skills/browser/pick.js "Click the submit button"--profile