← Back to registry

bb-browser ai

Turn your authenticated browser into an API for AI agents — 103 commands across 36 platforms

bb-browser transforms your logged-in Chrome into an API for AI agents. 103 commands across 36 platforms — no API keys needed, just your existing browser sessions.

Features

Install

npm: npm install -g bb-browser

Commands

CommandSyntaxDescription
site bb-browser site <platform/command> [args] Run a curated platform command (e.g. twitter/search, arxiv/search)
snapshot bb-browser snapshot -i Get the accessibility tree of the current page
click bb-browser click @<index> Click an element by accessibility index
eval bb-browser eval <js> Execute JavaScript in the current page
screenshot bb-browser screenshot Capture a screenshot of the current page
network bb-browser network requests --with-body --json Capture and inspect network traffic
site update bb-browser site update Pull latest community adapters

Links

Agent Usage Example

Use cases:

Example workflow:

bb-browser site twitter/search 'AI agent' --json --jq '.items[] | {text, likes}'