Back to Directory
general
Verify On Browser 1.0.0
Control browser via Chrome DevTools Protocol - full CDP access
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial public release — control any Chromium browser using full Chrome DevTools Protocol (CDP) access.
- Provides cdp_send for direct, raw CDP method calls
- Includes convenience tools: screenshot, get_url, close_browser
- Supports navigation, DOM/script execution, network actions, input simulation, emulation, debugging, and storage
- Detailed usage examples and common CDP operations documented in SKILL.md
- Links to complete DevTools Protocol reference for further exploration