browser-automation

star 5.2k

Use when opening, inspecting, clicking, filling, snapshotting, or otherwise automating web pages for this repo, including local dev servers and browser-based verification.

pierrecomputer By pierrecomputer schedule Updated 6/5/2026

name: browser-automation description: Use when opening, inspecting, clicking, filling, snapshotting, or otherwise automating web pages for this repo, including local dev servers and browser-based verification.

Browser Automation

Use agent-browser for web automation in this repo. Run:

agent-browser --help

Core workflow:

agent-browser open <url>
agent-browser snapshot -i
agent-browser click @e1
agent-browser fill @e2 "text"

Re-run agent-browser snapshot -i after page changes so element refs stay current.

Use browser automation for behavior that needs a rendered page, real DOM state, or interactive verification. Prefer focused Bun tests for pure logic and non-browser integration behavior.

Install via CLI
npx skills add https://github.com/pierrecomputer/pierre --skill browser-automation
Repository Details
star Stars 5,180
call_split Forks 150
navigation Branch main
article Path SKILL.md
More from Creator
pierrecomputer
pierrecomputer Explore all skills →