Agent skill · Content & Marketing

browser-act

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 browser-act CLI command (e.g., browser-act browser list), or to: fetch, view, or extract rendered content from URLs, access pages requiring JavaScript, handle verification prompts, maintain authenticated sessions, fill forms and click through workflows, type, select, upload, take screenshots, capture XHR/fetch/HAR responses, open multiple URLs in parallel, extract content that loads on scroll or click

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorread-onlyMIT
Install
npx skills add browser-act/skills --skill browser-act --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 2.0.2
Declared author: BrowserAct
Allowed tools: Bash(browser-act:*)
Path: browser-act/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# browser-act Built by [BrowserAct](https://www.browseract.com) — Browser automation CLI for AI agents · [GitHub](https://github.com/browser-act/skills/tree/main/browser-act) 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. ### Features - 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 - Safety controls — Confirmation Gate protocol requires explicit user approval before browser creation, deletion, and sensitive operations - Universal compatibility — works with Cursor, Claude Code, Codex, Windsurf, etc. Install: `uv tool install browser-act-cli --python 3.12` ## Start here This file is

What's inside
Steps it walks through
  1. Features
  2. Start here
Commands it runs
browser-act get-skills core --skill-version 2.0.2
More from skills
All skills →
About this skill
What does the browser-act skill do?

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 browser-act CLI command (e.g., browser-act browser list), or to: fetch, view, or extract rendered content from URLs, access pages requiring JavaScript, handle verification prompts, maintain authenticated sessions, fill forms and click through workflows, type, select, upload, take screenshots, capture XHR/fetch/HAR responses, open multiple URLs in parallel, extract content that loads on scroll or click

How do I install it?

Run `npx skills add browser-act/skills --skill browser-act --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going