This is a full-featured browser automation wrapper around Playwright that prioritizes page reuse and persistent cookies, so your login sessions actually stick around between operations. It handles the usual suspects like clicking, form filling, screenshots, and JavaScript execution, but the real win is that it defaults to reusing existing pages instead of spawning new windows every time. The function list is comprehensive, covering everything from basic navigation to file uploads and custom key presses. If you're doing any repetitive web tasks or need Claude to interact with authenticated sites without re-logging in constantly, this handles the boilerplate. Just note it's designed for OpenClaw specifically and calls via Node.js command line rather than direct API integration.
npx skills add https://github.com/sophieguanongit/openclaw-browser-automation --skill browser-automation