⌘K
Change language Switch ThemeSign In
Narrow Mode
bb-browser: An Agent Integration Tool Based on Real Browsers ============================================================
bb-browser: An Agent Integration Tool Based on Real Browsers ============================================================  ### yan5xu
@yan5xu
这真的是我最近最让我觉得兴奋的一个项目了。之前 pinix/epiral 也好,里面方案有一些太新了,有很多我 personal 的偏好在里面,想用好,很多时候要顺着我预设的思路来,所以我是知道不适合所有人,单纯图我玩的爽。
但 bb-browser 不一样,非常简单,claude code/openclaw 都可以用上,而且没有什么复杂的概念,就是让 agent 更简单的接入 web 生态,而且上限非常高,每个人很简单就能把网站变成 cli 接入到自己的 agent 里面。而且我觉得因为这个太简单了,有可能bb-browser可能会推动web 生态更快地接入 Agent~
#### yan5xu
@yan5xu · 17h ago
😅嗯,bb-browser,badboy browser,坏孩子浏览器来了,真的很丧良心,但真的很好用。
现在你可以用 bb-browser site 的方式直接拉到任何网站的信息,目前支持 Reddit、Twitter、GitHub、Hacker News、小红书、知乎、B站、微博、豆瓣、YouTube,50+ 个命令,我会持续更新。
当然能做到信息获取这件事不稀奇,我也是看到 @jakevin7 的 twitter-cli 的启发,才做的。但 bb-browser 的实现方式非常丧良心 — 我是通过 Chrome 插件 + CDP 直接操控你真实的浏览器。不是无头浏览器,不是偷 Cookie,不是模拟请求。你已登录了,它就直接用你的登录态。它直接在浏览器 console 里面跑 eval,以前爬虫最麻烦的登录态、还有各种鉴权都没有了😂。(这种方式真的。。。太作弊了,我都能想到哪些大厂前端发现我在这么搞,会怎么骂我,因为真的很难防)
另外我还在命令行里面埋了 guide 命令,也就是说你只要装了 bb-browser CLI 或 MCP,跟你的 Agent 说"我需要把 XX 网站 CLI 化",它就能帮你做了!!Show More
70
161
954
92.1K
Mar 15, 2026, 2:29 AM View on X
3 Replies
1 Retweets
21 Likes
4,407 Views  yan5xu @yan5xu
One Sentence Summary
bb-browser uses a Chrome extension and CDP to control a real browser, allowing Agents to seamlessly leverage existing web login states and the web ecosystem.
Summary
Introducing the bb-browser (Badboy Browser) project. This tool directly controls a real browser via a Chrome extension + CDP, rather than a headless browser. Its core advantage lies in its ability to reuse the user's existing login state and execute eval in the console to circumvent complex authentication and anti-scraping measures. It aims to lower the barrier for Agents to integrate with the web ecosystem, supporting over 50 common websites, and enabling rapid integration of website functionalities into Agents via CLI or MCP.
AI Score
88
Influence Score 7
Published At Today
Language
Chinese
Tags
bb-browser
Agent
Web Ecosystem
CDP
Browser Extension HomeArticlesPodcastsVideosTweets
bb-browser: An Agent Integration Tool Based on Real Brows... ===============