browser-cdp
Installation
SKILL.md
Browser CDP
Control a real browser through a Chrome DevTools Protocol proxy.
Overview
This skill provides browser automation via a lightweight HTTP proxy that wraps CDP. The proxy exposes REST endpoints for navigation, screenshots, JS evaluation, clicking, and more — no Playwright/Puppeteer dependency needed.
Prerequisites
Install the required Python dependency:
pip install psutil
A CDP proxy must be running on http://localhost:3456. Start it from the repository root with: