This is a browser automation tool that lets Claude interact with web pages through a ref-based system. You open a URL, take a snapshot to get interactive elements labeled as @e1, @e2, etc., then use those refs to click buttons, fill forms, and navigate around. It's built for the request-website command to submit indexing requests, but works for any form filling or page interaction task. The workflow is straightforward: snapshot after each navigation to get fresh refs, interact using those refs, then always close the browser when done. If you need Claude to fill out forms or click through multi-step web flows without writing Playwright scripts, this handles it through simple bash commands.
npx skills add https://github.com/actionbook/actionbook --skill agent-browser