Browser Act
CLI-driven browser automation for AI agents to handle JS-rendering, sessions, and complex web workflows.
- Fetch and parse content from JavaScript-heavy single page applications.
- Maintain persistent login sessions across multiple browser profiles.
- Handle file uploads and multi-step form submissions automatically.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
See it in action
You say
Use browser-act to log into my staging site at staging.example.com and take a screenshot of the user dashboard after the page fully loads.
Your agent does
Checking environment via get-skills core... Found 'staging-profile'. Navigating to staging.example.com... Authenticated session detected. Waiting for dashboard network idle... Screenshot saved to ./screenshots/dashboard_v1.png. The dashboard shows 5 active alerts.
Browser Act
CLI-driven browser automation for AI agents to handle JS-rendering, sessions, and complex web workflows.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
- Instant install
See it in action
You say
Use browser-act to log into my staging site at staging.example.com and take a screenshot of the user dashboard after the page fully loads.
Your agent does
Checking environment via get-skills core... Found 'staging-profile'. Navigating to staging.example.com... Authenticated session detected. Waiting for dashboard network idle... Screenshot saved to ./screenshots/dashboard_v1.png. The dashboard shows 5 active alerts.
About This Skill
The problem
Standard fetch tools fail on modern sites that require JavaScript execution, session persistence, or complex human interactions. AI agents often hit walls when encountering captchas, multi-step forms, or content that only loads after scrolling.
What it does
- Executes JavaScript to extract rendered content from SPAs and dynamic websites.
- Manages isolated browser profiles to maintain authenticated sessions and multiple accounts.
- Automates complex sequences including clicks, typing, file uploads, and form submissions.
- Captures visual evidence via screenshots and inspects network traffic including XHR and HAR data.
- Enables human-in-the-loop collaboration for handling manual verification steps or headed-mode tasks.
Frameworks & tools
Built for Python 3.12+ environments using the uv package manager. Compatible with any agentic IDE or CLI including Cursor, Claude Code, Codex, and Windsurf.
Why this beats prompting it yourself
Hard-coding browser automation logic is brittle and insecure. This skill provides a standardized protocol for session isolation, safety confirmations, and error recovery that keeps the agent from breaking the flow or leaking credentials.
Use cases
- Extracting data from search results or dashboards that require scroll-to-load.
- Automating repetitive form-filling tasks across authenticated enterprise portals.
- Monitoring visual regressions by capturing and comparing page screenshots.
- Testing multi-step checkout flows that trigger JavaScript-based validation.
Known limitations
Requires local installation of the browser-act CLI and Python 3.12. Sensitive operations like logins and browser creation require explicit user confirmation via the Confirmation Gate protocol.
Use Cases
- Fetch and parse content from JavaScript-heavy single page applications.
- Maintain persistent login sessions across multiple browser profiles.
- Handle file uploads and multi-step form submissions automatically.
- Capture network traffic and XHR responses for API debugging.
Known Limitations
- Requires Python 3.12 and uv installed locally. - Explicit user confirmation required for sensitive actions. - Outbound data sent only for captcha solving calls.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/browser-act -o /tmp/browser-act.zip && unzip -o /tmp/browser-act.zip -d ~/.claude/skills && rm /tmp/browser-act.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Cursor, Codex CLI, Windsurf