Browser-act is a browser automation command-line interface specifically designed for AI agents. It offers features like navigation, data extraction, and session management, making it suitable for developers and data scientists who need to automate web interactions.
uv tool install browser-act-cli --python 3.12browser-act is a browser automation command-line interface built specifically for AI agents like Claude Code and Cursor. It handles JavaScript-rendered content extraction, multi-browser session management, form automation, screenshots, and network request capture without requiring visible browser windows. The tool manages isolated browser profiles, maintains authenticated sessions across multiple accounts in parallel, and includes verification assistance for interactive challenges. Developers and data scientists use browser-act to automate web interactions, extract dynamic content, fill complex forms, and manage multi-account workflows while keeping all credentials and session data stored locally on their machine.
Install using `$ npx skills add https://github.com/browser-act/skills --skill browser-act`
Automate web form filling and data extraction
Capture screenshots of web pages for reports
Enable complex interactions in web applications
uv tool install browser-act-cli --python 3.12git clone https://github.com/browser-act/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a browser automation expert using the browser-act CLI tool. Navigate to [WEBSITE_URL], extract [SPECIFIC_DATA_ELEMENTS], and save the results to [OUTPUT_FILE_PATH]. Use headless mode if possible. Handle any pop-ups or CAPTCHAs with appropriate delays or user interaction. Provide the final output in a structured format (JSON/CSV).
```markdown # Browser Automation Report for [WEBSITE_URL] **Generated on:** 2023-11-15 **Session ID:** b8a2c1f4-7e3d-11ee-a503-0242ac120002 ## Extracted Data - **Page Title:** How to Automate Browsers with AI Agents - **Key Metrics:** - Page Load Time: 1.2s - Total Links Found: 47 - Broken Links: 2 - **Top 3 Article Titles:** 1. "Top 10 Browser Automation Tools in 2023" 2. "Headless Browsing: A Developer’s Guide" 3. "AI-Powered Web Scraping Techniques" ## Screenshot Captured  ## Next Steps - Review broken links for fixes. - Schedule automated re-scraping every 24 hours. ```
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan