Skip to content

BowTiedSwan/agent-browser-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Agent Browser Skill for Claude Code

A Claude Code skill wrapper for agent-browser, enabling the agent to browse the web, interact with pages, and extract data using a headless browser.

πŸ“¦ Installation

# Clone this repo and run install
curl -fsSL https://raw.githubusercontent.com/BowTiedSwan/agent-browser-skill/main/install.sh | bash

πŸš€ Usage

Once installed, simply ask Claude:

"Go to google.com and search for 'Claude Code'" "Take a screenshot of news.ycombinator.com" "Check the pricing on vercel.com"

πŸ› οΈ How it Works

This skill wraps the agent-browser CLI tool. It allows Claude to:

  1. Open URLs in a headless Chromium instance.
  2. Snapshot the page to get an accessibility tree with unique references (@e1, @e2).
  3. Interact with elements using these references (click, fill, hover).

πŸ“œ Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published