cdp-browser
Installation
SKILL.md
cdp-browser skill
Install this file in your repo as .agents/skills/cdp-browser/SKILL.md.
Use this skill when a task needs real-browser execution rather than static HTTP fetching.
Quick workflow
bunx cdp-browser start
bunx cdp-browser nav https://example.com --new
bunx cdp-browser wait-network-idle
bunx cdp-browser dismiss-cookies
bunx cdp-browser eval "document.title"
bunx cdp-browser screenshot
bunx cdp-browser watch
bunx cdp-browser logs-tail --follow
bunx cdp-browser net-summary