agent-browser

Automate browser interactions via CLI with snapshots and element references.

7|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/KrishavRajSingh/computer --skill agent-browser-krishavrajsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/KrishavRajSingh/computer/tree/main/sandbox/opencode/skills/agent-browser
Command: npx skills add https://github.com/KrishavRajSingh/computer --skill agent-browser-krishavrajsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation CLI for AI agents to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task.

Core Features & Use Cases

  • Navigate and interact with websites via a CLI (open URLs, fill forms, click elements, capture screenshots) to automate repetitive tasks.
  • Generate compact, reusable element refs with snapshots to drive reliable automations without parsing full DOMs.
  • Support multi-session workflows, authentication templates, and references for common workflows like login and data extraction.

Quick Start

Open a target website, snapshot the page to locate element refs, perform a login by filling fields and submitting, and capture a screenshot for verification.

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 like form filling and data extraction for an AI agent?

You can automate browser tasks by using a command-line interface to open URLs, snapshot pages for element references, fill forms, click buttons, and extract data without parsing the full DOM.

How does snapshot-based web interaction work for automating routine browser workflows?

Snapshot-based web interaction generates compact, reusable element references to drive reliable automations, allowing AI agents to locate and interact with page elements without parsing the entire DOM structure.

Can I manage multiple browser sessions for login and authentication templates?

Yes, the CLI supports multi-session workflows and provides references with authentication templates to handle common web interactions like logging into websites and extracting data across different sessions.

What is the best way to click elements and capture screenshots during web automation?

The best way to click elements and capture screenshots is by opening the target website, taking a snapshot to locate element references, performing the interaction, and capturing a screenshot for verification.

Do I need to parse the full DOM to test web apps with browser automation?

No, you do not need to parse the full DOM. The tool generates compact element references via snapshots, enabling reliable web app testing and interaction automation without heavy DOM parsing.