chrome-cdp-live-browser

Control live Chrome browser sessions via the Chrome DevTools Protocol.

70|13|Updated May 5, 2026
One-click install
npx skills add https://github.com/Aradotso/trending-skills --skill chrome-cdp-live-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-cdp-live-browser
Source: https://github.com/Aradotso/trending-skills/tree/main/skills/chrome-cdp-live-browser
Command: npx skills add https://github.com/Aradotso/trending-skills --skill chrome-cdp-live-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows AI agents to interact with your live, already-open Chrome browser tabs without requiring re-authentication or setting up new browser instances, streamlining web automation.

Core Features & Use Cases

  • Live Tab Interaction: Control authenticated sessions (e.g., Gmail, internal tools) directly.
  • Automated Actions: Perform tasks like taking screenshots, evaluating JavaScript, clicking elements, and navigating URLs.
  • Use Case: An agent can help you fill out a complex form on a logged-in internal application by directly interacting with the active tab, or extract data from a dynamic webpage without needing to log in again.

Quick Start

Use the chrome-cdp-live-browser skill to list all open tabs.

Frequently Asked Questions about chrome-cdp-live-browser

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

FAQPage Schema
How do I control live Chrome tabs with AI using CDP?

Controlling live Chrome tabs via CDP requires Node.js 22+ and remote debugging enabled in your browser. This Skill allows AI agents to connect to active sessions, capture screenshots, and evaluate JavaScript without re-authentication.

Can I automate web scraping on authenticated web pages without logging in again?

Yes, you can automate web scraping on authenticated web pages by interacting directly with your already-open Chrome browser tabs. This Skill uses CDP to enable agents to control live, authenticated sessions, extract data, and perform actions without requiring re-authentication.

Does browser automation via CDP work with internal tools behind a login?

Browser automation via CDP works seamlessly with internal tools behind a login because it connects to your live, already-open Chrome browser sessions. Agents can directly interact with authenticated internal applications to fill out forms or extract dynamic webpage data.

What's the best way to execute JavaScript in an existing Chrome browser context?

The best way to execute JavaScript in an existing Chrome browser context is using this Skill to evaluate scripts directly within live tabs via CDP. It enables AI agents to perform real-time interactions, click elements, and navigate URLs in your active browser sessions.

Do I need Node.js to use Chrome DevTools Protocol for live tab interaction?

Yes, you need Node.js 22+ to use this Skill for live tab interaction via the Chrome DevTools Protocol. You must also enable remote debugging in Chrome so the AI agent can successfully connect to and control your active browser sessions.