bb-browser
Installation
SKILL.md
bb-browser Skill
Overview
bb-browser connects to your running Chrome via CDP (Chrome DevTools Protocol) and executes fetch() / JS in your logged-in tabs. No scraping, no API keys — your browser is the API.
v0.11.6 | 143 community adapters | 36 platforms
Prerequisites
- Chrome must be running with remote debugging enabled:
# macOS /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 # Linux google-chrome --remote-debugging-port=9222