AI AGENT ADDONS

Control a Chrome browser directly from your code. Use the Chrome DevTools Protocol to reuse your existing login sessions. This helps you automate tasks like opening pages, taking snapshots, and extracting auth tokens.

First check if any Chrome windows are open. If not, launch a special debug version. Then send commands to open URLs, run JavaScript, or click buttons. Always ask for permission before closing the user's Chrome to prevent losing unsaved work.

This tool is great for developers who need to automate web tasks without logging in every time. It works on macOS, Linux, and Windows. Use simple command line tools to control the browser.

Add Browser Cdp skill to your workflow

Global

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

Project

mkdir -p .claude/skills/browser-cdp

Source Repository

Stars
3,258
Forks
540
Watchers
3,258
License
MIT
Last Push
23 days ago
Created
3 months ago