AI AGENT ADDONS

Browser Bridge lets you control a real Chrome browser using a simple extension. You can open web pages, click buttons, fill in forms, and pull out data. It works by running JavaScript inside the browser and returning clean structured results instead of messy raw HTML. This saves tokens and makes automation easier.

You can extract content from a page, scan for visible text, or wait for elements to appear before acting. The tool also tracks DOM changes and catches short-lived messages like toast notifications. It is built for anyone who needs web scraping, browser automation, or data extraction without complex setup.

Install the Chrome extension and Python dependencies once, then use simple commands from your terminal. It supports multiple tabs, execution timeouts, and fallback modes for restricted pages. Perfect for building smart agents that interact with the real web.

Add Browser Bridge skill to your workflow

Global

mkdir -p ~/.claude/skills/browser-bridge

Project

mkdir -p .claude/skills/browser-bridge

Source Repository

Stars
973
Forks
73
Watchers
973
Last Push
24 days ago
Created
3 months ago