chrome-cdp

Original🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected

A Python CLI for interacting directly with the user's running Chromium browser via the Chrome DevTools Protocol (CDP). Connects via WebSocket to inspect pages, extract data, evaluate JS, and automate UI actions in open tabs. Requires explicit user approval; a background daemon ensures the "Allow debugging" prompt only requires one approval per tab.

6installs
Added on

NPX Install

npx skill4agent add madanlalit/agentskills chrome-cdp

Tags

Translated version includes tags in frontmatter

Usage

Before doing anything, read
references/commands.txt
to understand how to execute the commands. For comprehensive workflow examples, refer to
references/usage.txt
.