把重复点击改成直连脚本
Turn Browser Clicks Into Scripts
要点
- 同一网页操作让Bot反复点,会把额度点穿,先做一次再固化。
- 让它在计算机使用过程中抓网络请求,下次带着同样登录直打接口。
- 脚本比图形界面点击更快,也更适合放进例行任务里反复跑。
- 也可以在自己电脑用DevTools导出HAR,丢给Bot改写成稳定调用。
原帖开头
Having Grok Bot redo the same clicks in a web app burns a lot of tokens. One of the best ways I've found to stretch your usage is asking @bot to reverse engineer expensive browser use tasks into scripts! Have it capture the network requests from a computer-use run once. Next tim …








