agent-browser

Automate browser tasks via CLI for navigation, interaction, and data extraction.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/RubixOwl/Bol_ii-agent --skill agent-browser-rubixowl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/RubixOwl/Bol_ii-agent/tree/main/src/ii_agent/settings/skills/builtin/agent-browser
Command: npx skills add https://github.com/RubixOwl/Bol_ii-agent --skill agent-browser-rubixowl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browser automation is made accessible to AI workflows by providing a CLI to drive web interactions, capture state, and extract data without manual scripting.

Core Features & Use Cases

  • Navigate and interact with web pages using simple commands
  • Snapshot & refs obtain stable element references for precise actions
  • Data extraction & testing automate form fills, data capture, and UI verification across sessions

Quick Start

Open a URL, snapshot the page to obtain element refs, and interact with elements using those refs.

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 tasks and data extraction for AI workflows without manual scripting?

You can automate browser tasks by using a CLI to drive web interactions, capture page state, and extract data without manual scripting. It provides simple commands to navigate, interact with elements, and extract data across multiple sessions.

How do I get stable element references for precise web testing and form filling?

To get stable element references for web testing and form filling, you snapshot the page to obtain refs, then interact with elements using those refs. This ensures precise actions like form fills and UI verification across sessions.

Does this browser automation CLI support session persistence and proxies?

Yes, the browser automation CLI supports session persistence, proxies, and per-page state. This enables you to maintain context and manage automated website interactions across multiple sessions.

What do I need to set up before using this CLI for web automation?

Before using this CLI for web automation, you need an installed agent-browser CLI and a supported browser. You also need the ability to chain commands to automate workflows like data extraction and UI testing.

What is the best way to automate UI verification and form fills across multiple browser sessions?

The best way to automate UI verification and form fills across multiple sessions is by using a CLI to drive web interactions. You open a URL, snapshot the page for refs, and interact with elements using those refs.