by browser-act
Give your AI the power to browse, scrape, and extract structured data from complex websites — with faster execution, lower cost, and more reliable results.
# Add to your Claude Code skills
git clone https://github.com/browser-act/skillsLast scanned: 5/4/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-04T06:38:20.706Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": false
}A collection of Browser Skills for OPENCLAW-style agents and Skill workflows — built for runs that break on verification, redirects, unstable sessions, or actions that stop working mid-flow.
If any of these have killed your workflow, BrowserAct is for you.
BrowserAct ships two flagship products. Pick the one that fits your problem — or use them together.
browser-act CLI — Real-time browser controlDrives a real, stealth-capable Chrome from the command line. Your agent navigates, clicks, fills forms, handles captchas, and operates websites just like a human would.
npx skills add browser-act/skills --skill browser-act
A meta-Skill that explores a site once, then generates a deploy-ready Skill package (SKILL.md + Python scripts). Every subsequent call skips the exploration cost.
npx skills add browser-act/skills --skill browser-act-skill-forge
| Use browser-act CLI when... | Use Skill Forge when... |
| :--- | :--- |
| You want the agent to operate a website live | You need to extract or act repeatedly at scale |
| One-off tasks, ad-hoc browsing | Batch jobs, recurring workflows, zero-maintenance automation |
| Login flows, captchas, multi-account demos | Hundreds/thousands of records, cross-pagination, recurring monitoring |
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
browser-act CLIFast, persistent browser automation from the command line:
browser-act navigate https://example.com # Navigate to URL
browser-act state # See clickable elements
browser-act click 5 # Click element by index
browser-act input 3 "Hello" # Click and type text
browser-act screenshot page.png # Take screenshot
It supports two browser types (Stealth and Real Chrome) and provides scriptable commands for navigation, page interaction, data extraction, and session management.
Most AI agents get blocked by Cloudflare, CAPTCHAs, or login walls. browser-act provides the missing infrastructure to let your agent browse like a real human.
| | | | :--- | :--- | | 🛡️ Anti-Detection Stealth | Bypasses Cloudflare, reCAPTCHA, Datadome, and more. Authentic browser fingerprints — your Agent won't get blocked. | | 🔗 Real Chrome Control | Drive your existing Chrome with all logins, cookies, and extensions. No re-authentication needed. | | 🚀 Parallel Execution | Run multiple stealth browsers concurrently — each with independent fingerprints, proxies, and sessions. | | 🤖 Captcha Solving | Built-in automatic captcha solving. No third-party services or manual intervention required. | | 📉 Low Token Noise | Strips 90% of junk HTML before feeding to the LLM. Save money, get faster answers. | | 🔒 Proxy & Privacy Modes | Per-browser proxy support (HTTP/SOCKS5) and privacy mode for fresh environments on every launch. |
These aren't features for edge cases. They're fixes for the exact failures that stop most agents cold.
Every time you ask an AI agent to batch-extract from a new website, it starts from scratch — different path each time, different failure modes, unreliable at scale. If the site changes layout, the whole thing breaks.
Skill Forge fixes that: explore once, reuse forever.
How it works:
browser-act CLInpx skills add browser-act/skills --skill browser-act
Then tell your agent:
"Go to Amazon.com, find the top 10 best-selling products in the mouse category, and save them to a markdown file."
npx skills add browser-act/skills --skill browser-act-skill-forge
Then tell your agent:
"Forge a Skill that extracts job listings from LinkedIn — title, company, salary, URL. I'll run it on 300 keywords later."
Your agent will prompt you to register and get a free API Key interactively if it encounters advanced anti-bot protections.
🚀 Works Seamlessly Across All Major AI Assistants
BrowserAct skills are designed to work powerfully and reliably on all leading AI coding platforms:
| Platform | Status | Installation | | :--- | :--- | :--- | | Claude Code | ✅ Fully Supported | Native skill support | | Cursor | ✅ Fully Supported | Works out of the box | | VS Code | ✅ Fully Supported | Works out of the box | | OpenCode | ✅ Fully Supported | Direct integration | | OpenClaw | ✅ Fully Supported | Compatible | | Codex | ✅ Fully Supported | Compatible | | Gemini CLI | ✅ Fully Supported | Compatible |
Key Benefits:
This repository contains ready-to-use scenario skills covering E-commerce scraping, social media monitoring, lead generation, and more.
Here are some of the highlighted skills you can use right away:
Works with any scenario. Can't find what you need? Join Discord and request a Skill.
BrowserAct Skills is free and open source. If it saves you time, please give us a ⭐ Star — it keeps the project alive and helps us ship more skills.
🎁 Bonus: Once you star the repository, you can join our Discord and post in the #claim-500-credits channel to receive 500 free credits!