One-click install
npx skills add https://github.com/1999AZZAR/Browser-Agent --skill browser-agent-1999azzar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-agent
Source: https://github.com/1999AZZAR/Browser-Agent/tree/main/skill/browser-agent
Command: npx skills add https://github.com/1999AZZAR/Browser-Agent --skill browser-agent-1999azzar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual web tasks like form filling, navigation, data extraction, and bot detection bypass are time-consuming, repetitive, and prone to human error, especially for large-scale or production workflows.

Core Features & Use Cases

  • Full Browser Automation: 92 Playwright-powered tools for navigation, element interaction, form filling, and data extraction that mimic human behavior to avoid bot detection.
  • Resilient Workflows: Built-in retries, session persistence, crash recovery, and parallel multi-tab support for long-running or complex multi-step tasks.
  • Use Case: For example, you can automatically log into a web app, fill a multi-field registration form, extract a table of product pricing data, and export the page as a PDF in one seamless workflow.

Quick Start

Use the browser-agent skill to navigate to the target job application portal, fill out all required form fields with the provided candidate information, and submit the application automatically.

Frequently Asked Questions about browser-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web scraping while avoiding bot detection?

Automated web scraping that avoids bot detection requires browser automation tools that mimic human-like navigation and interaction. This skill provides 92 Playwright-powered tools for element interaction and data extraction designed specifically to bypass anti-bot mechanisms.

Can I use Playwright to automate form filling and extract data in one workflow?

Playwright can automate form filling and data extraction in one workflow by chaining navigation, element interaction, and data export. This skill supports seamless workflows that log into web apps, fill multi-field forms, extract pricing data, and export pages as PDFs.

Does browser automation support session persistence and crash recovery for long-running tasks?

Browser automation supports session persistence and crash recovery for long-running tasks via built-in retries and parallel multi-tab execution. This skill ensures resilient workflows by maintaining session states and recovering from crashes during complex multi-step automation.

What is the best way to handle CAPTCHA resolution during automated web navigation?

CAPTCHA resolution during automated web navigation is handled by combining human-like browser behavior with Chrome DevTools Protocol integration. This skill applies fault-tolerant operations to manage CAPTCHA challenges and maintain workflow continuity.

How do I mock network requests for application testing with Playwright?

Mocking network requests for application testing with Playwright involves intercepting and simulating network traffic to test application behavior under controlled conditions. This skill provides network request mocking capabilities alongside browser automation for comprehensive testing workflows.