agent-browser

Automate browser interactions for navigation, form filling, and data scraping via CDP.

4|Updated May 1, 2026
One-click install
npx skills add https://github.com/HigorAlves/orc --skill agent-browser-higoralves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/HigorAlves/orc/tree/main/orc/skills/agent-browser
Command: npx skills add https://github.com/HigorAlves/orc --skill agent-browser-higoralves

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates browser interactions, enabling AI agents to navigate websites, fill forms, click elements, take screenshots, scrape data, and test web applications automatically.

Core Features & Use Cases

  • Web Interaction Automation: Control browsers programmatically to perform tasks like login, data extraction, or form submission on websites.
  • Support for Electron Apps and Slack: Automate desktop applications built with Electron or messaging platforms like Slack for QA, monitoring, or data retrieval.
  • Use Case: Automate the process of logging into a web portal, extracting specific data, and capturing screenshots for documentation.

Quick Start

Load the agent-browser workflow content by executing the command to get core skills, then instruct it to open a website and perform a task such as scraping data from a page.

Frequently Asked Questions about agent-browser

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

FAQPage Schema
How do I automate web scraping and form filling for AI agents?

You can automate web scraping and form filling by using this Skill to control browsers programmatically, enabling AI agents to navigate websites, click elements, extract data, and submit forms automatically across web environments.

Does web automation work with Electron apps and Slack for QA testing?

Web automation does work with Electron apps and Slack for QA testing. The Skill supports automating desktop applications built with Electron and messaging platforms like Slack for monitoring, data retrieval, and exploratory testing.

Do I need Chrome or Chromium to run browser automation tasks?

You do need Chrome or Chromium to run browser automation tasks. The Skill requires Chrome or Chromium via CDP, utilizing accessibility snapshots and element references to interact with web pages.

What is the best way to automate capturing screenshots during web application testing?

The best way to automate capturing screenshots during web application testing is using this Skill, which automates browser interactions to take screenshots for documentation while performing login and data extraction workflows.

Why use accessibility snapshots for web scraping instead of traditional HTML parsing?

Accessibility snapshots are used for web scraping because they provide structured element references for CDP, allowing AI agents to interact with web pages reliably without relying on fragile HTML parsing or selectors.