Bring Your Own Browser (byob) empowers AI assistants like Claude, Cursor, and Cline to operate directly within your live Chrome browser instance. This eliminates the common hurdles of headless browsers or `WebFetch`, such as login requirements, CAPTCHAs, and complex cookie management. byob allows your AI agent to perform actions like reading logged-in social media feeds, navigating websites, filling forms, taking screenshots, and even extracting session cookies, all within the browser environment you already use and are authenticated in. It's designed for quick setup and ensures all operations remain local to your machine, enhancing privacy and security.
主要功能
01Capture full-page screenshots and save them to disk
0237 GitHub stars
03Type text into input fields and submit forms
04Read and scroll through web pages to extract content
05Click interactive elements like buttons and links
06Retrieve site-specific cookies for external use (e.g., with curl)
使用案例
01Instructing an AI to analyze your personalized Twitter timeline for top posts without re-authentication.
02Automating multi-step web navigation like searching Google, clicking results, and summarizing content.
03Accessing and extracting data from enterprise tools or email services like Gmail where the user is already logged in.