Tech
[分享发现] 把浏览器任务从 9 分钟压缩到 56 秒:开源 skill yodo
browser-use 、agent-browser 每次任务都要重新看图/DOM ,找元素。yodo 的思路是「 You Only Do Once 」:手动演示一遍,agent 学习接口请求,写成脚本,同类任务直接复用。
端到端实测:一个跨站任务,browser-use 耗时近 10 分钟,agent-browser 7 分钟,yodo 复用脚本仅需 56 秒,同时 Token 消耗少 70%。
免登录:直接连日常已登录的 Chrome 。
快速直接:把几十次探索交互变成单次脚本执行。
🔗 开源地址: https://github.com/yanggggjie/yodo
Read the full discussion on V2EX
This article was aggregated from V2EX. Click to join the conversation.
View on V2EX