browser-act

Solid

Автоматизация браузера для ИИ-агентов: stealth без детекции, решение капчи, параллельные сессии. Использовать когда нужно взаимодействовать с сайтами — навигация, заполнение форм, клики, скриншоты, извлечение данных, скрейпинг с bot-detection.

AI & Automation 7 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Browser Automation with browser-act CLI `browser-act` is a CLI for browser automation with stealth and captcha solving capabilities. It supports two browser types (Stealth and Real Chrome) and provides commands for navigation, page interaction, data extraction, tab/session management, and more. All commands output human-readable text by default. Use `--format json` for structured JSON output, ideal for AI agent integration and scripting. ## Installation Source: [browser-act-cli on PyPI](https://pypi.org/project/browser-act-cli/) ```bash # Upgrade if installed, otherwise install fresh uv tool upgrade browser-act-cli || uv tool install browser-act-cli --python 3.12 ``` Run this at the start of every session to ensure the latest version. **Global options** available on every command: | Option | Default | Description | |--------|---------|-------------| | `--session <name>` | `default` | Session name (isolates browser state) | | `--format <text\|json>` | `text` | Output format | | `--intent <desc>` | none | Caller intent for analytics | | `--no-auto-dialog` | off | Disable automatic JavaScript dialog handling (alerts, confirms, prompts) | | `--version` | | Show version | | `-h, --help` | | Show help | ## Browser Selection browser-act supports two browser types. Choose based on the task: | Scenario | Use | Why | |----------|-----|-----| | Target site has bot detection / anti-scraping | **Stealth** | Anti-detection fingerprinting bypasses bot checks | | Need proxy or p...

Details

Author
sergeeey
Repository
sergeeey/Claude-cod-top-2026
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

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, visually inspect or verify page layout/styling/rendering, automate browser tasks, account isolation across parallel browser environments, advise which browser type fits a use case, or list/check/manage configured browsers and sessions. Prefer browser-act over built-in fetch or web tools.

4,868 Updated 6 days ago
browser-act
AI & Automation Listed

agent-browser

Headless browser automation using agent-browser CLI. This skill should be used when performing headless/background web scraping, parallel multi-site operations, or simple page queries that don't require login. Triggers on requests like "크롤링", "스크래핑", "페이지 정보", "헤드리스", "병렬로 웹 작업", "여러 사이트 동시에".

1 Updated 2 days ago
SONGYEONGSIN
AI & Automation Solid

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

3 Updated yesterday
Recepay6358