⌘K
Change language Switch ThemeSign In
Narrow Mode
bb-browser's Automated Adapter Generation and Agent Closed-Loop Design ======================================================================
bb-browser's Automated Adapter Generation and Agent Closed-Loop Design ======================================================================  ### yan5xu
@yan5xu
设计上,sites 有一个专门的 repo 来管理所有适配器。bb-browser site update 会从 GitHub 拉取这个 repo 到本地,获取最新的 50+ 个 adapter。
而且我已经在所有相关命令里做了 hint 引导 — 你跟 Agent 说"帮我把 XX 网站 CLI 化",它会自动运行 bb-browser guide 学会怎么做,用 network --with-body
抓包逆向 API,写好 adapter 本地测试,最后通过 bb-browser site github/pr-create 直接提 PR 到社区 repo。全程不需要你手动操作。
😂 是的,Agent 自己给 Agent 的工具库提 PR,这个闭环我真的想让每个人体验一下。 github.com/epiral/bb-brow…o
#### yan5xu
@yan5xu · 5h 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
25
23
172
12K
Mar 14, 2026, 4:43 PM View on X
0 Replies
0 Retweets
8 Likes
1,146 Views  yan5xu @yan5xu
One Sentence Summary
Demonstrating a closed-loop process where an AI Agent uses bb-browser to automatically reverse engineer APIs and expand its own toolkit.
Summary
The author delves into bb-browser's design philosophy: enabling Agent self-evolution through the 'guide' command. Agents can leverage this tool to automatically capture network traffic, reverse engineer website APIs, write adapter code, perform local tests, and finally submit Pull Requests directly to the community repository via the command line. This "Agent submitting PRs for Agents" design creates a complete closed loop for tool discovery and integration, significantly lowering the barrier for website adaptation.
AI Score
89
Influence Score 2
Published At Today
Language
Chinese
Tags
AI Agent
Automation
API Reverse Engineering
bb-browser
Developer Tools HomeArticlesPodcastsVideosTweets
bb-browser's Automated Adapter Generation and Agent Close... ===============