agent-browser

Automate browser navigation, interactions, and scraping via the command line.

70|28|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill agent-browser-aibiz-automatyzacje
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/AIBiz-Automatyzacje/claude-code-starter/tree/main/.claude/skills/agent-browser
Command: npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill agent-browser-aibiz-automatyzacje

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of automating browser actions, such as navigation, interaction, and scraping, via the command line interface, saving time and effort in web automation tasks.

Core Features & Use Cases

  • Browser Navigation: Open and navigate to web pages with a simple command.
  • Interactions: Click, fill, select, and scroll through web elements.
  • Screenshot and Scraping: Take screenshots and extract text and data from web pages.
  • Use Case: Automate the process of filling out a form, taking screenshots of a webpage, or scraping data from a list of products on an e-commerce site.

Quick Start

Use the agent-browser open <url> command to navigate to a webpage.

Frequently Asked Questions about agent-browser

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

FAQPage Schema
How do I automate browser actions via the command line?

Browser automation via the command line lets you control web navigation and interactions scriptically. This Skill uses the agent-browser CLI tool with Chrome DevTools Protocol (CDP) support to navigate, click, fill forms, and scrape data.

Can I scrape data from web pages using a CLI tool?

Yes, you can scrape data from web pages using a CLI tool. This Skill enables you to extract text and data from web elements, take screenshots, and automate scraping tasks like pulling product information from e-commerce sites.

Does browser automation through CLI require Chrome DevTools Protocol?

Yes, browser automation through this CLI requires Chrome DevTools Protocol (CDP) support. You must have the agent-browser CLI tool installed and configured to use CDP for navigation, interaction, and scraping tasks.

What's the best way to fill out and submit web forms automatically?

The best way to fill out and submit web forms automatically is using a command line interface that supports web element interactions. This Skill allows you to click, fill, select, and scroll through forms with simple CLI commands.

How do I take a screenshot of a webpage from the command line?

You can take a screenshot of a webpage from the command line by opening the target URL and executing a screenshot command. This Skill supports capturing webpage visuals directly through the CLI interface.

What are the limitations of using CLI for web scraping?

Limitations of using CLI for web scraping include dependency on the agent-browser tool and Chrome DevTools Protocol (CDP) support. Complex interactions may require specific script configurations for accurate element targeting.