browser-cdp

Automate Chrome browser operations via the Chrome DevTools Protocol.

Updated May 3, 2026
One-click install
npx skills add https://github.com/marktantongco/remotion-video-pro --skill browser-cdp-marktantongco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-cdp
Source: https://github.com/marktantongco/remotion-video-pro/tree/main/.agents/skills/browser-cdp
Command: npx skills add https://github.com/marktantongco/remotion-video-pro --skill browser-cdp-marktantongco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, and includes scripts (resource) components.

What problem does it solve?

This Skill enables automation of Chrome browser operations using the Chrome DevTools Protocol (CDP), allowing reuse of existing login sessions and reducing the need for manual login processes.

Core Features & Use Cases

  • Chrome Control: Automate actions like launching Chrome, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting authentication tokens.
  • Login Session Reuse: Leverages existing login sessions for seamless automation of web applications.
  • Use Case: Imagine you need to perform a series of actions in a web application that requires login. This Skill can automatically open the Chrome browser, navigate to the website, log in, and then execute the required actions without any manual intervention.

Quick Start

Use the browser-cdp skill to open the webpage 'https://example.com' and wait for it to load.

Frequently Asked Questions about browser-cdp

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

FAQPage Schema
How do I automate Chrome browser operations while reusing existing login sessions?

Automate Chrome browser operations by connecting via the Chrome DevTools Protocol (CDP) to reuse existing login sessions, eliminating the need for manual re-authentication during web automation workflows.

Do I need any specific binaries to connect to Chrome via CDP for web automation?

Yes, web automation via CDP requires the 'agent-browser' binary to establish a connection with the Chrome browser, enabling actions like URL navigation and JavaScript evaluation.

What browser actions can I automate using the Chrome DevTools Protocol?

Using the Chrome DevTools Protocol, you can automate launching Chrome, opening URLs, waiting for page loads, evaluating JavaScript, taking snapshots, and extracting authentication tokens.

Can I extract authentication tokens during login automation with CDP?

Yes, login automation via CDP supports extracting authentication tokens from the browser session, allowing you to reuse credentials for subsequent automated web application interactions.

What is the best way to perform UI testing on web applications that require authentication?

Perform UI testing by automating Chrome through the Chrome DevTools Protocol to leverage existing login sessions, allowing seamless navigation and interaction with authenticated web pages.

Why use CDP for browser automation instead of other web automation approaches?

CDP for browser automation directly controls Chrome to efficiently reuse login sessions and execute JavaScript, bypassing the overhead and re-authentication required by other web automation approaches.