What it does. Built by BrowserAct — Browser automation CLI for AI agents · GitHub
Runs a full browser engine: navigation & interaction, data extraction & network capture, screenshots, form automation, multi-browser parallel operation, user-configured proxy support, and human-agent collaboration.
Highlights
- Lightweight extraction — fast JS-rendered content fetch without opening a browser session, advanced WebFetch/curl replacement
- Session management — multi-browser isolation, multi-account parallel operation
- Verification assistance — when automation encounters interactive challenges, assists completion with user authorization
- Complex interaction — DOM content extraction, screenshots, form filling, file upload
- Human-agent collaboration — headed mode + remote assist for manual steps
When to use it. Browser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act when a user mentions it by name, includes or asks to run a…
Install
npx skills add browser-act/skills --skill browser-act
Or copy the skill folder manually:
git clone https://github.com/browser-act/skills.git
cp -r skills/browser-act/ ~/.claude/skills/browser-act
Source: browser-act/skills — 5,549 stars, MIT, last pushed 2026-08-24.