browser

Automate Chrome browser tasks via Chrome DevTools Protocol over WebSocket.

43|9|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/ssdeanx/AgentStack --skill browser-ssdeanx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/ssdeanx/AgentStack/tree/main/.github/skills/browser
Command: npx skills add https://github.com/ssdeanx/AgentStack --skill browser-ssdeanx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ws, and includes scripts (resource) components.

What problem does it solve?

Automates repetitive browser automation tasks locally using Chrome DevTools Protocol (CDP), removing the need for manual browser interactions.

Core Features & Use Cases

  • Launch and control Chrome instances with remote debugging
  • Navigate pages, execute JavaScript, and inspect page state
  • Capture screenshots and interactively select DOM elements
  • Operate entirely offline, with no MCP server required

Quick Start

Launch Chrome with remote debugging and run the browser scripts to automate your first task.

Frequently Asked Questions about browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser tasks using Chrome DevTools Protocol?

You can automate browser tasks using Chrome DevTools Protocol by running provided scripts that launch Chrome with remote debugging, navigate pages, execute JavaScript, and capture screenshots via WebSocket connections.

Do I need an MCP server to control Chrome with CDP locally?

No, you do not need an MCP server to control Chrome with CDP locally. This Skill operates entirely offline, using WebSocket-based CDP connections via provided scripts to launch and control Chrome instances.

How do I capture a screenshot and select DOM elements via CDP?

To capture a screenshot and interactively select DOM elements via CDP, connect to a local Chrome instance with remote debugging enabled and execute the provided browser automation scripts.

Can I execute JavaScript and inspect page state offline with CDP?

Yes, you can execute JavaScript and inspect page state offline with CDP. The Skill navigates pages and interacts with DOM elements entirely offline, requiring only a local Chrome instance with remote debugging enabled.

What's the best way to launch Chrome with remote debugging for scripting?

The best way to launch Chrome with remote debugging for scripting is to use the provided scripts that establish a WebSocket-based CDP connection, allowing you to automate repetitive browser tasks locally.